Don HO
Don HO
Could you please check the following announcement for completing your localization file if it's not done? https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13209 Thank you @Patriccollu
It's indeed a regression - v8.4.8 works fine but not for v8.4.9. @ozone10 Do you know where comes from this regression?
@ozone10 Thank you for the explanation!
@Yaron10 I see you LOVE bugs ;)
I cannot reproduce the bug, but in admin mode when Notepad++ is reduced in system tray, open a file via "Edit with Notepad++", I've got Notepad++ opened with the file,...
@Yaron10 Thank you for your detail explanation. I believe the bug is fixed (just done a new commit). Could you validate the fix please?
> Actually, just moving `::SetForegroundWindow()` back to winmain.cpp solves the problem. > > That is, the _only change_ to [afacc83](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/afacc8338ee8ddb19eaf146496c230576c6e6937) can be removing `::SetForegroundWindow(hwnd);` from NppBigSwitch.cpp and adding `::SetForegroundWindow(hNotepad_plus);` after...
@Yaron10 > So we might have two different issues here. Let's wait for @donho's reply. I have no idea about the 2nd eventual issue. I have had the bring foreground...
@Yaron10 > Shouldn't you modify some values in `localization.cpp`? In the old system (long time ago) adding a new menu item need to modify the localization files - but it...
> @donho, > > I've suggested to modify **localization.cpp**. Not the XML localization files. Oups! Sorry my bad!