This project is in alphastage. Please check:
http://sourceforge.net/projects/cubiclevim for (slightly) more information.
CubicleVim is a very simple add-in for Microsoft Outlook 2000 to help edit
messages with Vim. Currently, the OLE-enabled version of Vim must be installed
and registered for the Add-In to function. CubicleVim works by copying the
message text to a temporary text file, invoking an instance of Vim to edit the
temporary file, and then pushing the contents of the edited file back to
Outlook.
The current method of starting Vim as an OLE server limits the editing of all
messages to a single instance of Vim. I haven't found a good solution other
than directly running gvim.exe from the dll, but haven't had a chance to make
the change.
Other problems and things to do:
There's a memory leak somewhere
Many unused variables need to be removed from the source
Add support for storing settings in the registry
Fix problems with loading of properties page
Move images and text to the resource file
Come up with better icons
Replace the script that pushes text Outlook with something better
I'm obviously not a VBA, nor Windows, developer, and am short on time as it is.
Anyone interested in helping fix or enhancing anything in the source is more than welcome. Just drop me a line.