Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit 30ad120

Browse files
committed
[Project Update] Upload the Introduction of this project
Signed-off-by: Dragon1573 <Legend_1949@126.com>
1 parent 1bdea04 commit 30ad120

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# A Simple Plain-text Editor
2+
3+
[![GitHub license](https://img.shields.io/github/license/Dragon1573/Text-Editor-JFX?label=License&style=flat-square)](https://github.com/Dragon1573/Text-Editor-JFX/blob/master/LICENSE)
4+
5+
## Introduction
6+
7+
This project is a reproduction of my Software Engineering Course Design, Semester 2. It provides an editor for users editing any kind of plain-text format files (not only `*.txt` but also `*.csv`, `*.md`, `*.rst`).
8+
9+
I finished my first project (`v1.0`) with Swing and Java 8 Language Level, but I think the project is too complex for me to fix and upgrade. So I reproduce this project, recover all codes with JavaFX in Java 14 Language Level.
10+
11+
## User Instructions
12+
13+
### Requirements
14+
15+
- Java Runtime Environment 14 or above
16+
17+
### Installation
18+
19+
1. Install JRE 14 (any manufactures are acceptable, such as Oracle and OpenJDK) on your device.
20+
2. Download the latest release from [GitHub Releases](https://github.com/Dragon1573/Text-Editor-JFX/releases).
21+
3. Double-click the `*.jar` and launch the application.
22+
4. Enjoy your work!
23+
24+
## Developer Guide
25+
26+
### Requirements
27+
28+
- Java Development Kit 14 (v14.0.1 is recommended) or above
29+
- Apache Maven 3 (v3.6.3 is recommended) or above
30+
- JetBrains IntelliJ IDEA (v2020.2 is recommended)
31+
32+
You can use Eclipse IDE instead of JetBrains IDE, but I can't sure if it's compatible.
33+
34+
### Installation
35+
36+
- Clone this repository to your device.
37+
- Switch the working directory to where `pom.xml` is located in.
38+
- Launch a terminal and execute `mvn clean compile exec:exec` to launch the application.
39+
- Execute `mvn clean package` to create an executable, all-dependencies-included `*.jar` file.

0 commit comments

Comments
 (0)