C# Класс VSEmbed.Exports.StandardKeyProcessor

Наследование: BaseShortcutKeyProcessor
Показать файл Открыть проект

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

Метод Описание
StandardKeyProcessor ( IWpfTextView textView, IEditorOperations editorOperations, ITextUndoHistory undoHistory ) : System
TextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
TextInputStart ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
TextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void

Приватные методы

Метод Описание
AddShortcuts ( ) : void
HandleProvisionalImeInput ( System.Windows.Input.TextCompositionEventArgs args ) : bool

Описание методов

StandardKeyProcessor() публичный Метод

public StandardKeyProcessor ( IWpfTextView textView, IEditorOperations editorOperations, ITextUndoHistory undoHistory ) : System
textView IWpfTextView
editorOperations IEditorOperations
undoHistory ITextUndoHistory
Результат System

TextInput() публичный Метод

public TextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
args System.Windows.Input.TextCompositionEventArgs
targetBuffer ITextBuffer
next System.Action
Результат void

TextInputStart() публичный Метод

public TextInputStart ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
args System.Windows.Input.TextCompositionEventArgs
targetBuffer ITextBuffer
next System.Action
Результат void

TextInputUpdate() публичный Метод

public TextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
args System.Windows.Input.TextCompositionEventArgs
targetBuffer ITextBuffer
next System.Action
Результат void