Add labels in Preferences Tab bar section

and do some clean up.
This commit is contained in:
Don Ho 2025-05-16 19:05:37 +02:00
parent 3548696bd7
commit 393815b99f
7 changed files with 17 additions and 9 deletions

View File

@ -5,7 +5,7 @@ Translation note:
2. All the comments are for explanation, they are not for translation. 2. All the comments are for explanation, they are not for translation.
--> -->
<NotepadPlus> <NotepadPlus>
<Native-Langue name="English" filename="english.xml" version="8.8"> <Native-Langue name="English" filename="english.xml" version="8.8.1">
<Menu> <Menu>
<Main> <Main>
<!-- Main Menu Entries --> <!-- Main Menu Entries -->
@ -994,6 +994,8 @@ Translation note:
<Item id="6120" name="Vertical"/> <Item id="6120" name="Vertical"/>
<Item id="6121" name="Exit on close the last tab"/> <Item id="6121" name="Exit on close the last tab"/>
<Item id="6128" name="Alternate icons"/> <Item id="6128" name="Alternate icons"/>
<Item id="6125" name="Behavior"/>
<Item id="6126" name="Look &amp;&amp; feel"/>
</Tabbar> </Tabbar>
<Scintillas title="Editing 1"> <Scintillas title="Editing 1">

View File

@ -5,7 +5,7 @@ Translation note:
2. All the comments are for explanation, they are not for translation. 2. All the comments are for explanation, they are not for translation.
--> -->
<NotepadPlus> <NotepadPlus>
<Native-Langue name="English" filename="english_customizable.xml" version="8.8"> <Native-Langue name="English" filename="english_customizable.xml" version="8.8.1">
<Menu> <Menu>
<Main> <Main>
<!-- Main Menu Entries --> <!-- Main Menu Entries -->
@ -994,6 +994,8 @@ Translation note:
<Item id="6120" name="Vertical"/> <Item id="6120" name="Vertical"/>
<Item id="6121" name="Exit on close the last tab"/> <Item id="6121" name="Exit on close the last tab"/>
<Item id="6128" name="Alternate icons"/> <Item id="6128" name="Alternate icons"/>
<Item id="6125" name="Behavior"/>
<Item id="6126" name="Look &amp;&amp; feel"/>
</Tabbar> </Tabbar>
<Scintillas title="Editing 1"> <Scintillas title="Editing 1">

View File

@ -5,7 +5,7 @@ Translation note:
2. All the comments are for explanation, they are not for translation. 2. All the comments are for explanation, they are not for translation.
--> -->
<NotepadPlus> <NotepadPlus>
<Native-Langue name="Français" filename="french.xml" version="8.8"> <Native-Langue name="Français" filename="french.xml" version="8.8.1">
<Menu> <Menu>
<Main> <Main>
<!-- Main Menu Entries --> <!-- Main Menu Entries -->
@ -993,6 +993,8 @@ Translation note:
<Item id="6120" name="Verticale"/> <Item id="6120" name="Verticale"/>
<Item id="6121" name="Quitter lors de la fermeture du dernier onglet"/> <Item id="6121" name="Quitter lors de la fermeture du dernier onglet"/>
<Item id="6128" name="Icônes alternatives"/> <Item id="6128" name="Icônes alternatives"/>
<Item id="6125" name="Comportement"/>
<Item id="6126" name="Aspect visuel"/>
</Tabbar> </Tabbar>
<Scintillas title="Zones dédition 1"> <Scintillas title="Zones dédition 1">

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<NotepadPlus> <NotepadPlus>
<Native-Langue name="台灣繁體" filename="taiwaneseMandarin.xml" version="8.8"> <Native-Langue name="台灣繁體" filename="taiwaneseMandarin.xml" version="8.8.1">
<Menu> <Menu>
<Main> <Main>
<!-- Main Menu Entries --> <!-- Main Menu Entries -->
@ -952,6 +952,8 @@
<Item id="6119" name="多行"/> <Item id="6119" name="多行"/>
<Item id="6120" name="直式"/> <Item id="6120" name="直式"/>
<Item id="6121" name="關閉最後一個文件時關閉程式"/> <Item id="6121" name="關閉最後一個文件時關閉程式"/>
<Item id="6125" name="功能表現"/>
<Item id="6126" name="外觀與體驗"/>
</Tabbar> </Tabbar>
<Scintillas title="編輯一"> <Scintillas title="編輯一">

