See: Description
Class | Description |
---|---|
CompletionWrapper |
Simple wrapper class used to get data from the parser in order to build the correct completions
Author: Mike
Date: 8/16/12
Time: 2:44 PM
|
CurrentlyTypedWordCompletion |
Completion used to indicate the currently type word (or something different if the typed word is an exact match)
|
CustomFunctionCompletion |
A function completion with extra data
Author: Mike
Date: 2/22/12
Time: 12:28 PM
|
InterpretedJavaTokenMaker |
Java text highlighting with a few additions for screen-scraper
|
KeyWordCompletion |
Simple completion for keywords
|
KeyWordFunctionCompletion |
Class Description
|
ScriptCellRenderer |
The cell renderer used for the C programming language.
|
ScriptCompletionProvider | |
ScriptDynamicCompletionProvider |
Handles completion by attempting to determine the type of the object and get the completions based on the methods and fields available.
|
ScriptLanguageSupport | |
XmlCodeCompletionParser |
Enum | Description |
---|---|
CompletionTokenType |
The types of tokens that we can be at in the script
Author: Mike
Date: 8/16/12
Time: 2:46 PM
|