On 5/18/07, y m <[EMAIL PROTECTED]> wrote:
Thanks for your reply. I guess I should have been more specific. Yes I
tried doing that but I would like 2 additional functionalities which
the Visvim ole interface to MS Visual Studio does: 1. I want to be
able to open vim with the currently displayed file instead of having
to navigate to it through the left hand package view. 2. After opening
the file, I want vim to jump to the line currently displayed in the
eclipse editor. I suppose I will have to write my own ole plugin to do
this, but I was hoping something like this already existed so I
wouldn't have to reinvent the wheel.


I don't know of anything that works that way, but it should be that
hard.  Eclipse is good about things like that.  Just make a hotkey or
something that will run gvim -c :<line number> or something like that.
Eclipse often makes such variables for things like that.  I don't
know off hand though.

-fREW

Reply via email to