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 |
Method | Description | |
---|---|---|
AddShortcuts ( ) : void | ||
HandleProvisionalImeInput ( System.Windows.Input.TextCompositionEventArgs args ) : bool |
public StandardKeyProcessor ( IWpfTextView textView, IEditorOperations editorOperations, ITextUndoHistory undoHistory ) : System | ||
textView | IWpfTextView | |
editorOperations | IEditorOperations | |
undoHistory | ITextUndoHistory | |
return | System |
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 |
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 |
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 |