SuperEdit is a new multi-language cross-platform Integrated Development Environment. SuperEdit is currently in beta. It is being released now in an attempt to gain early users. SuperEdit has many features that are present in many popular IDE`s. Some of these features are listed below.
The Zip file below includes the SuperEdit JAR archive and a
set of default configuration files.
You can add additional beans by placing them in the RAD directory.
To customize options, either
Open Tools/Options and configure as desired, or remove the Config
dir and restart.
Files: SuperEdit.jar, SwingBeans.jar
To run, add these two files to your classpath and run: java
SuperEdit
Example: cd to the directory that contains the 2 jar files then
do:
Windows: java -classpath %CLASSPATH%;SuperEdit.jar;SwingBeans.jar
SuperEdit
Unix: java -classpath ${CLASSPATH):SuperEdit.jar:SwingBeans.jar
SuperEdit
CTRL-S = Save
CTRL-O = Open
CTRL-F = Find
CTRL-R = Replace
F3 = Repeat Find
CTRL-Z = Undo
ALT-Z = REDO
CTRL-X = Cut
CTRL-C = Copy
CTRL-V = Paste
CTRL-H = Highlight Current Line
ALT-H = Remove Highlight