commit | 339d5ef00edcfb849c1281bcf176113199828522 | [log] [tgz] |
---|---|---|
author | BalazsJako <this.is.balazs.jako@gmail.com> | Fri Sep 14 20:54:32 2018 +0100 |
committer | GitHub <noreply@github.com> | Fri Sep 14 20:54:32 2018 +0100 |
tree | c418585d9681443f08cd0d4d04317329685b28af | |
parent | 45817cdd65edc6e78481978dcd0ee4a434134ad4 [diff] | |
parent | 11877e9a7574f32ca68dfb4f8e11425c32b7db91 [diff] |
Merge pull request #46 from BalazsJako/dev Latest dev changes to master.
Syntax highlighting text editor for ImGui
Demo project: https://github.com/BalazsJako/ColorTextEditorDemo
This started as my attempt to write a relatively simple widget which provides source code editing functionality with basic syntax highlighting. Now there are other contributors who provide valuable additions.
While it relies on Omar Cornut's https://github.com/ocornut/imgui, it does not follow the “pure” one widget - one function approach. Since the editor has to maintain a relatively complex and large internal state, it did not seem to be practical to try and enforce fully immediate mode.
The code is (still) work in progress, please report if you find any issues.
Don't forget to post your screenshots if you use this little piece of software in order to keep me us motivated. :)
If you want to contribute, please refer to CONTRIBUTE file.
Thank you. :)