Method | Description | |
---|---|---|
GetWholeWord ( |
||
GetWholeWordSegment ( |
||
IsWholeWord ( ITextSource document, int offsetStart, int offsetEnd ) : bool | ||
IsWordBorder ( ITextSource document, int offset ) : bool | ||
Load ( TextEditor editor ) : void | ||
Select ( string preset, |
||
SetSyntax ( TextEditor editor, string ext ) : void |
Method | Description | |
---|---|---|
AvalonLoader ( ) : System |
public static GetWholeWord ( |
||
document | ||
textEditor | TextEditor | |
return | string |
public static GetWholeWordSegment ( |
||
document | ||
textEditor | TextEditor | |
return | ISegment |
public static IsWholeWord ( ITextSource document, int offsetStart, int offsetEnd ) : bool | ||
document | ITextSource | |
offsetStart | int | |
offsetEnd | int | |
return | bool |
public static IsWordBorder ( ITextSource document, int offset ) : bool | ||
document | ITextSource | |
offset | int | |
return | bool |
public static Load ( TextEditor editor ) : void | ||
editor | TextEditor | |
return | void |
public static Select ( string preset, |
||
preset | string | |
box | ||
return | void |
public static SetSyntax ( TextEditor editor, string ext ) : void | ||
editor | TextEditor | |
ext | string | |
return | void |