This change makes the main window show immediately after launching Geany so it's immediately visible Geany started. With big files/projects this gives users better feedback about it's starting than not showing anything until all the files are ready.
This is a separated patch suggested by @codebrainz in https://github.com/geany/geany/pull/576. It might be a bit risky for Geany 1.27 because plugins might make some assumptions when geany-startup-complete is called so this one might need some more testing. Possible candidate for early 1.28 merge. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/924 -- Commit Summary -- * Open files session files after entering main loop -- File Changes -- M src/libmain.c (59) -- Patch Links -- https://github.com/geany/geany/pull/924.patch https://github.com/geany/geany/pull/924.diff --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/924
