Menu

#1021 Windows File Dialog doesn't append file extension

v1.24
closed-fixed
windows (4)
v1.23.1
5
2014-03-11
2014-01-03
xpfv
No

When using the "Use Windows File Open/Save dialogs" option (Edit > Preferences > General > Misc.) files are saved without extension. If you have the main.py file, it will be saved as main (by default), if you have index.html it will be saved as index. Of course that you can just put the ".py" or ".html" extension at the end of the file name before pressing "Save", but it's unconfortable if you used to use the GTK+ Open/Save dialog which automatically adds the file extension.

Discussion

  • Steven Valsesia

    Steven Valsesia - 2014-03-05

    If I understood your problem, this should correct the bug :

    https://github.com/geany/geany/pull/220

    Test it out !

     
  • Colomban Wendling

    • status: open --> closed-fixed
    • assigned_to: Colomban Wendling
    • Fixed in: v1.23.1 --> v1.24
     

Log in to post a comment.