santaclose / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
67 stars 18 forks source link

Error and Breakpoint Highlighting #16

Open goossens opened 1 year ago

goossens commented 1 year ago

At some point, error and breakpoint highlighting were removed from this fork. In my use of ImGuiColorTextEdit, I used these features so I’m now stuck.

Given that the color palettes still have colors for these features, I’m not sure if you are planning to bring them back later or if you forgot to remove the colors.

So before I go reimplement these features in my own fork, what is your plan in this area?

santaclose commented 1 year ago

I think the source code is not in such a good state to care about breakpoints and errors yet. Maybe if we find a super clean way of doing it.