What happened?
The TextEditor widget in iced currently lacks support for undo/redo functionality and several common keyboard shortcuts that are standard in most text editors.
What is the expected behavior?
Ctrl+Z (or Cmd+Z on macOS) should undo the last edit
Ctrl+Y or Ctrl+Shift+Z (or Cmd+Shift+Z on macOS) should redo the last undone edit
- History should track text edits (inserts, deletes, pastes, etc.)
Option+backspace should delete word instead of character.
Version
master
Operating System
macOS
What happened?
The
TextEditorwidget inicedcurrently lacks support for undo/redo functionality and several common keyboard shortcuts that are standard in most text editors.What is the expected behavior?
Ctrl+Z(orCmd+Zon macOS) should undo the last editCtrl+YorCtrl+Shift+Z(orCmd+Shift+Zon macOS) should redo the last undone editOption+backspaceshould delete word instead of character.Version
master
Operating System
macOS