What folder IDE defaults to, for opening files
#2
On first run, it should start in the qb64 folder, but if you open it after that, it should open from where you last used it.  

The basic logic is all in ide_methods.bas, down in Function OpenFile$ (IdeOpenFile as string).

STATIC Default_StartDir$ stores the last directory you navigated to, and starts with the QB64 folder as its default.

Just set it to what you want, and you should be good to go.  Smile



A suppose, in future releases, we can have it save that dir$ to the config file, rather than reset it to the qb64pe folder with each start-up.  That'd be an easy enough change to implement, if that's what everyone decides they want it to do for default behavior.
Reply


Messages In This Thread
RE: What folder IDE defaults to, for opening files - by SMcNeill - 01-13-2023, 04:44 AM



Users browsing this thread: 1 Guest(s)