Yaron10
Yaron10
@donho, The new commit does fix the issue. :+1: Actually, just moving `::SetForegroundWindow()` back to winmain.cpp solves the problem. That is, the *only change* to https://github.com/notepad-plus-plus/notepad-plus-plus/commit/afacc8338ee8ddb19eaf146496c230576c6e6937 can be removing `::SetForegroundWindow(hwnd);`...
@przemo20, Thank you for testing and replying. I just want to make sure: the problem does NOT occur with Notepad++ v8.4.8, does it?
@sXNA, Same question to you: did you have any problem with Notepad++ v8.4.8?
`{"message":"Artifacts download limit (1024 MB/day) exceeded."}`. That's a new one. :)
@przemo20, > Seems like this was a problem always. Is it likely you would not have noticed such a problem earlier? > I have installed the version 8.4.8 on a...
@sXNA, So we might have two different issues here. Let's wait for @donho's reply.
@przemo20, > Yes, that's correct. About 2 weeks ago... :+1: @donho, > IMO, my 2nd fix is https://github.com/notepad-plus-plus/notepad-plus-plus/commit/afacc8338ee8ddb19eaf146496c230576c6e6937 should be for the minimum impact. So I prefer to keep it...
@donho, > I will merger PR 13058 into master. We will report any issue based on the master - it'll be the simplest way. :+1: Thanks again for your time...
@alankilborn, Thank you for your work. 👍 :)
@alankilborn, Shouldn't you modify some values in `localization.cpp`? If you use the old localization files, the menu is messed up.   Thank you.