commit | a179931d4d3d9c0f39a0c9a48c77a142128d15f0 | [log] [tgz] |
---|---|---|
author | BalazsJako <this.is.balazs.jako@gmail.com> | Thu Apr 11 07:40:22 2019 +0100 |
committer | BalazsJako <this.is.balazs.jako@gmail.com> | Thu Apr 11 07:40:22 2019 +0100 |
tree | faa5b43d17d866fc69987c01f64fe0c1bd74a7da | |
parent | 76d9d98836114369a88b422dcb92eb1d6cd3d949 [diff] |
Fix for #70
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. :)