CleanCocoa / CleanCocoa/Typewriter-Modes
Make highlighter production-ready
Open
enhancement
- Dominant language
- Swift
- Stars
- 21
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
As of now, the yellow highlighter doesn't work in some cases.
- [ ] Resizing the window vertically changes `textContainerInset`s, and the highlighter needs to be moved by the delta of `textContainerInset.height - overscrollTopOffset` from before and after the update
- [ ] Resizing the window horizontally causes a reflow of text and thus moves the insertion point around on screen. The highlighter does not follow
- [ ] Make highlighter color configurable
Contributor guide
Assessment
This issue has not been assessed yet.