Add tabContextMenu_example.xml into binary packages

pull/12672/head
Don Ho 2 years ago
parent 3bd262c7ce
commit 58416114da

@ -74,6 +74,7 @@ Function copyCommonFiles
SetOverwrite off SetOverwrite off
SetOutPath "$UPDATE_PATH\" SetOutPath "$UPDATE_PATH\"
File "..\bin\contextMenu.xml" File "..\bin\contextMenu.xml"
File "..\src\tabContextMenu_example.xml"
SetOverwrite on SetOverwrite on
SetOutPath "$INSTDIR\" SetOutPath "$INSTDIR\"

@ -223,6 +223,7 @@ Section Uninstall
Delete "$INSTDIR\langs.xml" Delete "$INSTDIR\langs.xml"
Delete "$INSTDIR\stylers.xml" Delete "$INSTDIR\stylers.xml"
Delete "$INSTDIR\contextMenu.xml" Delete "$INSTDIR\contextMenu.xml"
Delete "$INSTDIR\tabContextMenu.xml"
Delete "$INSTDIR\shortcuts.xml" Delete "$INSTDIR\shortcuts.xml"
Delete "$INSTDIR\functionList.xml" Delete "$INSTDIR\functionList.xml"
Delete "$INSTDIR\session.xml" Delete "$INSTDIR\session.xml"
@ -234,6 +235,7 @@ Section Uninstall
Delete "$INSTDIR\config.model.xml" Delete "$INSTDIR\config.model.xml"
Delete "$INSTDIR\langs.model.xml" Delete "$INSTDIR\langs.model.xml"
Delete "$INSTDIR\stylers.model.xml" Delete "$INSTDIR\stylers.model.xml"
Delete "$INSTDIR\tabContextMenu_example.xml"
Delete "$INSTDIR\stylers_remove.xml" Delete "$INSTDIR\stylers_remove.xml"
Delete "$INSTDIR\localization\english.xml" Delete "$INSTDIR\localization\english.xml"
Delete "$INSTDIR\LINEDRAW.TTF" Delete "$INSTDIR\LINEDRAW.TTF"

@ -101,6 +101,8 @@ copy /Y ..\src\stylers.model.xml .\minimalist\
If ErrorLevel 1 goto End If ErrorLevel 1 goto End
copy /Y ..\src\contextMenu.xml .\minimalist\ copy /Y ..\src\contextMenu.xml .\minimalist\
If ErrorLevel 1 goto End If ErrorLevel 1 goto End
copy /Y ..\src\tabContextMenu_example.xml .\minimalist\
If ErrorLevel 1 goto End
copy /Y ..\src\shortcuts.xml .\minimalist\ copy /Y ..\src\shortcuts.xml .\minimalist\
If ErrorLevel 1 goto End If ErrorLevel 1 goto End
copy /Y ..\bin\doLocalConf.xml .\minimalist\ copy /Y ..\bin\doLocalConf.xml .\minimalist\
@ -132,6 +134,8 @@ copy /Y ..\src\stylers.model.xml .\minimalist64\
If ErrorLevel 1 goto End If ErrorLevel 1 goto End
copy /Y ..\src\contextMenu.xml .\minimalist64\ copy /Y ..\src\contextMenu.xml .\minimalist64\
If ErrorLevel 1 goto End If ErrorLevel 1 goto End
copy /Y ..\src\tabContextMenu_example.xml .\minimalist64\
If ErrorLevel 1 goto End
copy /Y ..\src\shortcuts.xml .\minimalist64\ copy /Y ..\src\shortcuts.xml .\minimalist64\
If ErrorLevel 1 goto End If ErrorLevel 1 goto End
copy /Y ..\bin\doLocalConf.xml .\minimalist64\ copy /Y ..\bin\doLocalConf.xml .\minimalist64\
@ -163,6 +167,8 @@ copy /Y ..\src\stylers.model.xml .\minimalistArm64\
If ErrorLevel 1 goto End If ErrorLevel 1 goto End
copy /Y ..\src\contextMenu.xml .\minimalistArm64\ copy /Y ..\src\contextMenu.xml .\minimalistArm64\
If ErrorLevel 1 goto End If ErrorLevel 1 goto End
copy /Y ..\src\tabContextMenu_example.xml .\minimalistArm64\
If ErrorLevel 1 goto End
copy /Y ..\src\shortcuts.xml .\minimalistArm64\ copy /Y ..\src\shortcuts.xml .\minimalistArm64\
If ErrorLevel 1 goto End If ErrorLevel 1 goto End
copy /Y ..\bin\doLocalConf.xml .\minimalistArm64\ copy /Y ..\bin\doLocalConf.xml .\minimalistArm64\

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!-- <!--
By modifying this file, you can customize your context menu popuped as right clicking on the tab zone. By modifying this file and rename it to "tabContextMenu_example.xml", you can customize your context menu popuped as right clicking on the tab zone.
It may be more convinient to access to your frequent used commands via context menu than via the top menu. It may be more convenient to access to your frequent used commands via context menu than via the top menu.
Please check "How to Customize the Context Menu" on: Please check "How to Customize the Context Menu" on:
https://npp-user-manual.org/docs/config-files/#the-context-menu-contextmenu-xml https://npp-user-manual.org/docs/config-files/#the-context-menu-tabcontextmenu-xml
--> -->
<NotepadPlus> <NotepadPlus>
<TabContextMenu> <TabContextMenu>

Loading…
Cancel
Save