Text editing should be over graphemes
Open
text
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 67
Description
As pointed out by @norcalli in https://github.com/emilk/egui/commit/861573c4975e362535b14cf0555fbcb5b8a6d5aa#r44948551
Egui currently handles text layout and cursors using character boundaries, but using graphemes is the better approach in the long run.
Contributor guide
Assessment
This issue has not been assessed yet.