Harvey R 
							
						 
					 
					
						
						
						
						
							
						
						
							6f67656f8c 
							
						 
					 
					
						
						
							
							Make solarized.xml up-to-date with stylers.xml  
						
						... 
						
						
						
						Fix  #12425 , close  #12444  
					
						2022-11-01 22:23:29 +01:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							713117c68d 
							
						 
					 
					
						
						
							
							Rename a function  
						
						
						
						
					 
					
						2022-11-01 15:18:24 +01:00 
						 
				 
			
				
					
						
							
							
								SinghRajenM 
							
						 
					 
					
						
						
						
						
							
						
						
							5b9cd0b2e5 
							
						 
					 
					
						
						
							
							Fix plugin admin search issue  
						
						... 
						
						
						
						Fix  #12375 , close  #12376  
					
						2022-11-01 14:59:59 +01:00 
						 
				 
			
				
					
						
							
							
								Tianxiao Cao 
							
						 
					 
					
						
						
						
						
							
						
						
							0bd8f6f7e0 
							
						 
					 
					
						
						
							
							Update spanish.xml  
						
						... 
						
						
						
						Fix  #12268 , close  #12277  
					
						2022-11-01 14:25:09 +01:00 
						 
				 
			
				
					
						
							
							
								Artem Polivanchuk 
							
						 
					 
					
						
						
						
						
							
						
						
							c96be1bbe4 
							
						 
					 
					
						
						
							
							Update belarusian.xml  
						
						... 
						
						
						
						Close  #12379  
					
						2022-11-01 13:59:32 +01:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							1d98d98300 
							
						 
					 
					
						
						
							
							Fix crash regression due to ABI incompatibility  
						
						... 
						
						
						
						Fix the regression due to the following commit:
