Notepad++ v8.4.1 release
-
Notepad++ v8.4.1 release:
https://notepad-plus-plus.org/news/v841-released/- Fix HTML syntax highlighting in PHP files regression. (Fix #11585, #11602)
- Fix “Reload from disk” loosing syntax highlighting regression. (Fix #11606)
- Fix unfocused selected text background color changed regression. (Fix #11595)
- Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6. (Implement #11537)
- Fix multi-part keyword in prefix mode freezes Notepad++ in UDL. (Fix #11434)
- Add several dark mode enhancement. (Fix #11574, #11622, #10054, #11546, #11544)
- Add DarkMode usage detection support for plugins. (Fix #11546)
- Add “Framed current line” option beside of “Highlight current line background”. (Fix #11501)
- Add file monitoring command line argument [-monitor]. (Fix #10562)
- File Dialog enhancement. (Fix #11630, #11517)
- Add a new format argument/option “ADD_ZERO_PADDING” to NPPM_GETNPPVERSION. (Fix #11535)
- Restore auto-completion & calltip default fg/bg colors when no theme is applied. (Fix #11637)
- Sort “Search result” to the bottom in language list of Style Configurator. (Fix #11337)
Auto-update to this version will be trigger in about 14 days, if no regression is found.
Enjoy!
-
Hello !
I just filed issue 11661 about a regression in Notepad++ 8.4 with MIME Tools plugin 2.7 and Base 64 Encoding.
Thank you for Notepad++ ! -
@dleborgne said in Notepad++ v8.4.1 release:
I just filed issue 11661 about a regression in Notepad++ 8.4 with MIME Tools plugin 2.7 and Base 64 Encoding.
Probably due to the Scintilla API change that now excludes the trailing NUL character - which would make each string one character shorter?
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10504#issuecomment-1010295809
Cheers.
-
@donho
Well I seem to have found one. Not sure if this is just regarding UDL’s Function List, but whenever a tab is picked, and then goes back to the original document that is UDL defined, the FunctionList is no longer working…ie, the FunctionList is empty of the Function List definitions for that file.
The following screenshots are titled accordingly, InitialDocOpen, PostDarkModeUDL selected, change doc tab and switch back to UDL tab.
Notice the final pic, that shows the FunctionList is empty after switching tabs.My debug info:
Notepad++ v8.4.1 (64-bit)
Build time : May 8 2022 - 19:51:18
Path : C:\Users\camilee\Documents\Development Tools Downloads\Notepad++ Versions\npp.8.4.1.portable.x64\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : ON
Cloud Config : OFF
OS Name : Windows 10 Home (64-bit)
OS Version : 2009
OS Build : 19044.1706
Current ANSI codepage : 1252
Plugins : mimeTools.dll NppConverter.dll NppExport.dll
-
@lycan-thrope said in Notepad++ v8.4.1 release:
Not sure if this is just regarding UDL’s Function List, but whenever a tab is picked, and then goes back to the original document that is UDL defined, the FunctionList is no longer working…ie, the FunctionList is empty of the Function List definitions for that file.
I cannot reproduce this.
Cheers.
-
@michael-vincent Sigh…never mind. Apparently my fingers screwed up the typing in the overrideMap.xml file that I was switching to. I don’t know how, but it was misspelled on the letter that the cursor was on. I looked at it closer and noticed it was spelled “Dard” rather than “Dark” which is what the name was. What’s wierd is it actually showed it briefly, under regular dBASE…apparently the switch redrew it so even though it showed in the first Dark mode setting, when the tabs were switched and then refocused on it,…it didn’t read it…until I just corrected the spelling in the overrideMap.xml file. Sorry for the false alarm. :( (egg on face)