Giter Club home page Giter Club logo

text-editor-jfx's Introduction

A Simple Plain-text Editor

GitHub license

Introduction

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).

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.

User Instructions

Requirements

  • Java Runtime Environment 14 or above

Installation

  1. Install JRE 14 (any manufactures are acceptable, such as Oracle and OpenJDK) on your device.
  2. Download the latest release from GitHub Releases.
  3. Double-click the *.jar and launch the application.
  4. Enjoy your work!

Developer Guide

Requirements

  • Java Development Kit 14 (v14.0.1 is recommended) or above
  • Apache Maven 3 (v3.6.3 is recommended) or above
  • JetBrains IntelliJ IDEA (v2020.2 is recommended)

You can use Eclipse IDE instead of JetBrains IDE, but I can't sure if it's compatible.

Installation

  • Clone this repository to your device.
  • Switch the working directory to where pom.xml is located in.
  • Launch a terminal and execute mvn clean compile exec:exec to launch the application.
  • Execute mvn clean package to create an executable, all-dependencies-included *.jar file.

text-editor-jfx's People

Contributors

dragon1573 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.