Thanks to the work of Eloy Duran, MacVim has now a file-drawer extension. Here is a screenshot to motivate you to try it :

This is a cakePHP project with the file drawer opened on the Controler and View directories, and two opened files. To build your very own MacVim, follow this cookbook.
Compilation:
mkdir ~/tmp
cd ~/tmp
git clone git://github.com/alloy/macvim.git
cd macvim/srcLDFLAGS=”-L/usr/lib” ./configure –with-features=huge \
–enable-rubyinterp \
–enable-pythoninterp \
–enable-perlinterp \
–enable-cscopemake
Installation:
- open MacVim/build/Release
- drag and drop the package to your /Applications folder
Usage:
Open your stuff with your newly compiled MacVim and enjoy. More details on Eloy’s pages.
Resources :
Post a Comment