Hi all,
Had a minor niggle which i decided to fix. If I do:
geany some_file_which_doesn't_exist
geany will open a new tab with the right file name for the tab. If I then add some code/text and try to save the file, geany currently throws up a SaveAs dialog box even though it was already given a filename earlier.
The attached patch fixes this (tested on Linux) by changing the needs_save_as logic to ignore doc->real_path and only check doc->file_name.
Cheers, Erik