C# 클래스 NppPluginNET.PluginBase

파일 보기 프로젝트 열기: KvanTTT/NppGist 1 사용 예제들

비공개 메소드들

메소드 설명
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