C# 클래스 VSEmbed.Roslyn.RoslynKeyProcessor

상속: VSEmbed.Editor.ChainedKeyProcessor
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

메소드 설명
KeyDown ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
RoslynKeyProcessor ( IWpfTextView wpfTextView, IComponentModel mef ) : System
TextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void

보호된 메소드들

메소드 설명
AddAltShiftCommand ( Key key, string methodName ) : void
AddCommand ( Key key, string methodName ) : void
AddCommand ( ModifierKeys modifiers, Key key, string methodName ) : void
AddControlCommand ( Key key, string methodName ) : void
AddControlShiftCommand ( Key key, string methodName ) : void
AddIntCommand ( ModifierKeys modifiers, Key key, string methodName, int count ) : void
AddShiftCommand ( Key key, string methodName ) : void

비공개 메소드들

메소드 설명
AddShortcuts ( ) : void
CreateInstanceNonPublic ( Type type ) : object

메소드 상세

AddAltShiftCommand() 보호된 메소드

protected AddAltShiftCommand ( Key key, string methodName ) : void
key Key
methodName string
리턴 void

AddCommand() 보호된 메소드

protected AddCommand ( Key key, string methodName ) : void
key Key
methodName string
리턴 void

AddCommand() 보호된 메소드

protected AddCommand ( ModifierKeys modifiers, Key key, string methodName ) : void
modifiers ModifierKeys
key Key
methodName string
리턴 void

AddControlCommand() 보호된 메소드

protected AddControlCommand ( Key key, string methodName ) : void
key Key
methodName string
리턴 void

AddControlShiftCommand() 보호된 메소드

protected AddControlShiftCommand ( Key key, string methodName ) : void
key Key
methodName string
리턴 void

AddIntCommand() 보호된 메소드

protected AddIntCommand ( ModifierKeys modifiers, Key key, string methodName, int count ) : void
modifiers ModifierKeys
key Key
methodName string
count int
리턴 void

AddShiftCommand() 보호된 메소드

protected AddShiftCommand ( Key key, string methodName ) : void
key Key
methodName string
리턴 void

KeyDown() 공개 메소드

public KeyDown ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
args System.Windows.Input.KeyEventArgs
targetBuffer ITextBuffer
next System.Action
리턴 void

RoslynKeyProcessor() 공개 메소드

public RoslynKeyProcessor ( IWpfTextView wpfTextView, IComponentModel mef ) : System
wpfTextView IWpfTextView
mef IComponentModel
리턴 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