--- Sebastian Menge <[EMAIL PROTECTED]> wrote:
> Am Donnerstag, den 01.06.2006, 12:49 -0700 schrieb Xavier de Gaye:
> > Netbeans can only be used with gvim compiled either with GTK, Motif, or
> > with the Windows version of gvim. It cannot be used with plain vim
> > running in a terminal.
>
> No workaround? The communication itself does not need the gui.
>
> Im no c-programmer, but that sounds, as if one would have to change
> little in netbeans.c .. !?

Vim, when run in a terminal is designed to work in a very poor
environment, and there is only one thread of execution.  On the other
hand, the netbeans interface has been designed with a GUI in mind (since
it was meant to be used by IDEs) and registers a call-back that is used
to process the received netbeans messages.  So, to port the netbeans
interface to Vim in terminal mode is not simple. One would have probably
to setup a hook in the main loop (RealWaitForChar() in os_unix.c), that
is, right in the deep heart of Vim.
Too bad.

Xavier


--
http://clewn.sourceforge.net           gdb support in Vim

Reply via email to