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 |
|
|