C# 클래스 MonoDevelop.CSharp.Formatting.OnTheFlyFormatter

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

공개 메소드들

메소드 설명
Format ( MonoDevelop data ) : void
Format ( MonoDevelop data, TextLocation location ) : void
Format ( MonoDevelop data, TextLocation startLocation, TextLocation endLocation, bool exact = true ) : void
Format ( MonoDevelop data, int startOffset, int endOffset, bool exact = true ) : void
Format ( PolicyContainer policyParent, IEnumerable mimeTypeChain, MonoDevelop data, int startOffset, int endOffset, bool exact, bool formatLastStatementOnly = false ) : void
FormatStatmentAt ( MonoDevelop data, Mono.TextEditor.DocumentLocation location ) : void

비공개 메소드들

메소드 설명
BuildStub ( MonoDevelop data, CSharpCompletionTextEditorExtension seg, int endOffset, int &memberStartOffset ) : string
GetFormattingChanges ( PolicyContainer policyParent, IEnumerable mimeTypeChain, MonoDevelop document, string input, DomRegion formattingRegion, int &formatStartOffset, int &formatLength, bool formatLastStatementOnly ) : FormattingChanges

메소드 상세

Format() 공개 정적인 메소드

public static Format ( MonoDevelop data ) : void
data MonoDevelop
리턴 void

Format() 공개 정적인 메소드

public static Format ( MonoDevelop data, TextLocation location ) : void
data MonoDevelop
location TextLocation
리턴 void

Format() 공개 정적인 메소드

public static Format ( MonoDevelop data, TextLocation startLocation, TextLocation endLocation, bool exact = true ) : void
data MonoDevelop
startLocation TextLocation
endLocation TextLocation
exact bool
리턴 void

Format() 공개 정적인 메소드

public static Format ( MonoDevelop data, int startOffset, int endOffset, bool exact = true ) : void
data MonoDevelop
startOffset int
endOffset int
exact bool
리턴 void

Format() 공개 정적인 메소드

public static Format ( PolicyContainer policyParent, IEnumerable mimeTypeChain, MonoDevelop data, int startOffset, int endOffset, bool exact, bool formatLastStatementOnly = false ) : void
policyParent PolicyContainer
mimeTypeChain IEnumerable
data MonoDevelop
startOffset int
endOffset int
exact bool
formatLastStatementOnly bool
리턴 void

FormatStatmentAt() 공개 정적인 메소드

public static FormatStatmentAt ( MonoDevelop data, Mono.TextEditor.DocumentLocation location ) : void
data MonoDevelop
location Mono.TextEditor.DocumentLocation
리턴 void