comparison src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.h @ 497:97e85897faec

- When the whole text is indented the vertical scroll position won't change to the file beginning anymore. - The menu for showing/hiding the parameter window now correctly shows the window state. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@737 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 19 Jun 2008 18:00:45 +0000
parents 1a61b405be21
children 53be89131013
comparison
equal deleted inserted replaced
496:205b2f8adf4a 497:97e85897faec
29 #include <TCHAR.H> 29 #include <TCHAR.H>
30 30
31 #include "SettingsPaths.h" 31 #include "SettingsPaths.h"
32 32
33 /* menu position in funcItem */ 33 /* menu position in funcItem */
34 #define TOGGLE_DOCKABLE_WINDOW_INDEX 0 34 #define TOGGLE_SHOW_UIGUI_INDEX 0
35 #define EXECUTE_TEXT_INDENT_INDEX 1
36 #define TOGGLE_AUTO_UPDATE_INDEX 2
35 37
36 38
37 /* ini file name */ 39 /* ini file name */
38 CONST TCHAR PLUGINTEMP_INI[] = _T("\\UniversalIndentGUI.ini"); 40 CONST TCHAR PLUGINTEMP_INI[] = _T("\\UniversalIndentGUI.ini");
39 41
55 /* load and save properties from/into ini file */ 57 /* load and save properties from/into ini file */
56 void loadSettings(void); 58 void loadSettings(void);
57 void saveSettings(void); 59 void saveSettings(void);
58 60
59 /* menu functions */ 61 /* menu functions */
60 void toggleView(void); 62 void showUiGUI(void);
61 void aboutDlg(void); 63 void toggleAutoUpdate(void);
62 void indentText(void); 64 void indentText(void);
63 65
64 66
65 67
66 #endif // UNIVERSALINDENTGUI_NPP_H 68 #endif // UNIVERSALINDENTGUI_NPP_H