I often use ZeroBrane Studio when working with Lua, and it works great! But there's one customization I'd like to make to the IDE that I can't quite figure out how to achieve. My end goal is to:
- have the Output/Local console menus hidden when not executing the program/debugging/running as Scratchpad (this part is already possible via the View toolbar)
- have them shown while doing those tasks (likewise, this is already the default behavior)
- but then have them re-hide once I am no longer doing one of those tasks (the tricky part)
In other words, these menus would only be displayed when the program is running. I suspect I'm going to need a simple plugin for this, but I'm still stumbling my way through the plugin API and figured it might just be simpler to ask here. Apologies in advance if this has been answered elsewhere or if a plugin exists for this- I couldn't find these if so. And thanks!