Add changes history (Ctrl + Z)
Open
Nobody has claimed this yet.
editor
feature
- Dominant language
- C++
- Stars
- 35
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Store all ImGui actions into the buffer and allow to undo and redo them. Maybe ImGui has built-in history?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the editor's ImGui action handling and reviewing how changes are currently applied. Determine whether ImGui provides relevant history support, then define how actions will be stored and replayed for Ctrl+Z and redo. Done means editor actions can be undone and redone reliably, with coverage for the affected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100