C# 클래스 Boo.BooLangService.HandleSmartIndentAction

파일 보기 프로젝트 열기: jagregory/boolangstudio

공개 메소드들

메소드 설명
Execute ( ) : bool
HandleSmartIndentAction ( ISource source, IVsTextView view ) : Boo.BooLangService.BooLangService
HandleSmartIndentAction ( IVsTextView view, ILineIndenter indenter ) : Boo.BooLangService.BooLangService

메소드 상세

Execute() 공개 메소드

public Execute ( ) : bool
리턴 bool

HandleSmartIndentAction() 공개 메소드

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

HandleSmartIndentAction() 공개 메소드

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