Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rsyntaxtextarea_2.5.0.zip | 2013-08-27 | 911.4 kB | |
rsyntaxtextarea_2.5.0_Source.zip | 2013-08-27 | 1.2 MB | |
readme.txt | 2013-08-27 | 734 Bytes | |
Totals: 3 Items | 2.2 MB | 0 |
RSyntaxTextArea 2.5.0 Release Notes ----------------------------------- RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 30 programming languages, code folding, search & replace, and has add-on libraries for code completion and spell checking. This release brings the following changes: 1. Painting performance improvements. 2. Pretty major API changes; "Token" changed from a class to an interface, etc. This allowed for more aggressive caching of syntax highlighting information and thus better performance. 3. Improvements to Clojure syntax highlighting. 4. Minimum JRE requirement updated to Java 5 from 1.4. 5. Miscellaneous small bug fixes and changes.