Yaron10

Results 222 comments of 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?

@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...

@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. ![תמונה](https://user-images.githubusercontent.com/10229320/216483379-d1e00f1a-bd4e-4ccf-b7e4-95bfa127bf05.png) ![תמונה](https://user-images.githubusercontent.com/10229320/216483416-479abb47-e8c9-4f3a-b7de-5971b14d6faa.png) Thank you.