Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
Modifier and Type | Field and Description |
---|---|
protected TokenImpl |
TokenMakerBase.currentToken
Used in the creation of the linked list.
|
protected TokenImpl |
TokenMakerBase.firstToken
The first token in the returned linked list.
|
protected TokenImpl |
TokenMakerBase.previousToken
Used in the creation of the linked list.
|
Modifier and Type | Method and Description |
---|---|
static TokenUtils.TokenSubList |
TokenUtils.getSubTokenList(Token tokenList,
int pos,
TabExpander e,
RSyntaxTextArea textArea,
float x0,
TokenImpl tempToken)
Modifies the passed-in token list to start at the specified offset.
|
Copyright © 2003–2015. All rights reserved.