editor/view: handle changes without a complete refresh
Open
help wanted
- Dominant language
- Go
- Stars
- 60
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Upon receiving a change, the View currently ignores the contents of the Change struct and does a complete refresh of the text and marks. However, add changes with Text set and all delete changes can be handled locally without a round-trip to the editor.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the editor/view change-handling path and inspect how the Change struct is currently processed. Trace the complete refresh and editor round-trip, then verify that add changes with Text set and all delete changes are handled locally without that round-trip.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100