Often I type in some discardable code, something I just want to test out.
I'd like to have the IDE compile and execute the code - without asking me to select a .bas filename. Using a default file name would be fine.
Unless I purposely use File Save As ..., to create a name other than the default "Noname1.bas", I'd like the IDE to treat the code as disposable and NOT ask me to save the content to a file.
I've seen nothing in the IDE settings that comes close to this.
For now, I just save everything to "xx.bas" and overwrite that file with every discardable code I write.
Does anyone have a secret to offer?
I'd like to have the IDE compile and execute the code - without asking me to select a .bas filename. Using a default file name would be fine.
Unless I purposely use File Save As ..., to create a name other than the default "Noname1.bas", I'd like the IDE to treat the code as disposable and NOT ask me to save the content to a file.
I've seen nothing in the IDE settings that comes close to this.
For now, I just save everything to "xx.bas" and overwrite that file with every discardable code I write.
Does anyone have a secret to offer?
Comment