C# Class NppPluginNET.PluginBase

Exibir arquivo Open project: KvanTTT/NppGist Class Usage Examples

Private Methods

Method Description
AppendTextToCurrentFile ( string text ) : void
GetCurrentFileText ( int length = -1 ) : string
GetCurrentScintilla ( ) : IntPtr
GetFullCurrentFileName ( ) : string
GetPluginsConfigDir ( ) : string
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
SetCurrentFileText ( string text ) : void