C# Class ARCed.Scintilla.Lexing

Inheritance: TopLevelHelper
Show file Open project: borisblizzard/arcreator

Private Properties

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

Public Methods

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

Private Methods

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

Method Details

Colorize() public method

public Colorize ( ) : void
return void

Colorize() public method

public Colorize ( int startPos, int endPos ) : void
startPos int
endPos int
return void

GetProperty() public method

public GetProperty ( string name ) : string
name string
return string

GetPropertyExpanded() public method

public GetPropertyExpanded ( string name ) : string
name string
return string

GetPropertyInt() public method

public GetPropertyInt ( string name ) : int
name string
return int

GetPropertyInt() public method

public GetPropertyInt ( string name, int defaultValue ) : int
name string
defaultValue int
return int

LineComment() public method

public LineComment ( ) : void
return void

LineUncomment() public method

public LineUncomment ( ) : void
return void

LoadLexerLibrary() public method

public LoadLexerLibrary ( string path ) : void
path string
return void

SetKeywords() public method

public SetKeywords ( int keywordSet, string list ) : void
keywordSet int
list string
return void

SetProperty() public method

public SetProperty ( string name, string value ) : void
name string
value string
return void

StreamComment() public method

public StreamComment ( ) : void
return void

ToggleLineComment() public method

public ToggleLineComment ( ) : void
return void