Notepad++ v8.4.8 Release Candidate
-
Notepad++ v8.4.8 Release Candidate:
http://download.notepad-plus-plus.org/repository/8.x/8.4.8.RC/Change log:
- Update to Scintilla 5.3.2 and Lexilla 5.2.1. (implement #12624)
- Dark mode: Add “Follow Windows dark/light mode” feature, and toolbar, tabbar and theme choices are remembered for 2 modes separately. (Fix #9183, #9992, #10153, #10239, #10544, #11867, #10644)
- Fix inconsistencies at OS-forced Notepad++ v8.4.7 exit. (Fix #12541)
- Make tab context menu customizable. (Fix #12170)
- Make Macro & Run menu organizable with submenu by modifying shortcuts.xml. (Fix #5349, implement #12617)
- Fix crash on Win32 Namespace prefixed file name. (Fix #12453)
- Fix delimiter selection crash issue. (Fix #12384)
- Improve performance for the “Remove Empty Lines” command. (Fix #12462, implement #12544)
- Fix Trim Operations not working on selection. (Fix #12602)
- Fix sorting failure in zero-length column mode selection. (Fix #12299)
- Fix Default Language not working for the 1st empty file with empty session. (Fix #12586)
- Enhance “Go to settings” in Style Configurator. (Implement #12650, #12634)
- Fix themes’ inconsistent behaviour. (Fix #12642, #12508)
- Fix incorrect plugin architecture reports partially. (Fix partially #12565)
- Enhance Properties file: add/improve the syntax folding/highlighting. (Implementation)
- Add vertical scroll bar on all combobox in Find Replace dialog. (Fix #12459)
- Function List: Add Pascal/Delphi & NppExec plugin’s scripting, enhance SQL. (Fix #3664, #12517, implemnt #12625)
- Auto-completion: add PowerShell, fix some entries in PHP. (Fix #12492, implement #12641)
- Update CPP & PowerShell keywords. (Fix #11936, #5004)
- Fix the tab context menu reload command’s state not synchronized. (Fix #12579)
Thank you for testing!
-
@donho said in Notepad++ v8.4.8 Release Candidate:
- Make tab context menu customizable. (Fix #12170)
Is the file tabContextMenu_example.xml supposed to be distributed with v8.4.8? Because it’s not in npp.8.4.8.portable.x64.zip or npp.8.4.8.portable.zip. And when i used the npp.8.4.8.Installer.x64.exe on a virtual machine, it didn’t include
tabContextMenu_example.xml
inc:\program files\notepad++\
nor in%AppData%\Notepad++
If the intention is just for it to be downloaded from the src directory from GitHub, that’s fine. But if the intention was to distribute that example config with the downloads, that didn’t happen.
-
Good remark. I will add it into binary packages.
Question to you:
if Tab Context menu explanation content will be in the same section here:
https://npp-user-manual.org/docs/config-files/#the-context-menu-contextmenu-xmlOr you will create another section for it?
It’s for the ref in tabContextMenu_example.xml -
@donho said in Notepad++ v8.4.8 Release Candidate:
Question to you: if Tab Context menu explanation content will be in the same section here
My plan was to add a new set of paragraphs just after the ones you linked to, since they are similar in concept – so it would be on the same page of the User Manual, but with its own header.
-
-
v8.4.8 RC2 is available here:
https://community.notepad-plus-plus.org/topic/23905/notepad-v8-4-8-release-candidate-2Let’s talk in the new RC(2) thread.
-