-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[xml] Update galician.xml #56
base: master
Are you sure you want to change the base?
Commits on Dec 14, 2017
-
1
Configuration menu - View commit details
-
Copy full SHA for ed0fff9 - Browse repository at this point
Copy the full SHA ed0fff9View commit details
Commits on Jan 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cf5731a - Browse repository at this point
Copy the full SHA cf5731aView commit details
Commits on Jan 23, 2018
-
Add decompression and deleting capacity
Integrate ZipLib (https://bitbucket.org/wbenny/ziplib) into project Add -unzipTo & -clean to decompress and clean
Configuration menu - View commit details
-
Copy full SHA for 9ed66df - Browse repository at this point
Copy the full SHA 9ed66dfView commit details
Commits on Apr 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8634ebf - Browse repository at this point
Copy the full SHA 8634ebfView commit details
Commits on May 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a7619fb - Browse repository at this point
Copy the full SHA a7619fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e49cf2 - Browse repository at this point
Copy the full SHA 3e49cf2View commit details
Commits on May 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a28ba5c - Browse repository at this point
Copy the full SHA a28ba5cView commit details
Commits on May 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 90cebf2 - Browse repository at this point
Copy the full SHA 90cebf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7c1a1 - Browse repository at this point
Copy the full SHA 1a7c1a1View commit details
Commits on Jul 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6f7d457 - Browse repository at this point
Copy the full SHA 6f7d457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fca6ce - Browse repository at this point
Copy the full SHA 1fca6ceView commit details
Commits on Sep 12, 2018
-
Change logic of plugins removal/update/installation
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"
Configuration menu - View commit details
-
Copy full SHA for b644187 - Browse repository at this point
Copy the full SHA b644187View commit details
Commits on Sep 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 291b9da - Browse repository at this point
Copy the full SHA 291b9daView commit details
Commits on Sep 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bbf9583 - Browse repository at this point
Copy the full SHA bbf9583View commit details
Commits on Oct 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bd8ccc6 - Browse repository at this point
Copy the full SHA bd8ccc6View commit details
Commits on Oct 27, 2018
-
Add sha-256 implementation for checking plugin zip package's sha-256 …
…hash while installation and update.
Configuration menu - View commit details
-
Copy full SHA for 6d792ed - Browse repository at this point
Copy the full SHA 6d792edView commit details
Commits on Oct 29, 2018
-
Shift the post installation (checking if the plugin is deployed corre…
…ctely) responsability from Notepad++ to WinGup For the sake of retro-compatibility, change the way of plugin packaging: 1. The plugin DLL file should be placed at the root level of the ZIP file. 2. The root level of the ZIP file can also contain additional files (DLL files or data files needed by the plugin) and folders which will be copied to the users harddisk as well. 3. Everything what gets copied from the ZIP file will be stored under <Npp-installation-folder>\plugins\<plugin-name>.
Configuration menu - View commit details
-
Copy full SHA for ee17cc0 - Browse repository at this point
Copy the full SHA ee17cc0View commit details
Commits on Nov 1, 2018
-
Fix Updating plugin not working bug, and change plugin installation i…
…mplementation. Make plugin installation way as updating one: same arguments and same implementation.
Configuration menu - View commit details
-
Copy full SHA for 27c5bab - Browse repository at this point
Copy the full SHA 27c5babView commit details
Commits on Nov 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for add05d5 - Browse repository at this point
Copy the full SHA add05d5View commit details
Commits on Nov 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 694d841 - Browse repository at this point
Copy the full SHA 694d841View commit details
Commits on Nov 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8959c0c - Browse repository at this point
Copy the full SHA 8959c0cView commit details
Commits on Nov 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a01667b - Browse repository at this point
Copy the full SHA a01667bView commit details
Commits on Dec 1, 2018
-
Force WinGup relaunch application with no relevation
If WinGup is launched with privilege rights (UAC), the application it launches will have the same right. This PR makes explorer, which always has user's restriction, launch the application to get rid of the relevation.
Configuration menu - View commit details
-
Copy full SHA for af34920 - Browse repository at this point
Copy the full SHA af34920View commit details
Commits on Dec 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6415820 - Browse repository at this point
Copy the full SHA 6415820View commit details
Commits on Dec 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1d5cc12 - Browse repository at this point
Copy the full SHA 1d5cc12View commit details
Commits on Dec 18, 2018
-
Enhance checking download plugin package hash error message.
- added missing nullpointer checks - extended error message on hash mismatch with the expected and found hashes Close notepad-plus-plus#5
Configuration menu - View commit details
-
Copy full SHA for 86501c2 - Browse repository at this point
Copy the full SHA 86501c2View commit details
Commits on Dec 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for eda0453 - Browse repository at this point
Copy the full SHA eda0453View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f12fd - Browse repository at this point
Copy the full SHA a4f12fdView commit details
Commits on Dec 21, 2018
-
Fix/hack error directory/file detection while unzip
It should be fixed once for all logically (except the leaf directory could still be treated as file). However, the logic doesn't exist in a nightmare, which is based on an unreliable unzip component.
Configuration menu - View commit details
-
Copy full SHA for dfbc2ad - Browse repository at this point
Copy the full SHA dfbc2adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fbc659 - Browse repository at this point
Copy the full SHA 8fbc659View commit details
Commits on Aug 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 10d34c1 - Browse repository at this point
Copy the full SHA 10d34c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ba1c8 - Browse repository at this point
Copy the full SHA 38ba1c8View commit details
Commits on Aug 9, 2019
-
Fix the wrong progress bar info issue
When there are several downloads simultaneously, the percentage shows completely wrong.
Configuration menu - View commit details
-
Copy full SHA for ab60990 - Browse repository at this point
Copy the full SHA ab60990View commit details
Commits on Oct 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c0139f2 - Browse repository at this point
Copy the full SHA c0139f2View commit details
Commits on Feb 1, 2021
-
Improve info while no update available
Also, allow user to go to the website and check for update manually. Fix notepad-plus-plus#13, close notepad-plus-plus#15
Configuration menu - View commit details
-
Copy full SHA for d1a980f - Browse repository at this point
Copy the full SHA d1a980fView commit details -
Remove the unecessary format from the translation
So the error of translated text won't mess the feature of download page link. Enhance the commit: notepad-plus-plus@d1a980f
Configuration menu - View commit details
-
Copy full SHA for be7d2e9 - Browse repository at this point
Copy the full SHA be7d2e9View commit details
Commits on Feb 4, 2021
-
Transform to Unicode application
All localization files are in Unicode now.
Configuration menu - View commit details
-
Copy full SHA for 850341c - Browse repository at this point
Copy the full SHA 850341cView commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9b193fa - Browse repository at this point
Copy the full SHA 9b193faView commit details -
Clicking link on "No Update" dialog closes the dialog
For unknown reason, after clicking "Go to download page" link, the dialog sinks on the bottom of Z-buffer of all application - user has to minimize or close all other programs (with GUI) to get back this dialog. This commit provides the (workaround) solution to close the dialog after clicking the link.
Configuration menu - View commit details
-
Copy full SHA for cfa5bfb - Browse repository at this point
Copy the full SHA cfa5bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 984ac20 - Browse repository at this point
Copy the full SHA 984ac20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4351dab - Browse repository at this point
Copy the full SHA 4351dabView commit details
Commits on Feb 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8016e45 - Browse repository at this point
Copy the full SHA 8016e45View commit details
Commits on Mar 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1e10716 - Browse repository at this point
Copy the full SHA 1e10716View commit details
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e367d87 - Browse repository at this point
Copy the full SHA e367d87View commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc176c5 - Browse repository at this point
Copy the full SHA dc176c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d143f8c - Browse repository at this point
Copy the full SHA d143f8cView commit details
Commits on May 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe6e7fe - Browse repository at this point
Copy the full SHA fe6e7feView commit details
Commits on Sep 23, 2021
-
Fix GUP crashes when %TEMP% is not set
Use a fallback TMP, TEMP or use the other directory. Fix notepad-plus-plus#16, close notepad-plus-plus#18
Configuration menu - View commit details
-
Copy full SHA for 3d5cb3f - Browse repository at this point
Copy the full SHA 3d5cb3fView commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6e0da5b - Browse repository at this point
Copy the full SHA 6e0da5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cab5b5c - Browse repository at this point
Copy the full SHA cab5b5cView commit details
Commits on Nov 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2993a68 - Browse repository at this point
Copy the full SHA 2993a68View commit details
Commits on Nov 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 728ac51 - Browse repository at this point
Copy the full SHA 728ac51View commit details -
Configuration menu - View commit details
-
Copy full SHA for e36b4df - Browse repository at this point
Copy the full SHA e36b4dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e88e8e - Browse repository at this point
Copy the full SHA 5e88e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb2628 - Browse repository at this point
Copy the full SHA 1eb2628View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50021b7 - Browse repository at this point
Copy the full SHA 50021b7View commit details
Commits on Mar 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 70382ff - Browse repository at this point
Copy the full SHA 70382ffView commit details
Commits on Mar 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 57ea8ba - Browse repository at this point
Copy the full SHA 57ea8baView commit details
Commits on Sep 17, 2022
-
Make "Never" button mandatory in update dialog
And make dialog always modal.
Configuration menu - View commit details
-
Copy full SHA for 9c86a33 - Browse repository at this point
Copy the full SHA 9c86a33View commit details
Commits on Sep 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 790c64b - Browse repository at this point
Copy the full SHA 790c64bView commit details
Commits on Feb 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d836cb - Browse repository at this point
Copy the full SHA 5d836cbView commit details
Commits on Feb 13, 2023
-
Fix notepad-plus-plus#29, close notepad-plus-plus#28
Configuration menu - View commit details
-
Copy full SHA for 8a80c5e - Browse repository at this point
Copy the full SHA 8a80c5eView commit details
Commits on Feb 15, 2023
-
Close notepad-plus-plus#32
Configuration menu - View commit details
-
Copy full SHA for f1ae29b - Browse repository at this point
Copy the full SHA f1ae29bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f973d7d - Browse repository at this point
Copy the full SHA f973d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a529a - Browse repository at this point
Copy the full SHA 87a529aView commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9aceef - Browse repository at this point
Copy the full SHA e9aceefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18eb056 - Browse repository at this point
Copy the full SHA 18eb056View commit details -
Close notepad-plus-plus#37
Configuration menu - View commit details
-
Copy full SHA for a1f4c9c - Browse repository at this point
Copy the full SHA a1f4c9cView commit details -
Close notepad-plus-plus#38
Configuration menu - View commit details
-
Copy full SHA for bb85607 - Browse repository at this point
Copy the full SHA bb85607View commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d26790a - Browse repository at this point
Copy the full SHA d26790aView commit details
Commits on Feb 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0de43ed - Browse repository at this point
Copy the full SHA 0de43edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db55cc - Browse repository at this point
Copy the full SHA 7db55ccView commit details
Commits on Feb 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a47263 - Browse repository at this point
Copy the full SHA 8a47263View commit details -
Close notepad-plus-plus#41
Configuration menu - View commit details
-
Copy full SHA for d00952b - Browse repository at this point
Copy the full SHA d00952bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab361fc - Browse repository at this point
Copy the full SHA ab361fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a311459 - Browse repository at this point
Copy the full SHA a311459View commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dccf43c - Browse repository at this point
Copy the full SHA dccf43cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5faba48 - Browse repository at this point
Copy the full SHA 5faba48View commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ff43e0 - Browse repository at this point
Copy the full SHA 6ff43e0View commit details -
Adjusted white-spaces Close notepad-plus-plus#45
Configuration menu - View commit details
-
Copy full SHA for ccd0dee - Browse repository at this point
Copy the full SHA ccd0deeView commit details
Commits on Aug 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 111f0de - Browse repository at this point
Copy the full SHA 111f0deView commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2214327 - Browse repository at this point
Copy the full SHA 2214327View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6cd591 - Browse repository at this point
Copy the full SHA e6cd591View commit details
Commits on Nov 16, 2023
-
The cURL.dll of v8.2.1 which fixes vulnerability of CVE-2023-38545 was not deployed in the latest Notepad++ release. Fix notepad-plus-plus#50
Configuration menu - View commit details
-
Copy full SHA for 2dfffa9 - Browse repository at this point
Copy the full SHA 2dfffa9View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41cc3f2 - Browse repository at this point
Copy the full SHA 41cc3f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a54ab - Browse repository at this point
Copy the full SHA 06a54abView commit details
Commits on Nov 22, 2023
-
Fix updates fail behind proxies that require NTLM authentication
Set proxyauth to any-available so eg corporate proxies with windows logins work. Fix notepad-plus-plus#49, close notepad-plus-plus#48
Configuration menu - View commit details
-
Copy full SHA for 17f2ee0 - Browse repository at this point
Copy the full SHA 17f2ee0View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 338b6e8 - Browse repository at this point
Copy the full SHA 338b6e8View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3d426c - Browse repository at this point
Copy the full SHA c3d426cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 295d0ec - Browse repository at this point
Copy the full SHA 295d0ecView commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1620d1 - Browse repository at this point
Copy the full SHA e1620d1View commit details
Commits on Jun 13, 2024
-
Add an option to update silently
A "Yes (Silent)" button is added in the update propt dialog, beside of button "Yes" which will trigger the classic update with GUI. Choose "Yes (Silent)" will download the package, close your Notepad++, then install new version of Notepad++ silently (without NEXT, NEXT...). After the installation, new version of Notepad++ will be launched. Fix notepad-plus-plus/notepad-plus-plus#8514, close #8514
Configuration menu - View commit details
-
Copy full SHA for 069edc2 - Browse repository at this point
Copy the full SHA 069edc2View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3beed29 - Browse repository at this point
Copy the full SHA 3beed29View commit details -
Fix 100% download progress bar remains issue
and make the dialog appearing after as modal dialog of Notepad++. ref: notepad-plus-plus@069edc2#commitcomment-143134592
Configuration menu - View commit details
-
Copy full SHA for 237176f - Browse repository at this point
Copy the full SHA 237176fView commit details
Commits on Jun 25, 2024
-
Update translation text for this commit: * Add an option to update silently (069edc2) Close notepad-plus-plus#53
Configuration menu - View commit details
-
Copy full SHA for d7ccef5 - Browse repository at this point
Copy the full SHA d7ccef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 983cbee - Browse repository at this point
Copy the full SHA 983cbeeView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5a9c7f - Browse repository at this point
Copy the full SHA d5a9c7fView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 043ccb9 - Browse repository at this point
Copy the full SHA 043ccb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 716a534 - Browse repository at this point
Copy the full SHA 716a534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d32e3 - Browse repository at this point
Copy the full SHA 07d32e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for af58275 - Browse repository at this point
Copy the full SHA af58275View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21e59e - Browse repository at this point
Copy the full SHA a21e59eView commit details -
Update translation texts for this commit: * Make Update available dialog entirely translatable (d5a9c7f) Close notepad-plus-plus#58
Configuration menu - View commit details
-
Copy full SHA for a89abb4 - Browse repository at this point
Copy the full SHA a89abb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e624f40 - Browse repository at this point
Copy the full SHA e624f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3e004 - Browse repository at this point
Copy the full SHA ca3e004View commit details -
Configuration menu - View commit details
-
Copy full SHA for c946c99 - Browse repository at this point
Copy the full SHA c946c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97187c6 - Browse repository at this point
Copy the full SHA 97187c6View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb5fb4e - Browse repository at this point
Copy the full SHA eb5fb4eView commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 083c419 - Browse repository at this point
Copy the full SHA 083c419View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e37e6 - Browse repository at this point
Copy the full SHA a7e37e6View commit details