diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index c187fa0d3..f9863835d 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -110,10 +110,11 @@ ToolBarButtonUnit toolBarIcons[] = { {IDM_VIEW_ALL_CHARACTERS, IDI_VIEW_ALL_CHAR_OFF_ICON, IDI_VIEW_ALL_CHAR_ON_ICON, IDI_VIEW_ALL_CHAR_OFF_ICON, IDR_INVISIBLECHAR}, {IDM_VIEW_INDENT_GUIDE, IDI_VIEW_INDENT_OFF_ICON, IDI_VIEW_INDENT_ON_ICON, IDI_VIEW_INDENT_OFF_ICON, IDR_INDENTGUIDE}, {IDM_LANG_USER_DLG, IDI_VIEW_UD_DLG_OFF_ICON, IDI_VIEW_UD_DLG_ON_ICON, IDI_VIEW_UD_DLG_OFF_ICON, IDR_SHOWPANNEL}, - {IDM_VIEW_DOC_MAP, IDI_VIEW_UD_DLG_OFF_ICON, IDI_VIEW_UD_DLG_ON_ICON, IDI_VIEW_UD_DLG_OFF_ICON, IDR_DOCMAP}, - {IDM_VIEW_FUNC_LIST, IDI_VIEW_UD_DLG_OFF_ICON, IDI_VIEW_UD_DLG_ON_ICON, IDI_VIEW_UD_DLG_OFF_ICON, IDR_FUNC_LIST}, - {IDM_VIEW_FILEBROWSER, IDI_VIEW_UD_DLG_OFF_ICON, IDI_VIEW_UD_DLG_ON_ICON, IDI_VIEW_UD_DLG_OFF_ICON, IDR_FILEBROWSER}, - {IDM_VIEW_MONITORING, IDI_VIEW_UD_DLG_OFF_ICON, IDI_VIEW_UD_DLG_ON_ICON, IDI_VIEW_UD_DLG_OFF_ICON, IDR_FILEMONITORING}, + {IDM_VIEW_DOC_MAP, IDI_VIEW_DOC_MAP_OFF_ICON, IDI_VIEW_DOC_MAP_ON_ICON, IDI_VIEW_DOC_MAP_OFF_ICON, IDR_DOCMAP}, + //{IDM_VIEW_FUNC_LIST, IDI_VIEW_UD_DLG_OFF_ICON, IDI_VIEW_UD_DLG_ON_ICON, IDI_VIEW_UD_DLG_OFF_ICON, IDR_FUNC_LIST}, + {IDM_VIEW_FUNC_LIST, IDI_VIEW_FUNCLIST_OFF_ICON, IDI_VIEW_FUNCLIST_ON_ICON, IDI_VIEW_FUNCLIST_OFF_ICON, IDR_FUNC_LIST}, + {IDM_VIEW_FILEBROWSER, IDI_VIEW_FILEBROWSER_OFF_ICON, IDI_VIEW_FILEBROWSER_ON_ICON, IDI_VIEW_FILEBROWSER_OFF_ICON, IDR_FILEBROWSER}, + {IDM_VIEW_MONITORING, IDI_VIEW_MONITORING_OFF_ICON, IDI_VIEW_MONITORING_ON_ICON, IDI_VIEW_MONITORING_OFF_ICON, IDR_FILEMONITORING}, //-------------------------------------------------------------------------------------// {0, IDI_SEPARATOR_ICON, IDI_SEPARATOR_ICON, IDI_SEPARATOR_ICON, IDI_SEPARATOR_ICON}, diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc index bdd2611f0..8cda6f2da 100644 --- a/PowerEditor/src/Notepad_plus.rc +++ b/PowerEditor/src/Notepad_plus.rc @@ -211,6 +211,17 @@ IDI_FUNCLIST_LEAF BITMAP "icons/funcList_leaf.bmp" IDI_FUNCLIST_SORTBUTTON BITMAP "icons/funclstSort.bmp" IDI_FUNCLIST_RELOADBUTTON BITMAP "icons/funclstReload.bmp" + +IDI_VIEW_DOC_MAP_ON_ICON ICON "icons/docMap_on.ico" +IDI_VIEW_DOC_MAP_OFF_ICON ICON "icons/docMap_off.ico" +IDI_VIEW_FUNCLIST_ON_ICON ICON "icons/funcList_on.ico" +IDI_VIEW_FUNCLIST_OFF_ICON ICON "icons/funcList_off.ico" +IDI_VIEW_FILEBROWSER_ON_ICON ICON "icons/fileBrowser_on.ico" +IDI_VIEW_FILEBROWSER_OFF_ICON ICON "icons/fileBrowser_off.ico" +IDI_VIEW_MONITORING_ON_ICON ICON "icons/monitoring_on.ico" +IDI_VIEW_MONITORING_OFF_ICON ICON "icons/monitoring_off.ico" + + IDR_M30_MENU MENU BEGIN POPUP "&File" diff --git a/PowerEditor/src/icons/docMap_off.ico b/PowerEditor/src/icons/docMap_off.ico new file mode 100644 index 000000000..c9bd485f0 Binary files /dev/null and b/PowerEditor/src/icons/docMap_off.ico differ diff --git a/PowerEditor/src/icons/docMap_on.ico b/PowerEditor/src/icons/docMap_on.ico new file mode 100644 index 000000000..34c35a740 Binary files /dev/null and b/PowerEditor/src/icons/docMap_on.ico differ diff --git a/PowerEditor/src/icons/fileBrowser_off.ico b/PowerEditor/src/icons/fileBrowser_off.ico new file mode 100644 index 000000000..091f44b81 Binary files /dev/null and b/PowerEditor/src/icons/fileBrowser_off.ico differ diff --git a/PowerEditor/src/icons/fileBrowser_on.ico b/PowerEditor/src/icons/fileBrowser_on.ico new file mode 100644 index 000000000..fd065a278 Binary files /dev/null and b/PowerEditor/src/icons/fileBrowser_on.ico differ diff --git a/PowerEditor/src/icons/funcList_off.ico b/PowerEditor/src/icons/funcList_off.ico new file mode 100644 index 000000000..859d5eba7 Binary files /dev/null and b/PowerEditor/src/icons/funcList_off.ico differ diff --git a/PowerEditor/src/icons/funcList_on.ico b/PowerEditor/src/icons/funcList_on.ico new file mode 100644 index 000000000..286e7740d Binary files /dev/null and b/PowerEditor/src/icons/funcList_on.ico differ diff --git a/PowerEditor/src/icons/monitoring_off.ico b/PowerEditor/src/icons/monitoring_off.ico new file mode 100644 index 000000000..aed126c86 Binary files /dev/null and b/PowerEditor/src/icons/monitoring_off.ico differ diff --git a/PowerEditor/src/icons/monitoring_on.ico b/PowerEditor/src/icons/monitoring_on.ico new file mode 100644 index 000000000..0699a4c4a Binary files /dev/null and b/PowerEditor/src/icons/monitoring_on.ico differ diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 3d8842516..91d2b3b9e 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -150,6 +150,18 @@ #define IDI_FUNCLIST_SORTBUTTON 631 #define IDI_FUNCLIST_RELOADBUTTON 632 + +#define IDI_VIEW_DOC_MAP_ON_ICON 633 +#define IDI_VIEW_DOC_MAP_OFF_ICON 634 +#define IDI_VIEW_FILEBROWSER_ON_ICON 635 +#define IDI_VIEW_FILEBROWSER_OFF_ICON 636 +#define IDI_VIEW_FUNCLIST_ON_ICON 637 +#define IDI_VIEW_FUNCLIST_OFF_ICON 638 +#define IDI_VIEW_MONITORING_ON_ICON 639 +#define IDI_VIEW_MONITORING_OFF_ICON 640 + + + #define IDC_MY_CUR 1402 #define IDC_UP_ARROW 1403 #define IDC_DRAG_TAB 1404