You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back-ends: imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp
Operating System: Windows 10
My Issue/Question:
It would be useful to set custom separators when calling TextWrapped. For example, set separators like / or \ manually when the text is a filename, etc...
Screenshots/Video
In this case, I would like to have the text wrapped with the / and \ and not by the spaces in the folder name
Version/Branch of Dear ImGui:
Version: 1.75 WIP
Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp
Operating System: Windows 10
My Issue/Question:
It would be useful to set custom separators when calling TextWrapped. For example, set separators like / or \ manually when the text is a filename, etc...
Screenshots/Video
In this case, I would like to have the text wrapped with the / and \ and not by the spaces in the folder name
Possible implementation:
The text was updated successfully, but these errors were encountered: