Is there any way to have the menu's of an addin be enabled during running of an project? Now the addin menu is only available (as in Enabled) if you aren't running a project, but if you're debugging the options are disabled even though Addin functionalities are working if they are connected to a keybinding.
for example, I've replaced the Windows menu with our own version which is split into categories (tools/forms/code windows) and alfabetically sorted instead of last opened. It all works great when I'm not running a project, but as soon as I start running a project and hit a debug-breakpoint the menu is disabled..
Or is there are way to detect when the project is being started (so I can make the original menu visible) and when stopped (so I can make the original menu invisible again)..
for example, I've replaced the Windows menu with our own version which is split into categories (tools/forms/code windows) and alfabetically sorted instead of last opened. It all works great when I'm not running a project, but as soon as I start running a project and hit a debug-breakpoint the menu is disabled..
Or is there are way to detect when the project is being started (so I can make the original menu visible) and when stopped (so I can make the original menu invisible again)..