BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.44k stars 242 forks source link

Dead project? #128

Open arabine opened 3 years ago

arabine commented 3 years ago

No any commits since 2019, no merges nor issue replies. Can we start a fork?

justinbowes commented 3 years ago

https://github.com/BalazsJako/ImGuiColorTextEdit/blob/master/LICENSE is no impediment

BalazsJako commented 3 years ago

There are many forks out there already :) Btw, yes, I did not really have the time to dive into it, but maybe someday I will have. Actually I have a few ideas how to improve it...

arabine commented 3 years ago

ok nice, unfortunately there are still some PR and questions not answered. I created my fork and merged some PR.

ChemistAion commented 2 years ago

I did some research lately on what is going on forks here, as @BalazsJako sort of pointed out to do so. Tool for that: https://github.com/techgaun/active-forks

Here is the most advanced progress of @BalazsJako work: https://github.com/dfranx/ImGuiColorTextEdit

This is just a part of a bigger project by @dfranx: https://github.com/dfranx/SHADERed

It is not(???) noticed in the ImGui wiki/references yet - but it looks IMHO like a worthy direction or even a successor of the original @BalazsJako work.

santaclose commented 2 years ago

I'm trying to resurrect the project in my fork, without adding dependencies. I merged some of the pull requests i found here, fixed bugs, added features, and I'm working on adding multi cursor functionality. My goal is to get something similar to sublime text / vscode. https://github.com/santaclose/ImGuiColorTextEdit

BalazsJako commented 2 years ago

Hello people,

I do not have the opportunity to work on this project these days, I am afraid. It might change at some point, but I cannot promise anything. On the other hand, It is really nice to see that people are still using and developing this little widget. :)

justinbowes commented 2 years ago

It's a great project. I appreciate your permissive license and your clarity on whether we should expect you to lead the development going forward. Thanks for all your work!

shakfu commented 1 year ago

@santaclose

Is it possible to share a minimal demo of the textedit fork being used? I have made a repo where I have reached so far, but the current demo of the original project has a lot of win32 specificity so I am unable to progress beyond seeing the widget.

santaclose commented 1 year ago

@shakfu https://github.com/santaclose/ste

shakfu commented 1 year ago

@santaclose Thanks very much! 😄