C# 클래스 _3PA.Plug

파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
OnNppNotification ( SCNotification nc ) : void

handles the notifications send by npp and scintilla to the plugin

SetHooks ( ) : void

Bascially, this method allows us to hook onto: - Keyboard (on key down only) messages -> OnKeyDown - Mouse messages -> OnMouseMessage It either install the hooks (if they are not installed yet) or just refresh the keyboard keys / mouse messages to watch, so it can be called several times safely

비공개 메소드들

메소드 설명
UninstallHooks ( ) : void

메소드 상세

OnNppNotification() 공개 정적인 메소드

handles the notifications send by npp and scintilla to the plugin
public static OnNppNotification ( SCNotification nc ) : void
nc _3PA.Interop.SCNotification
리턴 void

SetHooks() 공개 정적인 메소드

Bascially, this method allows us to hook onto: - Keyboard (on key down only) messages -> OnKeyDown - Mouse messages -> OnMouseMessage It either install the hooks (if they are not installed yet) or just refresh the keyboard keys / mouse messages to watch, so it can be called several times safely
public static SetHooks ( ) : void
리턴 void