vsariola / sointu

Fork of 4klang that can target 386, amd64 and WebAssembly. Tools run on Windows, Mac & Linux
MIT License
240 stars 15 forks source link

Undo also cursor position #64

Closed vsariola closed 9 months ago

vsariola commented 3 years ago

Undo is designed a bit badly: it does not undo cursor position. Therefore, it is confusing what the user was doing before the undo i.e. what was just undoed.

Change the undo/redo to recall also the cursor position.