commit | 37140b3548ddfbe24840955bd6eb9ab5a180c9ed | [log] [tgz] |
---|---|---|
author | BalazsJako <this.is.balazs.jako@gmail.com> | Fri Jun 07 20:28:12 2019 +0100 |
committer | BalazsJako <this.is.balazs.jako@gmail.com> | Fri Jun 07 20:28:12 2019 +0100 |
tree | 525a754fb918e38b3a724e770137ac3b15670ef8 | |
parent | f8f02f9d4e3220f205dcd6112c039c40e00656ec [diff] |
Update .gitignore
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 text editing functionality with 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. It stores its internal state in an object instance which is reused across frames.
The code is (still) work in progress, please report if you find any issues.
Please post your screenshots if you find this little piece of software useful. :)
If you want to contribute, please refer to CONTRIBUTE file.