Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Modifier and Type | Field and Description |
---|---|
Syntax |
SyntaxDebug.syntax |
Modifier and Type | Method and Description |
---|---|
Syntax |
BaseKit.createFormatSyntax(Document doc)
Deprecated.
Please use Editor Indentation API instead, for details see
Editor Indentation.
|
Syntax |
BaseKit.createSyntax(Document doc)
Deprecated.
Please use Lexer instead, for details see
Lexer.
|
Modifier and Type | Method and Description |
---|---|
void |
SyntaxSupport.initSyntax(Syntax syntax,
int startPos,
int endPos,
boolean forceLastBuffer,
boolean forceNotLastBuffer)
Initialize the syntax so it's ready to scan the given area.
|
String |
Syntax.BaseStateInfo.toString(Syntax syntax) |
void |
MarkFactory.SyntaxMark.updateStateInfo(Syntax syntax)
Deprecated.
|
Constructor and Description |
---|
SyntaxDebug(Syntax syntax) |
Modifier and Type | Class and Description |
---|---|
class |
MultiSyntax
Composition of several syntaxes together.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiSyntax.registerSyntax(Syntax slaveSyntax)
Register a particular slave syntax.
|