C# Класс ARCed.Scintilla.Lexing

Наследование: TopLevelHelper
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
FindFirstNonWhitespaceChar int
Lexing System
ResetLexer void
ResetLexerName void
ResetWhitespaceChars void
ResetWordChars void
ShouldSerialize bool
ShouldSerializeLexer bool
ShouldSerializeLexerName bool
ShouldSerializeWhitespaceChars bool
ShouldSerializeWordChars bool
loadStyleMap void

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Colorize() публичный Метод

public Colorize ( ) : void
Результат void

Colorize() публичный Метод

public Colorize ( int startPos, int endPos ) : void
startPos int
endPos int
Результат void

GetProperty() публичный Метод

public GetProperty ( string name ) : string
name string
Результат string

GetPropertyExpanded() публичный Метод

public GetPropertyExpanded ( string name ) : string
name string
Результат string

GetPropertyInt() публичный Метод

public GetPropertyInt ( string name ) : int
name string
Результат int

GetPropertyInt() публичный Метод

public GetPropertyInt ( string name, int defaultValue ) : int
name string
defaultValue int
Результат int

LineComment() публичный Метод

public LineComment ( ) : void
Результат void

LineUncomment() публичный Метод

public LineUncomment ( ) : void
Результат void

LoadLexerLibrary() публичный Метод

public LoadLexerLibrary ( string path ) : void
path string
Результат void

SetKeywords() публичный Метод

public SetKeywords ( int keywordSet, string list ) : void
keywordSet int
list string
Результат void

SetProperty() публичный Метод

public SetProperty ( string name, string value ) : void
name string
value string
Результат void

StreamComment() публичный Метод

public StreamComment ( ) : void
Результат void

ToggleLineComment() публичный Метод

public ToggleLineComment ( ) : void
Результат void