martinfabian / MFXlist

https://forum.cockos.com/showthread.php?t=248411
5 stars 1 forks source link

Implement UNDO... #5

Closed martinfabian closed 3 years ago

martinfabian commented 3 years ago

Currently undo is not implemented, Definitely it needs to be implemented for Alt+left click on FX, which is delete, but also for other actions (enable/disable?) and certainly for drag-drop.

The "Close FX config: Track x" is meaninglessly added to the undo history, this should be avoided.

The "Remove FX: Track x: FXname" is added to the undo history by Reaper on Alt+left click.

martinfabian commented 3 years ago

Maybe the focus stealing issue, see Issue #1 comes into this.

martinfabian commented 3 years ago

Undo seems to already work. Entries appear in the Undo history:

From this it would seem that the apparent undo issue is really a focus issue,. So Issue #5 is hereby closed.