View File

@ -56,6 +56,4 @@
#define DMN_SWITCHIN (DMN_FIRST + 4) #define DMN_SWITCHIN (DMN_FIRST + 4)
#define DMN_SWITCHOFF (DMN_FIRST + 5) #define DMN_SWITCHOFF (DMN_FIRST + 5)
#define DMN_FLOATDROPPED (DMN_FIRST + 6) #define DMN_FLOATDROPPED (DMN_FIRST + 6)
//nmhdr.code = DWORD(DMN_XXX, 0);
//nmhdr.hwndFrom = DockingCont::_hself;
//nmhdr.idFrom = 0;

View File

@ -85,14 +85,14 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN BEGIN
CONTROL "Hide",IDC_CHECK_TAB_HIDE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,21,100,10 CONTROL "Hide",IDC_CHECK_TAB_HIDE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,21,100,10
GROUPBOX "",IDC_STATIC,50,38,181,130,BS_CENTER GROUPBOX "Behavior",IDC_GB_BEHAVIOR,50,38,181,130,BS_CENTER
CONTROL "Vertical",IDC_CHECK_TAB_VERTICAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,49,164,10 CONTROL "Vertical",IDC_CHECK_TAB_VERTICAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,49,164,10
CONTROL "Multi-line",IDC_CHECK_TAB_MULTILINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,62,164,10 CONTROL "Multi-line",IDC_CHECK_TAB_MULTILINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,62,164,10
CONTROL "Lock (no drag and drop)",IDC_CHECK_LOCK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,126,164,10 CONTROL "Lock (no drag and drop)",IDC_CHECK_LOCK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,126,164,10
CONTROL "Double click to close document",IDC_CHECK_DBCLICK2CLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,139,164,10 CONTROL "Double click to close document",IDC_CHECK_DBCLICK2CLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,139,164,10
CONTROL "Exit on close the last tab",IDC_CHECK_TAB_LAST_EXIT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,152,164,10 CONTROL "Exit on close the last tab",IDC_CHECK_TAB_LAST_EXIT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,152,164,10
GROUPBOX "",IDC_STATIC,239,39,181,130,BS_CENTER GROUPBOX "Look && feel",IDC_GB_LOOKFEEL,239,38,181,130,BS_CENTER
CONTROL "Reduce",IDC_CHECK_REDUCE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,251,49,164,10 CONTROL "Reduce",IDC_CHECK_REDUCE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,251,49,164,10
CONTROL "Alternate icons",IDC_CHECK_TAB_ALTICONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,251,62,164,10 CONTROL "Alternate icons",IDC_CHECK_TAB_ALTICONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,251,62,164,10
CONTROL "Change inactive tab color",IDC_CHECK_DRAWINACTIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,251,76,164,10 CONTROL "Change inactive tab color",IDC_CHECK_DRAWINACTIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,251,76,164,10

View File

@ -67,6 +67,8 @@
#define IDC_CHECK_HIDEMENUBAR 6122 #define IDC_CHECK_HIDEMENUBAR 6122
#define IDC_LOCALIZATION_GB_STATIC 6123 #define IDC_LOCALIZATION_GB_STATIC 6123
#define IDC_COMBO_LOCALIZATION 6124 #define IDC_COMBO_LOCALIZATION 6124
#define IDC_GB_BEHAVIOR 6125
#define IDC_GB_LOOKFEEL 6126
#define IDC_CHECK_TAB_ALTICONS 6128 #define IDC_CHECK_TAB_ALTICONS 6128