C# Class Boo.BooLangService.HandleSmartIndentAction

Afficher le fichier Open project: jagregory/boolangstudio

Méthodes publiques

Méthode Description
Execute ( ) : bool
HandleSmartIndentAction ( ISource source, IVsTextView view ) : Boo.BooLangService.BooLangService
HandleSmartIndentAction ( IVsTextView view, ILineIndenter indenter ) : Boo.BooLangService.BooLangService

Method Details

Execute() public méthode

public Execute ( ) : bool
Résultat bool

HandleSmartIndentAction() public méthode

public HandleSmartIndentAction ( ISource source, IVsTextView view ) : Boo.BooLangService.BooLangService
source ISource
view IVsTextView
Résultat Boo.BooLangService.BooLangService

HandleSmartIndentAction() public méthode

public HandleSmartIndentAction ( IVsTextView view, ILineIndenter indenter ) : Boo.BooLangService.BooLangService
view IVsTextView
indenter ILineIndenter
Résultat Boo.BooLangService.BooLangService