Hi,
One more thing we need to verify from bram what he thinks.
On 3/18/07, Asim Imdad <[EMAIL PROTECTED]> wrote:
yup, I was talking about the same thing and sure we can combine
effort
to do this. It will be my pleasure.
> Eclipse has an option of using Vim as an external editor.
> So the only missing part of the puzzle is to open Vim window in
Eclipse
> workspace.
> That can be done using Eclipse Plugin Arch and not from Vim side.
> Are you looking for this kind of integration?
one problem you'll likely run into is that vim can only have one
window ('gui window', what emacs calls a frame) open. So if you're
opening several embedded vim editors in eclipse, you have three options:
1.) Each embedded editor contains its own complete vim. This way
completion doesn't work across across the editors and it takes more
memory.
2.) Each embedded editor is a vim buffer. This way all of the eclipse
editor windows need to have the same size.
3.) Add support for several windows to vim. This is probably the most
work, but also the most flexible solution (and would improve the mac
version a lot too ;-) ).
I'm no vim expert, so take this with a grain of salt...
Bye,
Nico