Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2012-02-19 | 821 Bytes | |
rsyntaxtextarea_2.0.1_Source.zip | 2012-02-19 | 1.1 MB | |
rsyntaxtextarea_2.0.1.zip | 2012-02-19 | 693.8 kB | |
Totals: 3 Items | 1.8 MB | 0 |
RSyntaxTextArea 2.0.1 Release Notes ----------------------------------- RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 25 programming languages, code folding, search & replace, and has add-on libraries for code completion and spell checking. This is a bugfix release for 2.0.0, and includes the following changes: 1. If SearchEngine selects text as part of a search/replace operation, and that text in a collapsed fold, the fold should be expanded to make the selection visible. 2. The DTD for themes, theme.dtd, was not included in the 2.0.0 RSyntaxTextArea binary jar. This made themes unusable since they could not be validated. 3. The SearchEngine API has been modified slightly to be cleaner and more easily expanded in the future.