Good day.
Given that some scripts may require an extra configuration dialog that they already implement themselves, in addition to the current one, and that this situation (running a command to config things) seems to confuse some users...
I was wondering if it would be possible, to be able to customize what happens when you press the "configure" button. Given that there are currently 2 buttons for the configuration that serve the same purpose, one of the two could continue to display the regular configuration window, while the main one could display more advanced options, if required.
I feel like having two separate configuration dialogs and buttons that do something different from one script to the next would also confuse some users
What about letting the script take over the configuration completely?
Do you think that's the case? I imagine they probably find the two buttons with the same purpose confusing too.
In that case, would it still be possible to call the regular configuration dialog from this new one as a child window? Or would that mean no more Script.config, and that the new configuration dialog would also have to implement those entries?
It could also be a dedicated button in the config dialog (bottom left ?) that could appear only when developper asks for it in the script init. Something like "Additional config", or "Script setup" ...