RText is a fully customizable programmer's text
editor. Some of its features include syntax
highlighting, editing multiple documents at once,
printing and print preview, find/replace/find in
files dialogs, undo/redo, and online help.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release adds scripted macro support: you can write macros in Rhino (JS) or Groovy, assign them shortcuts, and run them in the editor. Basic JSP code completion was added. The editor component was upgraded and now supports more options as well (configurable in the Options dialog).
This release fixes issues found in the recent 1.3.0 release. The most important issue fixed was that the Options dialog didn't open if Perl is not installed on the machine. An issue was also fixed where the tab size was not being saved/reloaded properly between RText sessions. There was also a big speed-up in Java code completion when lazy loading lots of class completions for the first time (e.g. first completion popup displaying for a source file with lots of wildcard imports).
This release focuses on both UI enhancements and bugfixes. For UI enhancements, drop shadows were added to all menus. Several Substance 6.1 skins are available from the LookAndFeel menu. Text matches in the "Find in Files" dialog are now syntax highlighted to show some context of matches in the results. Bugs were fixed in the external tool support, Java code completion, and Find in Files dialog.
This release brings code completion support (Ctrl+C) for C, HTML, Java, Perl, PHP, and shell scripting. Java support is a work in progress and is disabled by default (can be enabled in the Options dialog). Formatting of HTML and XML files can now be done thanks to JTidy. ActionScript syntax highlighting was added, and Groovy highlighting saw some improvements. There were also tons of smaller improvements for an overall better experience.