资 源 简 介
REX EDITOR
Rex Editor is an editor, developed basically for Java Programming language, but as the source code is given with the editor, you are able to add any function you want.
This project has been developed completely in Java, without using any IDE for its GUI, so the GUI is totally programmed in the source code, without depending on other kind of files. Thus, you are able to compile it anywhere where JDK 1.6 is installed and with its environment variables well-configured for the JDK.
The current release is a Beta one, given that, there are many functions to add and many things to improve.
Rex Editor is capable to run on Windows or Linux by now, because the methods that use the Java binaries are called by each OS native command line(Windows: cmd, Linux: xterm), feature that make the compilation and execution faster than other ones. However, if you want to change it and do it multiplatform, just do it!, it"s open source.