AbbreviationTable |
An abbreviation table stores a set of abbreviations.
|
AbbreviationTable.Expansion |
|
CodeEditorBase |
This is the base class for all code editing controls.
|
CodeEditorBase.Result |
The result of a search or replace operation.
|
CompletionRenderer |
A default renderer for code completions.
|
CssCodeSupport |
Code support for CSS markup.
|
DefaultCodeSupport |
Default code support; adds basic syntax highlighting based on the editor's
code type.
|
EditorAction |
Common editor action identifiers.
|
HtmlCodeSupport |
Code support for HTML markup.
|
HtmlCodeSupport.HtmlNavigator |
|
HtmlStyler |
Converts plain text into syntax highlighted HTML.
|
JavaCodeSupport |
Code support for the Java language.
|
JavaScriptNavigator |
|
MarkdownSupport |
Code support for Markdown.
|
MarkdownSupport.MarkdownNavigator |
|
NavigationPoint |
A navigation point describes a semantically significant location within a
text file.
|
PlainTextSupport |
Code support for plain text.
|
PropertyFileCodeSupport |
Code support for the Java language.
|
PropertyFileCodeSupport.PropertyNavigator |
A Navigator implementation for setting and property files.
|
RegexNavigatorBase |
A base class for creating a navigator that finds navigation
points using a regular expression.
|
ResourceFileCodeSupport |
Code support for game resource files such as class maps.
|
ResourceFileTokenMaker |
This class splits up text into tokens representing a SE resource file, which is similar
to a properties file but does not accept ':' as a separator between a key and a value.
|
ScriptCodeSupport |
Code support for the JavaScript-based Strange Eons scripting language.
|
SEJavaScriptTokenMaker |
Scanner for SE JavaScript files.
|
SpellingHighlighter |
A highlighter for source code editors that highlights spelling errors using a
SpellingChecker .
|
Test |
A simple example showing how to use RSyntaxTextArea to add Java syntax
highlighting to a Swing application.
|
TileSetCodeSupport |
Code support for tile set resource files.
|
TileSetCodeSupport.TileSetNavigator |
|
TypeScriptCodeSupport |
Code support for the TypeScript language.
|