-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
ImGui text editor with all the gems -- discussion etc. #6321
Comments
Hello,
I'm not sure I understand what you mean? blessing for what? |
Hi, |
Thanks. This reminds me that I still haven't found any reliable, simple but also reasonably elegant text editor for ImGui... I've given a pass on this one long time ago when I spent literally whole evening trying to fix bugs and the list was endless. Anyway, any available text editors for ImGui that I am not aware of? |
Here is @BalazsJako ImGuiColorTextEdit widget improved by @dfranx patches with some mods (e.g.: SPIR-V removed on my madX branch), enjoy: https://github.com/ChemistAion/ImTextEdit @dfranx IMHO is the most advanced progression: https://github.com/dfranx/ImGuiColorTextEdit Here are others: https://techgaun.github.io/active-forks/index.html#https://github.com/BalazsJako/ImGuiColorTextEdit |
Hi @ChemistAion, |
@ChemistAion, In your madX branch the SPIR-V continue to be in use and SPIRVParser.cpp just fail. Also, the #include "_editor.hpp" at line 9 in the ImTextEdit.cpp. What do i miss ? note : |
@LucLoubat: Give me one day tops - I need some time to switch back there. btw: |
Hi @ChemistAion, Yes i know the BalazsJako original one with limited functionalities but simple and fully functional. For sure i was interested with the dfranx version that add so much functionalities, but it is full of dependencies and so on. It will be awesome if your vesion bring a light in this domain. |
Hi @LucLoubat, I've looked around but couldn't find the mentioned one with I will leave you with these suggestions for now:
In regards of missing |
Hi @ChemistAion |
@vdweller84 @slajerek @dfranx @arabine @santaclose @slajerek @justinbowes @shakfu
...and ofc @BalazsJako
Let's collect here all the ideas and approaches regarding the Editor thing... similarly to NodeEditor #306
No credits to me, I've @dfranx fork (https://github.com/BalazsJako/ImGuiColorTextEdit) with "all" the bugs fixed:
https://github.com/ChemistAion/ImTextEdit
@ocornut: ...waiting for your blessing, to move IT from Gallery
The text was updated successfully, but these errors were encountered: