@xomx
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#L853
And 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
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(?).
And Dark Mode readability of the disabled text on the same dialog page is not optimal (to see: switch in between the radiobutton “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) .
@mere-human Thanks for being prepared to give it a try but, as it was made clear above that making the entire file and shortcuts available was massively overstepping the bounds and etiquette of the forum, I immediately took down the link.
I’m sorry to say this was down to my naivety (as this is my first time posting to the forum), for which I apologise.
@donho said in Notepad++ v8.1.2 Release Candidate:
By “Search menu” I guess you mean “find dialog”. Indeed. But I cannot find another better description.
Suggestion:
Active - >Tabs Color or fix find dialog inversion of tabs.
Disabled text -> Disabled option
Edge -> Separators
Top -> Panel bar
)))
@donho ,
Thanks for this.
I can confirm that
Auto-completion performance is back to where it should be, rather than the super-slow from v8.0. Great!
“Open” looks much better than “Save” in the Open dialog. ;-) Thanks!
The fix for #9939, which just missed the deadline for v8.0, is correctly working in v8.1 (I can get the extension appended with Enter, Alt+S, or hitting Save button).
So the fixes that I was most looking forward to after v8.0 are all working in v8.1-RC2.
Thanks for all your effort (@donho and the rest of the v8.1 contributors)!
Hello @hmin124, @peterjones and All,
Indeed, the apostrophe ( \x27 ) should be considered as a valid character, in Internet addresses, only when not followed with a regex space char. So, if the regex \x27(?!\s) matches the ' !
Best regards,
guy038
@Alan-Kilborn ,
I brought it up in the original “Append extension” PR #9732 – Scott and @mere-human have both confirmed it as well, and @mere-human is working on fixing it. (Based on their experiments, ENTER vs Alt+S/clicking-on-SAVE button have different results, which is obviously a bug.)
@CodanRaigen21 said in Notepad++ v7.9.4 released:
for braces in JSON
Not for JSON specifically, it’s all or nothing:
Settings => Preferences => Auto-Completion => Auto-indent
Cheers.
The regression-fix is included in the new v7.9.4 release:
https://community.notepad-plus-plus.org/topic/20883/notepad-v7-9-4-released
Thank @Ekopalypse for reporting it, @Uhf7 for fixing it and all the others for testing it.