RSyntaxTextArea is a syntax highlighting text
editor. It has support for over 20 programming
languages and is completely customizable. By
extending JTextComponent, it easily integrates
into any Swing application and provides an easy
way to add syntax highlighting to a program.
Changes: In this release, “Focusable Tips” were added, which are tool tips that become focusable when the user clicks on them or presses F2, like the tool tips in Eclipse. An “Error Strip” component was added that can display markers for locations in a text editor of parser errors, marked occurrences, etc. Highlighting support for Delphi, Scala, and BBCode was added. There is now an option to automatically insert a closing curly brace when appropriate for C, C++, C#, Java, and Perl. Closing XML tags are also automatically completed when “</" is typed.
Tags: Software Development, Libraries, Java Libraries
Licenses: LGPL