InputText: amends: now can use memchr()/strchr() for line counting. Much faster! (#7925)

This commit is contained in:
ocornut
2024-09-11 14:15:23 +02:00
committed by omar
parent 19accb14a9
commit 8807b01b28
3 changed files with 14 additions and 15 deletions
-1
View File
@@ -65,7 +65,6 @@ It's mostly a bunch of personal notes, probably incomplete. Feel free to query i
- selectable: generic BeginSelectable()/EndSelectable() mechanism. (work out alongside range-select branch)
- selectable: a way to visualize partial/mixed selection (e.g. parent tree node has children with mixed selection)
- input text: clean up the mess caused by converting UTF-8 <> wchar. the code is rather inefficient right now and super fragile. (WIP branch)
- input text: preserve scrolling when unfocused?
- input text: reorganize event handling, allow CharFilter to modify buffers, allow multiple events? (#541)
- input text: expose CursorPos in char filter event (#816)