@ -1084,6 +1084,7 @@ You can define several column markers by using white space to separate the diffe
<Itemid="6345"name="Peek on tab"/>
<Itemid="6346"name="Peek on document map"/>
<Itemid="6360"name="Mute all sounds"/>
<Itemid="6361"name="Enable Save All confirm dialog"/>
</MISC>
</Preference>
<MultiMacrotitle="Run a Macro Multiple Times">
@ -1232,6 +1233,10 @@ Do you want to launch Notepad++ in Administrator mode?"/>
Notepad++ will be restarted after all the operations are terminated.
Continue?"/>
<NeedToRestartToLoadPluginstitle="Notepad++ need to be relaunched"message="You have to restart Notepad++ to load plugins you installed."/><!-- HowToReproduce: Import a plugin via menu "Settings->Import->Import Plugin(s)...". -->
<SaveAllConfirmtitle="Save All Confirmation"message="Areyousureyouwanttosavealldocuments?
Choose "Cancel" if your answer will always be "Yes" and you won't be asked this question again.
You can re-activate this dialog in Preferences dialog later." /> <!-- HowToReproduce: Check the 'Enable Save All confirm dialog' checkbox in Preference->MISC, now click 'Save all' -->
TEXT("Are you sure you want to save all documents?\r\rChoose \"Cancel\" if your answer will always be \"Yes\" and you won't be asked this question again.\rYou can re-activate this dialog in Preferences dialog later."),
CONTROL "Minimize to system tray",IDC_CHECK_MIN2SYSTRAY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,37,139,217,10
CONTROL "Show only filename in title bar",IDC_CHECK_SHORTTITLE,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,37,154,217,10
CONTROL "Use DirectWrite (May improve rendering special characters, need to restart Notepad++)",IDC_CHECK_DIRECTWRITE_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,37,169,377,10
CONTROL "Enable Save All confirm dialog", IDC_CHECK_SAVEALLCONFIRM, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, 37, 184, 217, 10