There was a Delete() function in TextEditor in the past that would let the programmer delete the piece of selected text programmatically. It was removed (made private) with this commit. How to achieve the same (or alike) functionality in the up-to-date version of ImGuiColorTextEdit?
There was a
Delete()function inTextEditorin the past that would let the programmer delete the piece of selected text programmatically. It was removed (made private) with this commit. How to achieve the same (or alike) functionality in the up-to-date version of ImGuiColorTextEdit?