C# 클래스 Microsoft.R.Editor.Formatting.AutoFormat

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
HandleAutoformat ( ITextView textView, IEditorShell editorShell, char typedChar ) : void
IsPostProcessAutoformatTriggerCharacter ( char ch ) : bool
IsPreProcessAutoformatTriggerCharacter ( char ch ) : bool

비공개 메소드들

메소드 설명
GetCaretPointInBuffer ( ITextView textView ) : SnapshotPoint?
GetFormatScope ( ITextView textView, ITextBuffer textBuffer, AstRoot ast ) : IKeywordScopeStatement
IsBetweenCurlyAndElse ( ITextBuffer textBuffer, int position ) : bool

메소드 상세

HandleAutoformat() 공개 정적인 메소드

public static HandleAutoformat ( ITextView textView, IEditorShell editorShell, char typedChar ) : void
textView ITextView
editorShell IEditorShell
typedChar char
리턴 void

IsPostProcessAutoformatTriggerCharacter() 공개 정적인 메소드

public static IsPostProcessAutoformatTriggerCharacter ( char ch ) : bool
ch char
리턴 bool

IsPreProcessAutoformatTriggerCharacter() 공개 정적인 메소드

public static IsPreProcessAutoformatTriggerCharacter ( char ch ) : bool
ch char
리턴 bool