C# 클래스 VSEmbed.Exports.StandardKeyProcessor

상속: BaseShortcutKeyProcessor
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

메소드 설명
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