ImGuiColorTextEdit icon indicating copy to clipboard operation
ImGuiColorTextEdit copied to clipboard

There's no LanguageDefinition for C#

Open orioldedios opened this issue 7 years ago • 2 comments

What can I do if I need this Text Editor in c#?

orioldedios avatar Dec 20 '18 17:12 orioldedios

You have to implement it. Try to use the current C/C++ support as a starting point, and re-use parts of it, and make something similar. It is way better than the slow std::regex-based language definitions.

BalazsJako avatar Dec 21 '18 08:12 BalazsJako

If you still need C# support it might be worth the while to look at the Roslyn APIs.

VerticalVeith avatar Nov 16 '20 11:11 VerticalVeith