C# Class ARCed.Scintilla.Lexing

Inheritance: TopLevelHelper
Afficher le fichier Open project: borisblizzard/arcreator

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Colorize ( ) : void
Résultat void

Colorize() public méthode

public Colorize ( int startPos, int endPos ) : void
startPos int
endPos int
Résultat void

GetProperty() public méthode

public GetProperty ( string name ) : string
name string
Résultat string

GetPropertyExpanded() public méthode

public GetPropertyExpanded ( string name ) : string
name string
Résultat string

GetPropertyInt() public méthode

public GetPropertyInt ( string name ) : int
name string
Résultat int

GetPropertyInt() public méthode

public GetPropertyInt ( string name, int defaultValue ) : int
name string
defaultValue int
Résultat int

LineComment() public méthode

public LineComment ( ) : void
Résultat void

LineUncomment() public méthode

public LineUncomment ( ) : void
Résultat void

LoadLexerLibrary() public méthode

public LoadLexerLibrary ( string path ) : void
path string
Résultat void

SetKeywords() public méthode

public SetKeywords ( int keywordSet, string list ) : void
keywordSet int
list string
Résultat void

SetProperty() public méthode

public SetProperty ( string name, string value ) : void
name string
value string
Résultat void

StreamComment() public méthode

public StreamComment ( ) : void
Résultat void

ToggleLineComment() public méthode

public ToggleLineComment ( ) : void
Résultat void