Skip to content

The TextEditor component does not support common text editing keyboard shortcuts #3162

@Zane-XY

Description

@Zane-XY

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions