C# 클래스 JustEnoughVi.VisualMode

상속: ViMode
파일 보기 프로젝트 열기: hifi/monodevelop-justenoughvi 1 사용 예제들

공개 메소드들

메소드 설명
KeyPress ( MonoDevelop.Ide.Editor.Extension.KeyDescriptor descriptor ) : bool
VisualMode ( TextEditorData editor ) : System

보호된 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void

비공개 메소드들

메소드 설명
UpdateSelection ( ) : void

메소드 상세

Activate() 보호된 메소드

protected Activate ( ) : void
리턴 void

Deactivate() 보호된 메소드

protected Deactivate ( ) : void
리턴 void

KeyPress() 공개 메소드

public KeyPress ( MonoDevelop.Ide.Editor.Extension.KeyDescriptor descriptor ) : bool
descriptor MonoDevelop.Ide.Editor.Extension.KeyDescriptor
리턴 bool

VisualMode() 공개 메소드

public VisualMode ( TextEditorData editor ) : System
editor Mono.TextEditor.TextEditorData
리턴 System