Property | Type | Description | |
---|---|---|---|
FindFirstNonWhitespaceChar | int | ||
Lexing | System | ||
ResetLexer | void | ||
ResetLexerName | void | ||
ResetWhitespaceChars | void | ||
ResetWordChars | void | ||
ShouldSerialize | bool | ||
ShouldSerializeLexer | bool | ||
ShouldSerializeLexerName | bool | ||
ShouldSerializeWhitespaceChars | bool | ||
ShouldSerializeWordChars | bool | ||
loadStyleMap | void |
Method | Description | |
---|---|---|
Colorize ( ) : void | ||
Colorize ( int startPos, int endPos ) : void | ||
GetProperty ( string name ) : string | ||
GetPropertyExpanded ( string name ) : string | ||
GetPropertyInt ( string name ) : int | ||
GetPropertyInt ( string name, int defaultValue ) : int | ||
LineComment ( ) : void | ||
LineUncomment ( ) : void | ||
LoadLexerLibrary ( string path ) : void | ||
SetKeywords ( int keywordSet, string list ) : void | ||
SetProperty ( string name, string value ) : void | ||
StreamComment ( ) : void | ||
ToggleLineComment ( ) : void |
Method | Description | |
---|---|---|
FindFirstNonWhitespaceChar ( string s ) : int | ||
Lexing ( Scintilla scintilla ) : System | ||
ResetLexer ( ) : void | ||
ResetLexerName ( ) : void | ||
ResetWhitespaceChars ( ) : void | ||
ResetWordChars ( ) : void | ||
ShouldSerialize ( ) : bool | ||
ShouldSerializeLexer ( ) : bool | ||
ShouldSerializeLexerName ( ) : bool | ||
ShouldSerializeWhitespaceChars ( ) : bool | ||
ShouldSerializeWordChars ( ) : bool | ||
loadStyleMap ( ) : void |
public Colorize ( int startPos, int endPos ) : void | ||
startPos | int | |
endPos | int | |
return | void |
public GetPropertyExpanded ( string name ) : string | ||
name | string | |
return | string |
public GetPropertyInt ( string name, int defaultValue ) : int | ||
name | string | |
defaultValue | int | |
return | int |
public LoadLexerLibrary ( string path ) : void | ||
path | string | |
return | void |
public SetKeywords ( int keywordSet, string list ) : void | ||
keywordSet | int | |
list | string | |
return | void |
public SetProperty ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |