BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.42k stars 236 forks source link

Added IMGUI export specification #131

Open bensanmorris opened 3 years ago

bensanmorris commented 3 years ago

ImGui defines an export specification (IMGUI_API) that is declared in imconfig.h and referenced in the ImGui source so classes and functions can be exported / imported if needed. This is missing from (the excellent) TextEditor so have added if (like me) you rely on ImGui's export / import specs.