ZeroBraneStudio
ZeroBraneStudio copied to clipboard
startfile and Command line arguments
Is it possible to override the startfile in projectsettings .zbstudio/user.lua
? How?
Also I'd like to request, the 'Command line parameters' are stored based on the startfile, so if I have different startfiles in a project, changing the startfile will select related 'command line parameters'
I think this is too narrow focused. What I can probably do is to add a new callback when the start file is set, which will allow you to do whatever you'd like (including setting the command line settings). You can then write a plugin that will implement saving the command line setting and then restoring it on the startfile change.