On Wed, Aug 29, 2007 at 01:37:08AM +1000, David Terei wrote:
> This project is in its very early stages, so far Vim functions pretty much
> as an external editor (although there's more then this going on behind the
> scenes). You can however if you're lucky enough to be on Linux and using a
> GTK2 build of Vim embed it into Eclipse. There is a patch under review by
> Bram for enabling support for this under Windows.
Hi.
I tried to use this plugin, but what I get is externally launched vim
(not embedded into eclipse), with an unhandled exception being thrown:
-----
Trying to start vim
Server started and listening
Started vim
Connection established
AUTH changeme
0:version=0 "2.4"
0:startupDone=0
Exception in thread "Thread-2" java.lang.NullPointerException
at
org.eeedit.vimplugin.VimConnection$6.handleEvent(VimConnection.java:217)
at org.eeedit.vimplugin.VimConnection.run(VimConnection.java:119)
at java.lang.Thread.run(Thread.java:619)
dispose()
close( true );
-----
This is a `huge' gtk2 vim 7.0.241, built with +netbeans_ing feature
enabled. I am using eclipse-3.2.2 here.
Best regards,
Adam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/vim_dev?hl=en
-~----------~----~----~----~------~----~------~--~---