Method | Description | |
---|---|---|
GetColorForPosition ( int x ) : |
||
GetWord ( int column ) : ICSharpCode.TextEditor.Document.TextWord | ||
LineSegment ( int offset, int length ) : System | ||
LineSegment ( int offset, int end, int delimiterLength ) : System | ||
ToString ( ) : string |
Converts a LineSegment instance to string (for debug purposes)
|
Method | Description | |
---|---|---|
GetRegString ( char expr, int index, IDocument document ) : string |
get the string, which matches the regular expression expr, in string s2 at index
|
|
MatchExpr ( char expr, int index, IDocument document, bool ignoreCase ) : bool |
returns true, if the get the string s2 at index matches the expression expr
|
public GetColorForPosition ( int x ) : |
||
x | int | |
return |
public GetWord ( int column ) : ICSharpCode.TextEditor.Document.TextWord | ||
column | int | |
return | ICSharpCode.TextEditor.Document.TextWord |
public LineSegment ( int offset, int length ) : System | ||
offset | int | |
length | int | |
return | System |
public LineSegment ( int offset, int end, int delimiterLength ) : System | ||
offset | int | |
end | int | |
delimiterLength | int | |
return | System |