Menu

RSyntaxTextArea 1.2.2 Released

RSyntaxTextArea is a syntax highlighting text component written in Swing.

Version 1.2.2 is a bugfix release. Changes include:

1. Fixed a harmless (no effect on user) NPE if setCaretPosition() is called to be on a bracket before the editor is visible (bracket matching code).
2. Fixed an NPE in TextEditorPane if you load() a local file that doesn't yet exist (okay so far, empty file is created), then try to save() it (this is where the NPE occurred - cached encoding was null).
3. RTextScrollPane now has a default constructor to facilitate using it in Matisse in NetBeans.

Posted by Robert Futrell 2009-01-16

Log in to post a comment.