Notepad++ v8.1.2 Released
-
@donho
Save of existing file works, but saving a new file or Save As of any file is unresponsive once you get to the Save dialogue box. Can’t enter a file name or get Save button to work. -
@David-Sperduto Running Vista Home Premium SP2 if that’s relevant.
-
@David-Sperduto I’m afraid fixes for bugs that are specific to Windows Vista won’t be accepted. Please refer to this page about supported versions: https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/SUPPORTED_SYSTEM.md
I’d recommend you to use an older version of Notepad++. -
@David-Sperduto said in Notepad++ v8.1.2 Released:
but saving a new file or Save As of any file is unresponsive once you get to the Save dialogue box. Can’t enter a file name or get Save button to work.
@mere-human It’s a critical issue. Does Vista’s runtime system not support at all our new Save dialog? Or there’s a way (not restoring the old system) to fix it?
-
FYI:
Auto-updating to v8.1.2 is triggered. -
@donho I can’t say for sure. I need a Vista on VM to take a look.
-
@mere-human said in Notepad++ v8.1.2 Released:
@donho I can’t say for sure. I need a Vista on VM to take a look.
Let’s see if there are others Vista users have the same problem before getting into it.
@David-Sperduto Could you create an issue on GitHube please :
https://github.com/notepad-plus-plus/notepad-plus-plus/issues -
I have Vista Enterprise in a VM and tested Save As. As @David-Sperduto wrote, I was not able to input a new filename, the dialog just hangs. Same with Save a copy as.
-
@donho said in Notepad++ v8.1.2 Released:
Let’s see if there are others Vista users have the same problem before getting into it.
I need a local VM to understand what’s going on.
I was expecting the modern File Dialog to work fine on Vista since MS says that in the doc:
https://docs.microsoft.com/en-us/windows/win32/dlgbox/open-and-save-as-dialog-boxes[Starting with Windows Vista, the Open and Save As common dialog boxes have been superseded by the Common Item Dialog. We recommended that you use the Common Item Dialog API instead of these dialog boxes from the Common Dialog Box Library.]
-
So here is the video from Vista VM. I type into the file name edit box, but nothing happens.
https://imgur.com/90YNFn7 -
@dinkumoil said in Notepad++ v8.1.2 Released:
I have Vista Enterprise in a VM and tested Save As. As @David-Sperduto wrote, I was not able to input a new filename, the dialog just hangs. Same with Save a copy as.
I can take a look at the problem and try several things if someone creates an issue on GitHub.
But I won’t promise anything.
I’m not able to hook up a remote debugger to Vista VM (it works fine with Win 7 VM). -
IIRC, this is the first complaint received about the file dialogs and Vista, even though the file dialog change-out was a bit of time ago. To me this says the number of Vista users is low, probably. If it is not any easy repair, perhaps time to leave Vista behind?
-
@mere-human Sorry, I’ve been offline for a couple days. I’d be happy to try to create an issue on GitHub, although I’ve never worked on GitHub before so it may be a bumpy ride.
If I’m the only Vista user in the Notepad++ universe, and it’s a headache to make this work, I’m happy to go back a version. For my purposes, Notepad++ knocks it out of the park every day for me, as it was!
Thanks -
@mere-human Apparently GitHub also does not support Vista. Can’t set up an account. Just get a malfunctioning registration page. Can this really be the end?..oh well…some day I’ll upgrade to W10 but can’t get to it right now. Which Notepad++ version should I go back to?
-
Nevermind. Here is the issue I created: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10238
I have a fix which turns out to be simple. Let’s see if it gets approved. -
Just upgraded. It appears that the “Search/Mark All” feature now doesn’t work if you select a whole line or more. It works with the “Search/Mark One” feature, but this is less useful.
-
@Jason-R-Mayberry. FYI: I had to go back to 7.9.5 for this to work again.
-
@Jason-R-Mayberry said in Notepad++ v8.1.2 Released:
Just upgraded. It appears that the “Search/Mark All” feature now doesn’t work if you select a whole line or more. It works with the “Search/Mark One” feature, but this is less useful.
Did you go to Settings > Preferences > Highlighting and turn off “Match whole word only” in the new “Mark All” section? Because with that on, it will only mark all if you’ve selected one word; with it off, it will mark all for partial words or multiple words
-
@mere-human Thank you for giving it a shot !!
-
@David-Sperduto @dinkumoil
FYI, the fix is included in the master and it will be in the next release:
https://github.com/notepad-plus-plus/notepad-plus-plus/commit/a0c15274f54f388dadabf5231cec8cbfc23fa286Thank you @mere-human for the prompt fix!