mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-03 18:44:34 +00:00
InputText: Added ImGuiInputTextCallbackData::ID field.
This commit is contained in:
@@ -155,8 +155,9 @@ Other Changes:
|
||||
next to each components, in multi-components functions.
|
||||
- Added a way to select a specific marker color.
|
||||
- InputText:
|
||||
- ImGuiInputTextCallbackData::SelectAll() also sets CursorPos to SelectionEnd.
|
||||
- Made ImGuiInputTextCallbackData::SelectAll() also sets CursorPos to SelectionEnd.
|
||||
- Added ImGuiInputTextCallbackData::SetSelection() helper.
|
||||
- Added ImGuiInputTextCallbackData::ID field.
|
||||
- Text, InputText:
|
||||
- Reworked word-wrapping logic:
|
||||
- Try to not wrap in the middle of contiguous punctuations. (#8139, #8439, #9094)
|
||||
|
||||
Reference in New Issue
Block a user