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
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.
The text was updated successfully, but these errors were encountered:
First of all, you need to integrate Scintilla with Dear ImGui, because ImWindow use Dear ImGui.
There is a topic about it ocornut/imgui#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.
The text was updated successfully, but these errors were encountered: