C# Class Boo.BooLangService.HandleSmartIndentAction

Show file Open project: jagregory/boolangstudio

Public Methods

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

Method Details

Execute() public method

public Execute ( ) : bool
return bool

HandleSmartIndentAction() public method

public HandleSmartIndentAction ( ISource source, IVsTextView view ) : Boo.BooLangService.BooLangService
source ISource
view IVsTextView
return Boo.BooLangService.BooLangService

HandleSmartIndentAction() public method

public HandleSmartIndentAction ( IVsTextView view, ILineIndenter indenter ) : Boo.BooLangService.BooLangService
view IVsTextView
indenter ILineIndenter
return Boo.BooLangService.BooLangService