01/15/2012
RText 2.0.0-beta2 was just released! Here's what's new:- Code folding has been added for C, C++, Java, Perl, XML, MXML, and others.
- JSP and PHP syntax highlighting have been significantly improved.
- New token types have been added for better lexing/syntax highlighting.
- A few other smaller changes.
09/11/2011
RText 1.5.0 was just released! Here's what's new:- Added scripted macro support. You can now write macros in either JavaScript or Groovy and assign them shortcuts, essentially creating your own custom menu item actions.
- Added very basic JSP code completion.
- Add "stop" button to tool console like Console console.
- Updated to RSyntaxTextArea/AutoComplete 1.5.2. Improves anti-aliasing in the editor, and adds options to auto-insert closing curly braces, clear whitespace-only lines on Enter presses, and painting indent/tab lines.
- Added "Check for Updates" menu item to Help menu.
- Made opening a file via Find in Files dialog center the matched line vertically in the editor.
06/13/2011
RText 1.4.0 was just released! Here's what's new:- Added Flex (MXML) syntax highlighting and source browser support.
- Added Clojure syntax highlighting.
- Fixed bug: the default directory for new files wasn't persisted when modified in the Options dialog. Thanks pmsl in the forums!
- Added a Console plugin. This allows you to run system commands (like a shell), as well as interact directly with the RText UI using its API via JavaScript (Rhino).
- Improved Java code completion.
- Updated Dutch translation (thanks Rogier), Korean translation (Kwangsub), and Traditional Chinese translation (kp200906).
RText is a powerful, cross-platform programmer's text editor written in Java. It is designed to be easy to use, highly customizable and flexible.
RText is released under the GNU General Public License. Part of RText's design is for the source code to be simple, easy to understand, and well documented, so that other programmers can look into its inner-workings and figure out how RText ticks with ease. A good place to start (besides the source code) is the Javadoc for all classes used in the project.
If you download and try out RText, I'd really love to hear your feedback, positive and negative. Please send your comments/bugs/feature requests through the project's SourceForge page.

