diff 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
line wrap: on
line diff
--- a/src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.h	Tue Jun 17 13:07:24 2008 +0000
+++ b/src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.h	Thu Jun 19 18:00:45 2008 +0000
@@ -31,7 +31,9 @@
 #include "SettingsPaths.h"
 
 /* menu position in funcItem */
-#define	TOGGLE_DOCKABLE_WINDOW_INDEX	0
+#define	TOGGLE_SHOW_UIGUI_INDEX	    0
+#define	EXECUTE_TEXT_INDENT_INDEX	1
+#define	TOGGLE_AUTO_UPDATE_INDEX	2
 
 
 /* ini file name */
@@ -57,8 +59,8 @@
 void saveSettings(void);
 
 /* menu functions */
-void toggleView(void);
-void aboutDlg(void);
+void showUiGUI(void);
+void toggleAutoUpdate(void);
 void indentText(void);