C# Class phdesign.NppToolBucket.PluginCore.PluginBase

Show file Open project: phdesign/NppToolBucket

Private Methods

Method Description
GetCurrentScintilla ( ) : IntPtr
SetCommand ( int index, string commandName, NppFuncItemDelegate functionPointer ) : void
SetCommand ( int index, string commandName, NppFuncItemDelegate functionPointer, ShortcutKey shortcut ) : void
SetCommand ( int index, string commandName, NppFuncItemDelegate functionPointer, ShortcutKey shortcut, bool checkOnInit ) : void
SetCommand ( int index, string commandName, NppFuncItemDelegate functionPointer, bool checkOnInit ) : void