Soaprman / FEFTwiddler

A save editor for Fire Emblem Fates
GNU General Public License v3.0
55 stars 17 forks source link

File Open dialogue suggestion #8

Closed DoumanAsh closed 8 years ago

DoumanAsh commented 8 years ago
  1. Remove default name openFileDialogue1 of file. Just leave it empty i suppose? It is kinda strange name for file :)
  2. set RestoreDirectory = true
  3. set InitialDirectory to Application.StartupPath
Soaprman commented 8 years ago

You mean you don't name all your files openFileDialog1?

Good idea, though. I think what I might actually do is save the directory chosen to a settings file and just have it default to that. So it'll go to wherever you keep your saves every time.

DoumanAsh commented 8 years ago

Lol well skipping the first thing as it is quite minor i believe it would be good to add 2 and 3 properties to improve usability. RestoreDirectory should let you open new dialogue at the same place where you left last time. And initialDirectory is good idea either to be binary's path or configured by user

I could add PR but i thought it would be better to leave to you.

Soaprman commented 8 years ago

Done. I'm not going to put out a new release just for this, but you're welcome to give it a spin!

DoumanAsh commented 8 years ago

Cool, i actually did not mean to do such a complex solution but to just adjust some attributes for this File dialogue, but that's cool

Soaprman commented 8 years ago

Yeah, I just figured I might as well make it persist after closing and reopening the program while I was at it.