Text Editor

A Text editor using JAVA.

PR

Key FeaturesHow To Use

Key Features

  • Syntax Highlighting

  • Custom Themes

    • Dark, Light
  • Cross Platform

    • Windows, Linux ready.

How To Use

To clone and run this application, you'll need Git installed on your computer. From your command line:

# Below commands are tried and tested on Linux and Windows OS

# Clone this repository
$ git clone https://github.com/Team-Eureka04/Text-editor

# Go into the repository
$ cd Text-editor

# Run the app

## for Linux and Mac :
$ javac -cp ".:rsyntaxtexteditor.jar" com/texteditor/Theme.java
$ javac -cp ".:rsyntaxtexteditor.jar" com/texteditor/TextField.java
$ javac -cp ".:rsyntaxtexteditor.jar" TextEditor.java
$ java -cp ".:rsyntaxtexteditor.jar" TexiEditor

##  for Windows :
$ javac -cp ".;rsyntaxtexteditor.jar" com/texteditor/Theme.java
$ javac -cp ".;rsyntaxtexteditor.jar" com/texteditor/TextField.java
$ javac -cp ".;rsyntaxtexteditor.jar" TextEditor.java
$ java -classpath rsyntaxtextarea.jar;. TextEditor

Contributors


Aim

This project was part of our SY OOPM (object oriented programming and methodology) mini project submission.