How to implement this?

Discussion about CodeLite development process and patches
fanhe0513
CodeLite Enthusiast
Posts: 39
Joined: Sat Aug 21, 2010 7:32 pm
Genuine User: Yes
IDE Question: c++
Contact:

How to implement this?

Post 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?
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: How to implement this?

Post 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
fanhe0513
CodeLite Enthusiast
Posts: 39
Joined: Sat Aug 21, 2010 7:32 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: How to implement this?

Post 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.
Post Reply