-
RText Version 0.9.9.9 Now Available
RText is a customizable programmer's text editor written in Java. 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.
Changes in this release include: Auto-detection of file content type for files with no extension, content assist for regex file/replace in the search dialogs, Lisp support, improved RTL support and translations, and more.
2009-07-30 23:39:14 UTC by robert_futrell
-
RText Version 0.9.9.8 Now Available
RText is a customizable programmer's text editor written in Java. 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.
Here's what's new in 0.9.9.8:
1. Added bookmarking support. This is configurable in
the new "Gutter" panel in the Options dialog.
2. Added "Mark Occurrences" support. This can be
configured in the Options dialog, under
"Text Editor" -> "Caret and Selection".
3. Added PHP syntax highlighting (including source browser).
4. Source Browser can now use regular ctags as well as
Exuberant ctags.
5. A middle mouse button click now closes a tab.
6. Added "thick vertical line" caret, similar to that seen
in Eclipse and NetBeans.
7. Improved size grip on main window and Find in Files
dialog.
8. Minor bug fixes.
9. Updated French, Russian and Italian translations.
2009-03-06 03:44:03 UTC by robert_futrell
-
RText Version 0.9.9.7 Now Available
RText is a customizable programmer's text editor written in Java. 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.
Here's what's new:
1. Added "Open Remote" and "Save Remote" options to load and save remote
files via ftp or http (Feature Request 1210965).
2. The file chooser's filename text field tries to be even friendlier and
pre-fills in the next matching filename when possible, similar to Microsoft
Office. This can be toggled on or off in the Options dialog.
3. Some languages now recognize hyperlinks in comments. These hyperlinks
are clickable (Ctrl+click) and open the link in the system default web
browser (requires Java 6). This behavior is configurable in the Options
dialog.
4. Changing the encoding or line separator of a file via the "Document
Properties" dialog now marks the file as dirty.
5. The Windows version now sends files to the Recycle Bin when you delete
them from the file chooser.
6. Added Makefile language support (highlighting and source browser).
7. Added Ruby language support (highlighting and source browser).
8. Made file opening slightly more efficient.
9. Fixid bug 2315788: Replace dialog didn't like empty "Replace with" strings.
10. Added "Open in new window" option to File System Tree's popup menu.
11. "Save a Copy As Web Page..." now passes XHTML 1.0 Strict validation.
12. Fixed RTL issues when running in Arabic locale (tables, plugin trees).
13. Updated translations: Arabic (thanks Linostar), Chinese (SunYi),
Hungarian (Flatron), Russian (Vladimir), Spanish (Rafael), Turkish (Burak).
2008-12-08 03:52:05 UTC by robert_futrell
-
RText Version 0.9.9.6 Now Available
RText is a customizable programmer's text editor written in Java. 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.
Here's what's new in 0.9.9.6:
1. Fixed a bug in RTF copy/paste.
2. Separated RSyntaxTextArea into its own project. Check out
http://fifesoft.com/rsyntaxtextarea for more information.
3. Fixed bug 2056201: Plugins menu wasn't populated on OS X.
4. When doing a find or replace with regular expressions enabled, regex
errors are now identified on the fly, highlighted in red, and a tooltip
displays the exact error.
5. Improved XML syntax highlighting. Multiline attributes and single-quoted
attributes are now supported, and entity references are better recognized.
6. Slightly improved startup time.
7. A few small bug fixes.
8. Updated French and German translations (thanks Pivwan and Pete).
2008-09-18 01:57:18 UTC by robert_futrell
-
RText Version 0.9.9.5 Now Available
RText is a customizable programmer's text editor written in Java. 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.
Here's what's new in 0.9.9.5:
1. Added "Copy as RTF" menu item. Its shortcut is Ctrl+Shift+C, and
can be configured from the Shortcuts panel of the Options dialog. This
2. allows you to copy-and-paste syntax highlighted code into applications
such as Outlook.
3. Updated some custom components that had problems with the upcoming
Nimbus Look and Feel (actually, any LaF that didn't extend
BasicLookAndFeel could have had problems).
4. Font choosers now display several common fonts known to be monospaced
in bold. Not all monospaced fonts will be detected, but most of the
common ones will be.
5. Removed OfficeLnFs source from the RText source distribution. The source
distribution now only comes with the OfficeLnFs jar file, and its license
file (that states where to find the source).
6. The OfficeLnFs jar is no longer a part of the *NIX and Mac packages.
It never made sense to be in them anyway, since those LaFs aren't usable
on those platforms.
7. Updated some child dialogs of the Options dialog.
2008-06-25 22:18:11 UTC by robert_futrell