dail8859

Results 249 comments of dail8859

@pienaarp > If you are supporting Linux (for which I am grateful) might be worth having a couple of virtual machines for testing on Linux desktops ? Just because the...

Potential fix submitted. This will need unzipped into an AppImage that can be tested: https://github.com/dail8859/NotepadNext/suites/9491423888/artifacts/450040612

FYI I haven't been ignoring this. I've been trying to put some thought into some sort of roadmap but it's actually kinda difficult since this entire project was meant for...

Forceably bringing a window to the foreground is not as easy as it seems. For Windows there is some very OS specific code to get it to behave as desired:...

For reference QOwnNotes uses this (similar to what I tried before but might work better on Ubuntu): https://github.com/pbek/QOwnNotes/blob/9b2df420d4c7060651f730172b2a0efca8eeb833/src/main.cpp#L630-L645 ```cpp w.show(); w.raise(); w.activateWindow(); // in case the window was minimized show...

If you are interested in testing this out you can download one of the AppImages from [here](https://github.com/dail8859/NotepadNext/actions/runs/2743261575) I tried it out myself on Ubuntu and it partially worked but wasn't...

There's a few other suggestions here that might be worth one last attempt: https://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-don-t-work

I can't find any guaranteed way to force it to the foreground on Linux. I took suggestions from https://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-don-t-work but even that doesn't seem to always work. Even with the...

> Would you like to be the preferences hard coded and be editable only from GUI or have a default json file that we can duplicate (to have user-specific settings)...

Might have to do something like this... https://github.com/mapeditor/tiled/blob/a71fd94211e062b96d66d65b07cc384053bc70d9/src/tiled/languagemanager.cpp