ImGuiColorTextEdit icon indicating copy to clipboard operation
ImGuiColorTextEdit copied to clipboard

Keywords in C++ colorizer not working.

Open Stanlyhalo opened this issue 2 years ago • 1 comments

Using the dev branch, and it seems, whenever I type a keyword into the editor, it seems it doesn't get recognized by the colorizer/tokenizer because it doesn't change color, although identifiers do.

Stanlyhalo avatar Jan 29 '22 04:01 Stanlyhalo

Another issue just came up, I didn't realize it until now, but for some reason any text that's not being colorized by other things (strings,identifiers and such) is using the indentifier coloring. And than the actual identifiers is using a different color in the color style, still trying to figure this out

Stanlyhalo avatar Jan 30 '22 00:01 Stanlyhalo