C# Class VSEmbed.Exports.StandardKeyProcessor

Inheritance: BaseShortcutKeyProcessor
Datei anzeigen Open project: SLaks/VSEmbed

Public Methods

Method Description
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

Private Methods

Method Description
AddShortcuts ( ) : void
HandleProvisionalImeInput ( System.Windows.Input.TextCompositionEventArgs args ) : bool

Method Details

StandardKeyProcessor() public method

public StandardKeyProcessor ( IWpfTextView textView, IEditorOperations editorOperations, ITextUndoHistory undoHistory ) : System
textView IWpfTextView
editorOperations IEditorOperations
undoHistory ITextUndoHistory
return System

TextInput() public method

public TextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
args System.Windows.Input.TextCompositionEventArgs
targetBuffer ITextBuffer
next System.Action
return void

TextInputStart() public method

public TextInputStart ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
args System.Windows.Input.TextCompositionEventArgs
targetBuffer ITextBuffer
next System.Action
return void

TextInputUpdate() public method

public TextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
args System.Windows.Input.TextCompositionEventArgs
targetBuffer ITextBuffer
next System.Action
return void