A typical workflow is to load events from file, modify event file (in text editor) and reload it. Today, without a way to delete existing event(s), events keep stacking between reloads.
Requested behavior
GUI
- Add Delete all events in the Events tree context menu
- One-click action with a confirmation dialog
- Support deleting single and multi-selected events as well
Python API
Add support to delete:
- All events
- One or more selected events
A typical workflow is to load events from file, modify event file (in text editor) and reload it. Today, without a way to delete existing event(s), events keep stacking between reloads.
Requested behavior
GUI
Python API
Add support to delete: