Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
org.fife.ui.rsyntaxtextarea.modes |
Scanners that tokenize source in
RSyntaxTextArea . |
Modifier and Type | Field and Description |
---|---|
protected TokenMap |
AbstractTokenMaker.wordsToHighlight
Hash table of words to highlight and what token type they are.
|
Modifier and Type | Method and Description |
---|---|
abstract TokenMap |
AbstractTokenMaker.getWordsToHighlight()
Returns the words to highlight for this programming language.
|
Modifier and Type | Method and Description |
---|---|
TokenMap |
WindowsBatchTokenMaker.getWordsToHighlight()
Returns the words to highlight for Windows batch files.
|
TokenMap |
UnixShellTokenMaker.getWordsToHighlight()
Returns the words to highlight for UNIX shell scripts.
|
Copyright © 2003–2015. All rights reserved.