C# Класс Microsoft.R.Editor.Formatting.AutoFormat

Показать файл Открыть проект

Открытые методы

Метод Описание
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