Page 1 of 1

How to implement this?

Posted: Tue Feb 22, 2011 12:07 pm
by fanhe0513
http://www.ultimatepp.org/forum/index.p ... goto=21840&

It seemed to run vim in a terminal emulator, but I could not find any terminal emulator library for wxwidgets.
I ever want embed gvim into codelite, but it need GtkSocket and GtkPlug which not implement in wxgtk.
Is there any idea?

Re: How to implement this?

Posted: Tue Feb 22, 2011 2:47 pm
by DavidGH
Hi,
I ever want embed gvim into codelite
And will you then embed another IDE inside gvim, and another inside that, and... ;)
It seemed to run vim in a terminal emulator, but I could not find any terminal emulator library for wxwidgets.
.... but it need GtkSocket and GtkPlug which not implement in wxgtk.
See my reply to your wxForum post.

Regards,

David

Re: How to implement this?

Posted: Fri Mar 25, 2011 4:44 pm
by fanhe0513
Thanks for replying.
I finally decide 'embed' codelite inside gvim, because wxWidgets seems not to implement GtkPlug and GtkSocket, even if it implements, linux only.
So.