C# 클래스 JustEnoughVi.ViMode

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

공개 메소드들

메소드 설명
InternalActivate ( ) : void
InternalDeactivate ( ) : void
KeyPress ( MonoDevelop.Ide.Editor.Extension.KeyDescriptor descriptor ) : bool

보호된 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void
ViMode ( TextEditorData editor ) : System

비공개 메소드들

메소드 설명
CaretOffEol ( ) : void
Reset ( ) : void

메소드 상세

Activate() 보호된 추상적인 메소드

protected abstract Activate ( ) : void
리턴 void

Deactivate() 보호된 추상적인 메소드

protected abstract Deactivate ( ) : void
리턴 void

InternalActivate() 공개 메소드

public InternalActivate ( ) : void
리턴 void

InternalDeactivate() 공개 메소드

public InternalDeactivate ( ) : void
리턴 void

KeyPress() 공개 메소드

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

ViMode() 보호된 메소드

protected ViMode ( TextEditorData editor ) : System
editor Mono.TextEditor.TextEditorData
리턴 System