comparison src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.h @ 514:53be89131013

Made some small integration changes to the Notepad++ plugin. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@754 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 31 Aug 2008 15:30:23 +0000
parents 97e85897faec
children 54d6696e8673
comparison
equal deleted inserted replaced
513:9fa36a1b5181 514:53be89131013
25 #include "SysMsg.h" 25 #include "SysMsg.h"
26 #include "PluginInterface.h" 26 #include "PluginInterface.h"
27 #include "Notepad_plus_rc.h" 27 #include "Notepad_plus_rc.h"
28 #include "Scintilla.h" 28 #include "Scintilla.h"
29 #include <TCHAR.H> 29 #include <TCHAR.H>
30 #include <shlwapi.h>
30 31
32 #include "indenthandler.h"
31 #include "SettingsPaths.h" 33 #include "SettingsPaths.h"
32 34
33 /* menu position in funcItem */ 35 /* menu position in funcItem */
34 #define TOGGLE_SHOW_UIGUI_INDEX 0 36 #define TOGGLE_SHOW_UIGUI_INDEX 0
35 #define EXECUTE_TEXT_INDENT_INDEX 1 37 #define EXECUTE_TEXT_INDENT_INDEX 1