C# Класс NppPluginNET.PluginBase

Показать файл Открыть проект Примеры использования класса

Приватные методы

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