Open
Description
I'm currently writing some logging facilities, and it'd be useful to make regular text highlightable so that the user can copy it.
So far I've been doing this using InputText/InputTextMultiLine with ImGuiInputTextFlags_ReadOnly, but it's quite awkward as you have to make a buffer, and pass it in with the length - it can't easily be used with printf formatting.
Is there already a simpler way to do this?