C# 클래스 AvalonStudio.TextEditor.Indentation.CSharp.IndentationReformatter

파일 보기 프로젝트 열기: VitalElement/AvalonStudio 1 사용 예제들

공개 메소드들

메소드 설명
Init ( ) : void
Reformat ( IDocumentAccessor doc, IndentationSettings set ) : void
Step ( IDocumentAccessor doc, IndentationSettings set ) : void

비공개 메소드들

메소드 설명
IsSingleStatementKeyword ( string keyword ) : bool
Repeat ( string text, int count ) : string
TrimEnd ( IDocumentAccessor doc ) : bool

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

Reformat() 공개 메소드

public Reformat ( IDocumentAccessor doc, IndentationSettings set ) : void
doc IDocumentAccessor
set IndentationSettings
리턴 void

Step() 공개 메소드

public Step ( IDocumentAccessor doc, IndentationSettings set ) : void
doc IDocumentAccessor
set IndentationSettings
리턴 void