C# Class BooLangService.BooSource

Inheritance: Microsoft.VisualStudio.Package.Source, ILineView
Afficher le fichier Open project: jagregory/boolangstudio Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

BooSource() public méthode

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
Résultat Boo.BooLangProject

GetIndexOfNextNonWhitespaceChar() public méthode

public GetIndexOfNextNonWhitespaceChar ( int line ) : int
line int
Résultat int

GetTextUptoPosition() public méthode

Gets all text on the specified line upto the column specified.
public GetTextUptoPosition ( int line, int col ) : string
line int
col int
Résultat string

SetText() public méthode

public SetText ( int line, int endColumn, string newText ) : void
line int
endColumn int
newText string
Résultat void