Skip to content

The Java Editor One (Kapur Edition) is a simplistic and minimal java application for tutorial and fun purposes.

Notifications You must be signed in to change notification settings

phleton/JavaEditorOne

Repository files navigation

------------------------------------------------------
--- Java Editor One - Kapur Edition                ---
--- author: Kapil Kumar (original author)          ---
--- https://github.com/sainik313                   ---
--- contributors: Kais el Kara  (refactoring)      ---
--- version 0.0.1                                  ---
------------------------------------------------------

------------------------------------------------------------------------------------------------------------------------------
- DESCRIPTION:
------------------------------------------------------------------------------------------------------------------------------
A java code editor is a software which works like the other IDE. It is a multi-tab editor which can write/run multiple files simultaneously.
In this editor ,we can perform many actions like file manangement (create, save, rename, close, exit), edit options(undo, redo, cut, copy, paste, delete),
search options(find, replace, goto), view options(full screen, zoom-in, zoom-out, tab, summary) and run options(compile, run).
Every action has a unique shortcut key as for creating file CTRL+N, for saving a file CTRL+S etc.
We can use options from toolbar alongwith shorcut keys. Commonly used options have been added in toolbar.
------------------------------------------------------------------------------------------------------------------------------
Following tools and languages have been used while creating this software:
->Notepad++(for writing code)
->CMD(for compiling)
->JAVA SWING, AWT(for designing GUI)
->JAVA
------------------------------------------------------------------------------------------------------------------------------
Demo Video: https://youtu.be/BHfmKqBadnY
------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------------------------------
- Release-Notes
------------------------------------------------------------------------------------------------------------------------------
version 0.0.0 - Kapil Kumar - 2016
version 0.0.1 - Kais el Kara - 11/2018
------------------------------------------------------------------------------------------------------------------------------
version 0.0.0
1. Establishment of the application
2. Creation of different functions to show, edit, compile, and run a java file.
----------------------------------------------------------------------------------------------------
version 0.0.1
1. Refactoring and renaming the initial java file from Edit1.java to JavaEditorOne.java
2. Strings were moved out to the properties file
3. JAVA_PATH was moved out of the main class
------------------------------------------------------------------------------------------------------------------------------

About

The Java Editor One (Kapur Edition) is a simplistic and minimal java application for tutorial and fun purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages