Skip to content

Team-Eureka04/Text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages