C# 클래스 ARCed.Scintilla.Lexing

상속: TopLevelHelper
파일 보기 프로젝트 열기: borisblizzard/arcreator

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