Development

General Information on vimplugin development. If you want to hack on vimplugin, read the Developer's Guide.

Project Hosting

At the moment, we host the project at SourceForge: http://sf.net/projects/vimplugin

CIA

We track all activity in the SVN with the CIA bot. Please see the project's page at http://cia.vc/stats/project/vimplugin and the rss feed given there. The latest commits are:

  • * docs in CommandView * package and dummy test to launch as "JUnit Plug-In Test"... (2008/05/21 13:16)
    bastl * r240 /trunk/plugin/src/org/vimplugin/ (tests/ tests/VimServerTest.java views/CommandView.java): * docs in CommandView * package and dummy test to launch as "JUnit Plug-In Test" more to come ...
  • * allows to send arbitrary commands/keystroke to a vim server via command "vim... (2008/05/16 18:22)
    bastl * r239 /trunk/plugin/src/org/vimplugin/views/CommandView.java: * allows to send arbitrary commands/keystroke to a vim server via command "vim --remote-send <keysequence>" This is used to let eclipse talk to vim (e.g. open in tab when using VimServer class)
  • * configure one command and handler via preferences. (2008/05/14 15:57)
    bastl * r231 /trunk/plugin/ (13 files in 5 dirs): * configure one command and handler via preferences.
  • * launch eclipse commands from within vim using :nbkey * KeyCommand2 and... (2008/05/14 03:21)
    bastl * r230 /trunk/plugin/ (25 files in 7 dirs): * launch eclipse commands from within vim using :nbkey * KeyCommand2 and CommandHandler resemble simplified CommandPattern * addSpecialKeys removed * VimExceptionHandler to catch Exceptions thrown in Connection-Thread !!! Code is not in good shape right now, take care ... !!! Concernig vim commands: at VimConnection startup the following happens: Handler h = new HandlerDummy(); KeyCommand2 k = new KeyCommand2("F1",h); command(bufId,addSpecialKey,"\"F1\""); Thus: whenever vim says ":nbkey F2", eclipse reacts with HandlerDummy.handler()
  • Merged changes and fix Build. (2008/05/13 20:19)
    krischik * r229 /branches/eclimplugin/ (17 files in 8 dirs): Merged changes and fix Build.

Subversion Activity by Sourceforge

 
development.txt · Last modified: 2008/05/16 13:53 by admin
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki