From: Sebastian M. <seb...@un...> - 2008-07-19 09:53:09
|
Hi Mathieu Am Thu, 17 Jul 2008 17:11:02 +0200 schrieb "Mathieu Clabaut" <mat...@gm...>: > I've just tried vimplugin, with gvim compile with netbeans > integration. It works well for launching an embedded vim editor, but > after that, there is not much integration with eclipse. > For example, when modifying a file, the tab is stared (chich is good, > because the file is modified), but when saving the file, eclipse is > not advertised that a change has been done.... > > Should I see more integration (error markers and so one ? ) No, not yet. The low level communication between vim and eclipse isnt in good shape yet: The basics do work: One can call "eclipse-commands" like "rebuild project" from vim, and one can send commands to vim via "--remote-send" for example. We are still experimenting with these. But I am sure one _can_ implement things like error-markers, provided enough expertise on vim and eclipse (and time). Sebastian. |