-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
UI/UXenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Summary
Implement Undo/Redo using JavaFX TextArea built-ins.
Tasks
- Add "Undo" and "Redo" menu items + accelerators.
- Wire to
txtarea.undo()
andtxtarea.redo()
. - Disable the menu items if not available (optional).
Acceptance Criteria
- Keyboard shortcuts work on Win/Linux/Mac.
- Menu actions undo/redo reliably.
Hints
- FXML: add items under Edit menu.
- Controller: simple handlers calling
txtarea.undo()/redo()
.
Metadata
Metadata
Assignees
Labels
UI/UXenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers