Notepad++ v8.1.3 release candidate 2
-
Notepad++ v8.1.3 Release Candidate 2 :
http://download.notepad-plus-plus.org/repository/8.x/8.1.3.RC2/The new added fixes & enhancement from the 8.1.3 RC:
- Add Markdown UDL of dark mode in release packages. (Fix #10196 )
- Fix Function list current empty lost issue while Sort/Unsort/Save/Reload. (Fix #8819 , #10280 , #10294 )
- Make title, button, progress bar dark again. (Fix #10326 )
- Fix wrong path in tooltip of tab in RTL mode. (Fix #8520 )
- Fix the file drag and drop bug in RTL mode. (Fix #8730 )
- Add new spiritual quotes.
8.1.3 RC2 change log:
- Dark mode enhancement: 95% dialogs are dark-modable. (Implement #10061 , #10287 , #10285 , #10283 , #10275 , #10273 , #10269 , #10049 , #10196 , #10066 , #10264 , #10242 , #10255 , #10253 , #10210 , #10251 , #10249 , #10247 , #10245 , #10236 , #10233 , #10178 , #10069 , #10205 , #10027 , #10221 , #10230 , #10226 )
- Improve GUI display under high DPI.
- Fix save dialog not working on Windows Vista. (Fix #10238 )
- Add the capacity to switch among Find/Replace/FiF/Mark via their shortcuts. (Implement #10019 )
- Make Document List Panel togglable via View menu and shortcutable in shortcut mapper. (Implement #3526 , #9015 )
- Fix crash issue when several instances of the save dialogs are shown. (Fix #10290 )
- Fix Functions list scrolling to the top on file save issue. (Fix #9659 )
- Add filter capacity in Shortcut mapper by shortcut key combination (Implement #5616 , #9316 )
- Add copy file names capacity from Windows dialog. (Implement #10123 )
- Fix shortcut conflict detection error in Shortcut mapper while filtering. (Fix #5374 )
- Increase macro, user command and plugin command number capacity. (Fix #10263 )
- Add Markdown UDL of dark mode in release packages. (Fix #10196 )
- Fix Function list current empty lost issue while Sort/Unsort/Save/Reload. (Fix #8819 , #10280 , #10294 )
- Fix wrong path in tooltip of tab in RTL mode. (Fix #8520 )
- Fix the file drag and drop bug in RTL mode. (Fix #8730 )
Please let me know if you find any regression or critical bug.
The new release will be available in 3-7 days if no regression found. -
ref: https://community.notepad-plus-plus.org/topic/21599/notepad-v8-1-3-release-candidate?_=1628424104625
After PR 10265 there is also the “Link” possibility in the Settings -> Preferences -> Dark Mode dialog, but the relevant translation item has not been added(?).
PR 10265 made the Preferences dialog and some other dialogs dark_modable, it didn’t add new GUI component, therefore nothing to be translated.
The translation of dark-mode page of preferences has been done in previous PR. Here is the added entries in
english.xml
:
https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/nativeLang/english.xml#L853And Dark Mode readability of the disabled text on the same dialog page is not optimal (to see: switch in between the radio button “Black tone” and “Customized tone” and compare the color-picker labels appearance). In a different place it is much better (e.g. under the Dark Mode on try switch ANSI<->UTF-8 in the Preferences -> New Document -> Encoding and check the text “Apply to opened ANSI files” beside) .
Indeed. It seems the radio button / checkbox has the different dark-mode behaviour from the label’s one. I will check it in the code.
edit:: regarding the dark mode small visual glitch, it’s how system handle it, it’s not bug in Notepad++. Therefore nothing to be fixed:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10357