notepad-plus-plus-legacy/PowerEditor
Don HO 71dd261a50 Plugin Admin: Change the way to remove & update plugin
uninstall: tell user to restart Notepad++ - Gup.exe remove all - clean in batch - relaunch Notepad++
gup.exe -clean "appPath2Launch" "dest_folder" "fold1" "a fold2" "fold3"
gup.exe -clean "c:\npp\notepad++.exe" "c:\temp\" "toto" "ti ti" "tata"

update:    tell user to restart Notepad++ - Gup.exe download - remove all in directory - unzip/clean in batch - relaunch Notepad++
gup.exe -unzip -clean  "appPath2Launch" "dest_folder" "toto http://toto" "titi http://titi" "tata http://tata"
gup.exe -unzip -clean "c:\npp\notepad++.exe" c:\temp\ "toto http://toto" "ti et ti http://titi" "tata http://tata"

Install:   GUp.exe download - create directory - unzip: one by one, no relaunch
gup.exe -unzipTo c:\donho\notepad++\plugins "https://github.com/npp-plugins/mimetools/releases/download/v2.1/mimetools.v2.1.zip"
2018-09-13 23:07:22 +02:00
..
bin Notepad++ 7.5.8 release 2018-07-23 02:45:12 +02:00
gcc MinGW GCC update 2016-10-31 14:03:29 +01:00
installer Update russian.xml 2018-09-02 18:11:54 +02:00
misc/chameleon Remove the old icon 2016-09-21 09:06:22 +02:00
resources Adapt json format for Plugin admin 2017-09-24 18:27:42 +02:00
scintilla.original.forUpdating Create scintillaUpdatingWorkFlow.txt 2015-07-25 01:35:43 +02:00
src Plugin Admin: Change the way to remove & update plugin 2018-09-13 23:07:22 +02:00
Test/FunctionList Add unit tests for function list feature 2018-04-13 12:46:03 +02:00
visual.net Fix format specifier warnings - /Wv:18 can now be removed 2018-06-27 22:35:32 +02:00