giuspen left a comment (geany/geany#4425) > Also, it would be better to check a tad more than the top-left corner of the > window, in case it ends up barely visible I guess. > Does this work for you? It basically reproduces what I get on X11(that is, > put it on the monitor closest to the requested location) > > Otherwise we could indeed not move it if the destination doesn't exist > though, I'm not entirely sure what's best -- what I did was just not to alter > current behavior on X11 without guarding this against Windows only.
Personally it would be fine for me to remember the position of the search dialog only during the session and not across sessions if that's a preferable solution to you. What happens to me is that at work I have 2 monitors and at home only one. Every time I opened Geany at home the search dialog doesn't work and I had to access session.conf and manually delete ``` [search] find_all_expanded=true replace_all_expanded=true position_find_x=640 position_find_y=433 position_replace_x=1162 position_replace_y=667 position_fif_x=1053 position_fif_y=2347 ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4425#issuecomment-3650678958 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4425/[email protected]>
