Commit Graph

246 Commits (78a2f32692a7db9d91fb37353c70882cd1519e44)

Author SHA1 Message Date
Don HO 45693d1302 Notepad++ 8.1.5 release 2021-09-27 13:24:09 +02:00
Don HO 390f7631fa Notepad++ 8.1.4 release 2021-08-25 02:17:47 +02:00
Don HO 2b0620b078 Notepad++ 8.1.3 Release 2021-08-12 19:39:53 +02:00
Don Ho 4cc3d9fd1a Add Markdown UDL of dark mode in release packages
Add Markdown UDL of dark mode and the ability to apply it:
After dark mode being swiched in, all files with extension .md will be opened by applying Markdown UDL of dark mode.
When light mode is switched back, the default Markdown UDL (of light mode) will be applied to the new opened .md file.
Please note that all .md files opened before switching to new mode, will remain in the previous mode. User has to close and reopen these files to have the right Markdown UDL applied.

Fix #10196, close #10347
2021-08-08 03:22:15 +02:00
Don HO fdb2951e00 Notepad++ 8.1.2 Release 2021-07-19 03:51:50 +02:00
Don Ho 14a0a43b16 Add global regex unitTest via UDL way
Use User Defined Language to have function list on Unit-tests.
It could reduce regression happening while the code of boost regex or the related code is changed.

And also make build system be aware of unit-test result.

Close #10108
2021-07-07 03:37:43 +02:00
Don HO ea09b9f191 Notepad++ 8.1.1 release 2021-07-04 15:59:54 +02:00
Don HO 33d7712337 Notepad++ 8.1 release 2021-06-17 02:25:09 +02:00
Don HO c6d14e9245 Notepad++ v8 release 2021-06-07 01:18:21 +02:00
Don HO 4399c1343b Notepad++ 7.9.5 release 2021-03-22 22:46:05 +01:00
Don HO 58f0a61770 Notepad++ 7.9.4 release 2021-03-15 01:37:51 +01:00
Don HO 994b10c18d Notepad++ 7.9.3 release 2021-02-15 01:43:19 +01:00
Don HO 949a777ee5
Fix the issue that zip/7z packages contain still GPL v2 2021-02-10 21:04:12 +01:00
Don HO 52e8c68f90
Change XML encoding from Windows-1252 to UTF-8 (config.xml and others)
and add XML declaration for session.xml, shortcuts.xml & userDefineLang.xml for conforming to XML standard specs.

Regarding the suggestions from #9339
2021-01-04 15:02:09 +01:00
Don HO 0762af5ce2 Notepad++ 7.9.2 release
Notepad++ Stand with Hong Kong edition.
2021-01-01 00:01:37 +01:00
Don HO c189cc7571 Notepad++ v7.9.1 release
pour Samuel Paty
2020-11-02 01:40:33 +01:00
Edditoria c2159afa9d
Update markdown UDL XML file
The XML file is updated from v2.x to v3.2.0
in the commit: Edditoria/markdown-plus-plus@c137918

Also rename it shorter and starting with "m".
So users can sort their UDL file-list in tidy.

Close #9058
2020-10-24 19:47:50 +02:00
Don HO 30ab547198 Notepad++ v7.9 release
Notepad++ Stand with Hong Kong edition
2020-09-28 00:48:14 +02:00
Don HO c607e427fc Fix auto scroll to last line after update not working
This fix comes from the suggestion of this thread:
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/8782#issuecomment-690752536

