메소드 | 설명 | |
---|---|---|
BooSource ( Microsoft.VisualStudio.Package.LanguageService service, IVsTextLines textLines, Microsoft.VisualStudio.Package.Colorizer colorizer ) : Boo.BooLangProject | ||
GetIndexOfNextNonWhitespaceChar ( int line ) : int | ||
GetTextUptoPosition ( int line, int col ) : string |
Gets all text on the specified line upto the column specified.
|
|
SetText ( int line, int endColumn, string newText ) : void |
public BooSource ( Microsoft.VisualStudio.Package.LanguageService service, IVsTextLines textLines, Microsoft.VisualStudio.Package.Colorizer colorizer ) : Boo.BooLangProject | ||
service | Microsoft.VisualStudio.Package.LanguageService | |
textLines | IVsTextLines | |
colorizer | Microsoft.VisualStudio.Package.Colorizer | |
리턴 | Boo.BooLangProject |
public GetIndexOfNextNonWhitespaceChar ( int line ) : int | ||
line | int | |
리턴 | int |
public GetTextUptoPosition ( int line, int col ) : string | ||
line | int | |
col | int | |
리턴 | string |
public SetText ( int line, int endColumn, string newText ) : void | ||
line | int | |
endColumn | int | |
newText | string | |
리턴 | void |