-
This is not possible at the moment, though it wouldnt be hard to implement:
ATM, you can pass only constant arguments to vim mainly to set a eclipse-specific ".vimrc"-configuration.
One would need to write a little parser that substitutes things like "%l" or "%s" by various parameters obtained from the eclipse environment.
2009-09-30 07:07:41 UTC in vimplugin
-
Hi
we have a problem using the "New Project" wizard.
Everytime we use it it destroys our build settings: It always reverts to dvi and latex. Though texlipse can handle pdf and knows the builders when we change the .texlipse config with an editor. Then PDFs are generated etc, but by opening the wizard or the texlipse projectproperties pref-page, the settings are destroyed again.
2009-07-01 12:20:42 UTC in TeXlipse
-
bastl committed revision 240 to the vimplugin SVN repository, changing 3 files.
2008-05-21 11:16:27 UTC in vimplugin
-
Outdated.
2008-05-18 11:36:52 UTC in vimplugin
-
AFAIK, this has been fixed by nageshwar and should work for latest vim (7.1.something) and vimplugin 0.3.3. Closing this one.
2008-05-18 11:33:10 UTC in vimplugin
-
Not a bug, See also: http://vimplugin.org/compatibility.
2008-05-18 11:31:07 UTC in vimplugin
-
Well, seems to be a vim issue?.
2008-05-18 11:27:29 UTC in vimplugin
-
Right, i noticed that too recently. So mean something like:
HashMap knownlisteners = new HashMap();
knownlisteners.add("insert",TextInsert.class);
// add Listener classes for all known events.
for (IVimListener listener : listeners) {
if (listener instanceof knownlisterns.get(ve.getEvent())
listener.handleEvent(ve);
}
That way, the handleEvent...
2008-05-18 11:20:40 UTC in vimplugin
-
Outdated. seems to work now.
2008-05-18 11:05:33 UTC in vimplugin
-
I close this since it is not really a bug, rather an annoyance. It probably can be fixed using a "tuned" .vimpluginrc. But then this issue would belong to tips and tricks on the wiki.
2008-05-18 11:02:21 UTC in vimplugin