Previously, if the file wasn't found and you replied 'no' to the prompt for creating it, all dialogs closed. This can be annoying in situations where the name/path was entered wrong, and you have to start all over again after receiving the file not found error. This commit allows one to amend the mistake from right where they left off.
Demo before:
https://github.com/geany/geany-plugins/assets/31203804/590aee45-ccd4-4996-84...
Demo after:
https://github.com/geany/geany-plugins/assets/31203804/ff4a9203-6a61-4057-96...
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1329
-- Commit Summary --
* codenav: Keep "Go to file" open after denying creation of not-found file
-- File Changes --
M codenav/src/goto_file.c (16)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1329.patch https://github.com/geany/geany-plugins/pull/1329.diff