C# Класс _3PA.Plug

Показать файл Открыть проект

Открытые методы

Метод Описание
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