C# Class VSEmbed.Exports.StandardKeyProcessor

Inheritance: BaseShortcutKeyProcessor
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode 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

Méthode Description
AddShortcuts ( ) : void
HandleProvisionalImeInput ( System.Windows.Input.TextCompositionEventArgs args ) : bool

Method Details

StandardKeyProcessor() public méthode

public StandardKeyProcessor ( IWpfTextView textView, IEditorOperations editorOperations, ITextUndoHistory undoHistory ) : System
textView IWpfTextView
editorOperations IEditorOperations
undoHistory ITextUndoHistory
Résultat System

TextInput() public méthode

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

TextInputStart() public méthode

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

TextInputUpdate() public méthode

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