| Interface | Description |
|---|---|
| LanguageSupport |
"Extra" support for a programming language (code completion, parser, etc.).
|
| Class | Description |
|---|---|
| AbstractLanguageSupport |
A base class for language support implementations.
|
| AbstractMarkupLanguageSupport |
Base class for language supports for markup languages, such as HTML, PHP,
and JSP.
|
| AbstractSourceTree |
A tree showing the structure of a source file being edited in an
RSyntaxTextArea. |
| GoToMemberAction |
Displays a popup dialog with the "Go to member" tree.
|
| GoToMemberWindow |
A popup window that displays a text field and tree, allowing the user to
jump to a specific part of code in the current source file.
|
| IOUtil |
I/O related utility methods.
|
| LanguageSupportFactory |
Provides language support (code completion, etc.) for programming
languages in RSyntaxTextArea.
|
| OutputCollector |
A class that eats the stdout or stderr of a running Process to
prevent deadlock.
|
| ShorthandCompletionCache |
A cache to store completions for Template completions and Comment
completions.
|
| SourceTreeNode |
Base class for tree nodes in an
AbstractSourceTree. |