Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

ChJus/SmartEditor.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartEditor

Archive Note

This repository will no longer be updated.
- July 2022

Description

Website | Public base of SmartEditor - a text editor built using Java.

Requirements: Java 8+(1.8+).

Installation:

  1. Get the .jar file.

  2. Double-click on jar to run.

If error occurs, please run from command prompt/terminal:

(Windows) JAR:

 cd -directory of jar file-
 java -jar SmartEditor.java.jar

(Mac/Linux) JAR:

 cd -directory of jar file-
 java -jar SmartEditor.java.jar  

Demo:

Settings for font, color and autosave functions Settings for font, color and autosave functions

Customize background color and font color Customize background color and font color

Autosave functions for better productivity Autosave functions for better productivity

A powerful find & replace for enhanced editing A powerful find & replace for enhanced editing

15+ Themes for better Interface 15+ Themes for better Interface

Rename Files On-The-Fly Rename Files On-The-Fly

Startup Appearance: Startup Appearance

Packages

 
 
 

Contributors

Languages