BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.44k stars 242 forks source link

Bug? #116

Closed cateVM closed 4 years ago

cateVM commented 4 years ago

Whenever i type in a letter it automatically gets deleted for more reference look at this: https://gyazo.com/b55ab0e52406b65eacb497af076a6c14 Here is the code i'm using:

auto lang = TextEditor::LanguageDefinition::CPlusPlus();
editor.SetLanguageDefinition(lang);

editor.Render("TextEditor");