apocalyptech / eschalon_utils

Eschalon Books I, II, and III Character and Map Editors
http://apocalyptech.com/eschalon/
GNU General Public License v2.0
8 stars 3 forks source link

Allow or mention hidden-file browsing (especially for Windows) #53

Closed apocalyptech closed 10 years ago

apocalyptech commented 10 years ago

"Application Data" is a hidden folder on Windows, and thanks to some idiotic decisions on gtk+'s part, there's effectively no way for us to have the Open dialog default to the Eschalon savegame dir. So, there's two options:

1) use set_show_hidden() to default the dialog to showing hidden files 2) Annotate somewhere on the Open dialog that users can hit Ctrl-H to achieve the same.

I'm actually not sure which way I wanted to do this. I'm not sure that showing hidden files should be default, but on the other hand, requiring users to hit Ctrl-H seems lame. In the end I'll probably go with option 1.

apocalyptech commented 10 years ago

Yeah, decided to just go with option number 1 after all. About to push a commit which fixes this.