3e9413d615https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12327#issuecomment-1297906305  
						
						
					 
					
						2022-11-01 12:52:06 +01:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Michalski 
							
						 
					 
					
						
						
						
						
							
						
						
							ae32f34fb3 
							
						 
					 
					
						
						
							
							Add minlength attribute for HTML  
						
						... 
						
						
						
						Fix  #12416 , close  #12430  
					
						2022-10-31 11:49:29 +01:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							3e9413d615 
							
						 
					 
					
						
						
							
							Restore Scintilla header files  
						
						... 
						
						
						
						Restore Sci_Position.h & ScintillaStructures.h (ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12327#issuecomment-1296020276 )
And add R styles. 
						
						
					 
					
						2022-10-31 01:52:42 +01:00 
						 
				 
			
				
					
						
							
							
								Christian Grasser 
							
						 
					 
					
						
						
						
						
							
						
						
							b502266e8d 
							
						 
					 
					
						
						
							
							Update to scintilla 5.3.1 and lexilla 5.2.0  
						
						... 
						
						
						
						Close  #12327  
					
						2022-10-31 00:45:13 +01:00 
						 
				 
			
				
					
						
							
							
								Edditoria 
							
						 
					 
					
						
						
						
						
							
						
						
							22489a1311 
							
						 
					 
					
						
						
							
							Update localization: Hong Kong Cantonese  
						
						... 
						
						
						
						As at commit 2f080d8 of this repo.
Close  #12428  
						
						
					 
					
						2022-10-30 23:31:55 +01:00 
						 
				 
			
				
					
						
							
							
								rddim 
							
						 
					 
					
						
						
						
						
							
						
						
							2f080d82af 
							
						 
					 
					
						
						
							
							Update Bulgarian localization  
						
						... 
						
						
						
						Close  #12343  
					
						2022-10-30 17:22:55 +01:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							b4c5c14cd6 
							
						 
					 
					
						
						
							
							Enlarge a control for the translation  
						
						
						
						
					 
					
						2022-10-30 17:20:52 +01:00 
						 
				 
			
				
					
						
							
							
								Marcello-mco 
							
						 
					 
					
						
						
						
						
							
						
						
							9df5859d06 
							
						 
					 
					
						
						
							
							Update in Brazilian Portuguese translation  
						
						... 
						
						
						
						Close  #12335  
					
						2022-10-30 15:37:58 +01:00 
						 
				 
			
				
					
						
							
							
								xomx 
							
						 
					 
					
						
						
						
						
							
						
						
							6000f3bb21 
							
						 
					 
					
						
						
							
							Fix session.xml emptying by forced Windows update restart  
						
						... 
						
						
						
						This fixes both the long standing problem with the emptying of the session.xml file by forced Windows Update restart/shutdown and some potential Notepad++ crashes caused by possible main Notepad++ window blocking at exit.
Two main changes to the original design:
- WM_QUERYENDSESSION is not used anymore for the tidy-up ops and it always quickly returns TRUE/FALSE to the system as it should.
- there is now a safe-guard flag for the session.xml saving at N++ exit, which prevents otherwise possible incorrect overwriting in case of multiple "endsession" messages.
Fix  #9850 , fix  #12389 , close  #12388  
						
						
					 
					
						2022-10-30 14:06:33 +01:00 
						 
				 
			
				
					
						
							
							
								Matteo Concato 
							
						 
					 
					
						
						
						
						
							
						
						
							ed3189e00b 
							
						 
					 
					
						
						
							
							Update Italian.xml  
						
						... 
						
						
						
						Fix  #12265 , close  #12267  
					
						2022-10-30 13:25:52 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Carvalho 
							
						 
					 
					
						
						
						
						
							
						
						
							2fd55ff11d 
							
						 
					 
					
						
						
							
							Update portuguese.xml  
						
						... 
						
						
						
						Fix https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12269 
Close  #12274  
						
						
					 
					
						2022-10-30 13:15:09 +01:00 
						 
				 
			
				
					
						
							
							
								kubalav 
							
						 
					 
					
						
						
						
						
							
						
						
							4cb312da58 
							
						 
					 
					
						
						
							
							Update Slovak translation  
						
						... 
						
						
						
						Close  #12341  
					
						2022-10-30 13:10:56 +01:00 
						 
				 
			
				
					
						
							
							
								Patriccollu 
							
						 
					 
					
						
						
						
						
							
						
						
							8c7142ddb8 
							
						 
					 
					
						
						
							
							Update Corsican translation for Notepad++ 8.4.7  
						
						... 
						
						
						
						Close  #12346  
					
						2022-10-30 12:59:35 +01:00 
						 
				 
			
				
					
						
							
							
								A. Regnander 
							
						 
					 
					
						
						
						
						
							
						
						
							b9bb1706b2 
							
						 
					 
					
						
						
							
							Update swedish.xml  
						
						... 
						
						
						
						Close  #12345  
					
						2022-10-30 12:55:09 +01:00 
						 
				 
			
				
					
						
							
							
								yasmise 
							
						 
					 
					
						
						
						
						
							
						
						
							20771fe55a 
							
						 
					 
					
						
						
							
							update japanese.xml to v8.4.7  
						
						... 
						
						
						
						Add translations for these commits:
* Make large file limit (for styling) configurable (8ff003412acc9b55413040b27110bf7ef887300b)
* Add tooltips in performance section to make features more explicit (c02c23b7d431fe27ebad41619df4c2b4f1ea3a9a)
* Enhance Large File Restriction UI (6755daf223299ffcd49a8b6ca233c79627578f05)
* Add "Allow clickable link" option in large file restriction (cd6a6ac3bb4d46a9ddd53e3bde2002db00ac00f5)
Close  #12361  
						
						
					 
					
						2022-10-30 12:53:01 +01:00 
						 
				 
			
				
					
						
							
							
								~GOLEM~ 
							
						 
					 
					
						
						
						
						
							
						
						
							39e0aa37b5 
							
						 
					 
					
						
						
							
							Update russian.xml v8.4.7  
						
						... 
						
						
						
						Close  #12362  
					
						2022-10-30 12:50:24 +01:00 
						 
				 
			
				
					
						
							
							
								IoeCmcomc 
							
						 
					 
					
						
						
						
						
							
						
						
							32bb1457ca 
							
						 
					 
					
						
						
							
							Update Vietnamese translation  
						
						... 
						
						
						
						Close  #12365  
					
						2022-10-30 12:43:31 +01:00 
						 
				 
			
				
					
						
							
							
								Sapziller 
							
						 
					 
					
						
						
						
						
							
						
						
							0ce2c20835 
							
						 
					 
					
						
						
							
							Update korean localization file  
						
						... 
						
						
						
						Update korean 8.4.5 -> 8.4.6
Close  #12409  
						
						
					 
					
						2022-10-30 12:34:15 +01:00 
						 
				 
			
				
					
						
							
							
								ArkadiuszMichalski 
							
						 
					 
					
						
						
						
						
							
						
						
							b8a05edcfa 
							
						 
					 
					
						
						
							
							Update polish.xml to 8.4.7  
						
						... 
						
						
						
						Update polish.xml to 8.4.7 according to the last commit.
Close  #12413  
						
						
					 
					
						2022-10-30 12:31:43 +01:00 
						 
				 
			
				
					
						
							
							
								xomx 
							
						 
					 
					
						
						
						
						
							
						
						
							a54cc861bf 
							
						 
					 
					
						
						
							
							Update czech.xml to v8.4.7  
						
						... 
						
						
						
						Close  #12420  
					
						2022-10-30 12:29:15 +01:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							5867025842 
							
						 
					 
					
						
						
							
							Fix 32 bits build error  
						
						
						
						
					 
					
						2022-10-30 11:47:45 +01:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							513ee3e3fe 
							
						 
					 
					
						
						
							
							Use Scitilla default 64 bits symbol  
						
						
						
						
					 
					
						2022-10-30 01:09:52 +02:00 
						 
				 
			
				
					
						
							
							
								ArkadiuszMichalski 
							
						 
					 
					
						
						
						
						
							
						
						
							c3ffe35492 
							
						 
					 
					
						
						
							
							Enhance "Allow clickable link" option for Large File Restriction  
						
						... 
						
						
						
						Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12369#issuecomment-1287821244 . 
						
						
					 
					
						2022-10-28 12:37:32 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							b4f569b8ba 
							
						 
					 
					
						
						
							
							Add back an misdeleted entry  
						
						
						
						
					 
					
						2022-10-27 13:18:02 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							50a50cce3c 
							
						 
					 
					
						
						
							
							Remember Column Editor settings through the sessions  
						
						... 
						
						
						
						Close  #12386  
					
						2022-10-25 00:20:54 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							cd6a6ac3bb 
							
						 
					 
					
						
						
							
							Add "Allow clickable link" option in large file restriction  
						
						... 
						
						
						
						And enhance large file restriction UI
Close  #12369  
						
						
					 
					
						2022-10-22 14:31:19 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							7e080a46bb 
							
						 
					 
					
						
						
							
							Fix brace match not working in Large File Restriction  
						
						... 
						
						
						
						Fix also the highlight remaining issue while Large File Restriction disabled. 
						
						
					 
					
						2022-10-20 16:19:49 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							6755daf223 
							
						 
					 
					
						
						
							
							Enhance Large File Restriction UI  
						
						... 
						
						
						
						1. Rename some labels to be more explicit.
2. Add a tooltip for "Deactivate Word Wrap globally".
3. Unchecking "Enable Large File Restriction" removes the sub-restrictions. 
						
						
					 
					
						2022-10-20 05:07:17 +02:00 
						 
				 
			
				
					
						
							
							
								SinghRajenM 
							
						 
					 
					
						
						
						
						
							
						
						
							546745fe34 
							
						 
					 
					
						
						
							
							Increase hash font height  
						
						
						
						
					 
					
						2022-10-18 04:22:11 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							c02c23b7d4 
							
						 
					 
					
						
						
							
							Add tooltips in performance section to make features more explicit  
						
						... 
						
						
						
						Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12310#issuecomment-1279826809  
						
						
					 
					
						2022-10-17 17:09:02 +02:00 
						 
				 
			
				
					
						
							
							
								xomx 
							
						 
					 
					
						
						
						
						
							
						
						
							1be0044663 
							
						 
					 
					
						
						
							
							Installer enhancement: prevent arm64 installer from installing on non ARM64 system  
						
						... 
						
						
						
						Fix  #12320 , close  #12331  
					
						2022-10-16 01:38:30 +02:00 
						 
				 
			
				
					
						
							
							
								xomx 
							
						 
					 
					
						
						
						
						
							
						
						
							a6a1442bab 
							
						 
					 
					
						
						
							
							Installer enhancement: remember "Don't use_%APPDATA%" option  
						
						... 
						
						
						
						Added detection of the "doLocalConf.xml" trigger-file from the previous installation.
Fix  #12202 , close  #12326  
						
						
					 
					
						2022-10-15 23:38:50 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							8ff003412a 
							
						 
					 
					
						
						
							
							Make large file limit (for styling) configurable  
						
						... 
						
						
						
						Background: because styling large file can cause the performance issue, 200 MB (and bigger) file is not applied to its language (if any) while loading.
This PR makes large file restriction for styling and for other features (smart highlighting, brace match, etc...) configurable via the section Performance of Preferences dialog.
Fix  #11389 , fix  #12260 , fix  #11670 , close  #12310  
						
						
					 
					
						2022-10-15 18:18:06 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							9bec8f5460 
							
						 
					 
					
						
						
							
							Fix extra background colors on printing due to Change History  
						
						... 
						
						
						
						Patch ref:
https://sourceforge.net/p/scintilla/bugs/2358/#a3e3 
Fix  #12281  
						
						
					 
					
						2022-10-11 02:24:35 +02:00 
						 
				 
			
				
					
						
							
							
								Anklebitter 
							
						 
					 
					
						
						
						
						
							
						
						
							49e5a17377 
							
						 
					 
					
						
						
							
							Enhance "Go To" dialog: update line/position data dynamically  
						
						... 
						
						
						
						Fix  #12284 , close  #12302  
					
						2022-10-09 17:35:37 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							a26599794c 
							
						 
					 
					
						
						
							
							Refactoring & optimizing open/save large files time  
						
						
						
						
					 
					
						2022-10-09 01:08:22 +02:00 
						 
				 
			
				
					
						
							
							
								Christian Grasser 
							
						 
					 
					
						
						
						
						
							
						
						
							f57c69aac6 
							
						 
					 
					
						
						
							
							Fix output from makefile and correct cmake for c++20  
						
						... 
						
						
						
						Close  #12297  
					
						2022-10-07 02:58:44 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							e73fca5a85 
							
						 
					 
					
						
						
							
							Use c++20 function ends_with()  
						
						... 
						
						
						
						Close  #12294  
					
						2022-10-06 20:49:23 +02:00 
						 
				 
			
				
					
						
							
							
								ozone10 
							
						 
					 
					
						
						
						
						
							
						
						
							bcaf0f00b5 
							
						 
					 
					
						
						
							
							Update CI env to have GCC 12 for using c++20  
						
						... 
						
						
						
						1. Update Makefile to use c++20.
2. Update appveyor.yml to use MSYS2 (GCC 12).
Close  #12292  
						
						
					 
					
						2022-10-06 17:34:19 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							3b8446d8ce 
							
						 
					 
					
						
						
							
							Fix CI system error due to the project build env update  
						
						
						
						
					 
					
						2022-10-06 14:17:38 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							3cbbb42933 
							
						 
					 
					
						
						
							
							Revert "Fix CI system error due to the project build env update"  
						
						... 
						
						
						
						This reverts commit c64049a1e64f9f8145bcd0847e914f8b05437739. 
						
						
					 
					
						2022-10-06 14:15:16 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							c64049a1e6 
							
						 
					 
					
						
						
							
							Fix CI system error due to the project build env update  
						
						... 
						
						
						
						And use C++20 for string::ends_with() function. 
						
						
					 
					
						2022-10-05 17:28:21 +02:00 
						 
				 
			
				
					
						
							
							
								SinghRajenM 
							
						 
					 
					
						
						
						
						
							
						
						
							4b539b4d5d 
							
						 
					 
					
						
						
							
							Build project using C++20  
						
						... 
						
						
						
						Fix  #12232 , close  #12233  
					
						2022-10-05 15:44:56 +02:00 
						 
				 
			
				
					
						
							
							
								Don Ho 
							
						 
					 
					
						
						
						
						
							
						
						
							4c96f86979 
							
						 
					 
					
						
						
							
							Update build environment  
						
						... 
						
						
						
						Update MS Visual Studio to 2022 and its platform toolkits to v143. 
						
						
					 
					
						2022-10-05 13:52:55 +02:00 
						 
				 
			
				
					
						
							
							
								Harvey R 
							
						 
					 
					
						
						
						
						
							
						
						
							06a082d35f 
							
						 
					 
					
						
						
							
							Add Python missing option in theme files  
						
						... 
						
						
						
						Fix  #12066 , close  #12070  
					
						2022-10-05 04:19:21 +02:00