-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Code editor #20
Comments
Hi, probably updated and implemented for C language version is here Your application is very cool! |
Push has been done. Update imguin and imguin_examples repository then please try this |
|
It seems the function that checks modification for text doesn't exist, |
I think I found a much more lightweight solution. I can query the Undo Index. What I do is I query this index before I render the editor, and then I query it again after rendering |
That's the good idea! |
Hi! I found a problem. Seems the ALT GR key (or CTRL + ALT) does't work in the editor. I have an AZERTY keyboard and thus, I can't have the square brackets. |
Hi! I just found this : https://github.com/BalazsJako/ImGuiColorTextEdit
Do you think this is a good idea to implement this into Imguin?
Thanks for your answer! Also big thanks for your library! Here is what I'm developing with it :
The text was updated successfully, but these errors were encountered: