You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Colorizing Text Editor and Text Diff for Dear ImGui
15
-
16
14
</div>
17
15
16
+
---
17
+
18
+
# About this fork
19
+
20
+
The imgui_bundle branch of this fork is used in [Dear ImGui Bundle](https://github.com/pthom/imgui_bundle).
21
+
22
+
It is based on the most maintained fork of the original ImGuiColorTextEdit repository which is available at
23
+
https://github.com/goossens/ImGuiColorTextEdit.
24
+
25
+
Very small adaptations are made to make it work with Python bindings (preprocessor guards for unbindable APIs, and a few convenience structs like `CursorPosition`/`CursorSelection`).
26
+
27
+
Many thanks to @goossens for providing a well-designed rewrite of ImGuiColorTextEdit!
28
+
29
+
---
30
+
31
+
# Colorizing Text Editor and Text Diff for Dear ImGui
32
+
18
33
TextEdit is a syntax highlighting text editor for
19
34
[Dear ImGui](https://github.com/ocornut/imgui) and it was originally developed by
20
35
[Balázs Jákó](https://github.com/BalazsJako/ImGuiColorTextEdit). Unfortunately, he no
0 commit comments