Open kitepad opened 3 years ago
First of all, you need to integrate Scintilla with Dear ImGui, because ImWindow use Dear ImGui. There is a topic about it https://github.com/ocornut/imgui/issues/108 Then when you have completed the integration with Dear ImGui, it will be easy to use it with ImWindow.
I want to integrate scintilla editor with imwindow, but I don't experiences on this. I can create window using win32 api. How can i integrate it. Scintilla site is www.scintilla.org.