You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, addons can register on step events.
However, similarly to Sirius view, (#122) some Addon may not be interested to be triggered too often.
In order to implement similar strategies as suggested in #122, it would be useful that the Addon API provide some means to access the information about whether the engine step is about to pause (due to breakpoint, a manual pause or reaching the end of a step over, step return, step into)
With this information, the addons could provide smarter behaviour.
The text was updated successfully, but these errors were encountered:
Currently, addons can register on step events.
However, similarly to Sirius view, (#122) some Addon may not be interested to be triggered too often.
In order to implement similar strategies as suggested in #122, it would be useful that the Addon API provide some means to access the information about whether the engine step is about to pause (due to breakpoint, a manual pause or reaching the end of a step over, step return, step into)
With this information, the addons could provide smarter behaviour.
The text was updated successfully, but these errors were encountered: