C# 클래스 JustEnoughVi.InsertMode

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

공개 메소드들

메소드 설명
InsertMode ( TextEditorData editor ) : Mono.TextEditor
KeyPress ( MonoDevelop.Ide.Editor.Extension.KeyDescriptor descriptor ) : bool

보호된 메소드들

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

메소드 상세

Activate() 보호된 메소드

protected Activate ( ) : void
리턴 void

Deactivate() 보호된 메소드

protected Deactivate ( ) : void
리턴 void

InsertMode() 공개 메소드

public InsertMode ( TextEditorData editor ) : Mono.TextEditor
editor Mono.TextEditor.TextEditorData
리턴 Mono.TextEditor

KeyPress() 공개 메소드

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