Fix #8477, fix #8214
2020-09-11 16:05:06 +02:00
Don HO 3b2d2bb300 Notepad++ v7.8.9 release
Notepad++ Stand with Hong Kong edition
2020-07-16 12:09:10 +02:00
Don HO 26d360dd9e Notepad++ 7.8.8 release 2020-06-28 17:17:49 +02:00
Don HO b9c526dfcb Notepad++ 7.8.7 release 2020-06-09 00:02:00 +02:00
Don HO 9ec6b58bd1 Notepad++ 7.8.6 release 2020-04-21 18:14:58 +02:00
Don HO 32fc08c7e8 Notepad++ 7.8.5 release 2020-03-06 01:18:44 +01:00
Don HO 1eb5f43886 Notepad++ release 7.8.4 2020-01-30 02:07:41 +01:00
Don HO 8fdfc4c2ac Notepad++ release 7.8.3 2020-01-15 22:56:55 +01:00
Don HO ff8e42ca1b
Update readme.txt 2019-12-08 23:33:30 +01:00
Don HO 5a2147ef39 Notepad++ release 7.8.1 2019-12-05 13:04:43 +01:00
Don HO 3ee5615c5f Notepad++ new release v7.8.1 2019-10-29 02:41:19 +01:00
Don HO 45d4c8d35c Notepad++ 7.8 release 2019-10-11 01:41:48 +02:00
Don HO 93a9962fde
Code enhancement: Use C++11 =default & =delete for the constructor & destructor 2019-08-19 02:05:21 +02:00
Don HO 4aec70273c Notepad++ 7.7.1 release 2019-06-20 02:13:55 +02:00
Don HO 23dd65549a Notepad++ 7.7 release 2019-05-19 20:34:03 +02:00
Don HO aaa743ea3f Notepad++ 7.6.6 release 2019-04-04 01:18:29 +02:00
Don HO 6e791965bf Notepad++ 7.6.5 release 2019-03-31 23:23:07 +02:00
Don HO faa2fb4e8a Notepad++ release 7.6.4 2019-03-06 14:28:29 +01:00
Don HO dcd3942362 Fix Markdown not working in installer package of v7.6.3
and add Markdown in zip packages
2019-03-03 03:12:27 +01:00
Don HO 1a356c2019 Notepas++ 7.6.3 release 2019-01-27 23:13:30 +01:00
Don HO e5108cc0ea Add Markdown language.
via User Defined Language.
Markdown++: https://github.com/Edditoria/markdown-plus-plus

Included only for Installer.
2019-01-27 02:53:02 +01:00
Don HO 70dee50dc7 Notepad++ 7.6.2 release Gilet Jaune Edition 2019-01-01 02:46:17 +01:00
Don HO e7b04a6a1a Notepad++ 7.6.1 release 2018-12-13 02:37:11 +01:00
Don HO c919dc6270 Notepad++ won't load plugins from %LOCALAPPDATA%\Notepad++\plugins\ anymore
Notepad++ loads plugins only from 2 locations:
1. %PROGRAMDATA%\Notepad++\plugins\ - while Notepad++ installed on: %PROGRAMFILES%\Notepad++\ or wherever without doLocalConf.xml
2. <NPP_INST_DIR>\plugins\ - while Notepad++ installed on wherever (except in %PROGRAMFILES%\Notepad++\) with doLocalConf.xml
2018-11-28 13:31:44 +01:00
Don HO 44baa33d1e Add the option to installer for installing the plugins in %PROGRAMDATA% 2018-11-24 17:30:19 +01:00
Don HO 40fbf0da61 Notepad++ 7.6 release 2018-11-13 02:31:46 +01:00
Don HO 113212547f Remove allowAppDataPluginsLoading option from the installer 2018-11-03 20:57:10 +01:00
Don HO 312ddff837 Notepad++ 7.5.9 release 2018-10-15 00:25:52 +02:00
Don HO 89fbbad94e Notepad++ 7.5.8 release 2018-07-23 02:45:12 +02:00
Don Ho 97467eb802 Notepad++ 7.5.7 release 2018-06-30 16:54:33 +02:00
Don HO 07b7653163 Remove Updater binaries 2018-05-20 03:28:48 +02:00
Don Ho 9733729bfb Notepad++ 7.5.6 release 2018-03-19 01:46:19 +01:00