vimide


一个基于vim的配置与脚本组合的IDE安装程序

中文GuideCn EnglishGuideEn

如果有碰到jsl的问题 请查看jslErrorSolve

目标: 一个具有类似于IDE功能的容易安装的VIM
支持各类常用的脚本
方便新手使用,节约老手的时间
脚本包含了中文帮助文档,minibuffer, taglist, tasklist, nerdtree等等
支持Mac, Linux, Windows
首先安装Vim 7.2或者更高版本。
对于Linux/Unix/Mac来说,我们要先安装exuberant-ctags, wget, unzip, Vim 7.x。
Ubuntu上安装上述程序的命令: sudo apt-get install exuberant-ctags wget unzip Mac OS X Snow Leopard或者其它非Deb系的Linux上的指令如下:
wget http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz tar -zxvf ctags-5.8.tar.gz cd ctags-5.8 ./configure make sudo make install sudo cp ctags /usr/bin/ctags && chmod 755 /usr//bin/ctags 真实的安装过程非常简单:
命令如下:
svn checkout http://vimide.googlecode.com/svn/trunk/linux vimide cd vimide/ sh install.sh 对于Windows:
请下载http://vimide.googlecode.com/files/Vim.zip'>vimide-for-windows.zip
然后根据文件"README.中文"的指令进行安装
欢迎您的反馈。
打开目录与函数名的快捷键是:
Ctrl + O, Ctrl + T
讨论QQ群:40964276
效果图:

if jsl error encountered check here jslErrorSolve

Goals: An easy to install IDE like Vim.
support mostly used scripts.
Easy for beginners, saving times for veterans.
Scripts including chinese help,minibuffer, taglist, tasklist, nerdtree etc.
Os supported including Mac, Linux, Windows

First of all, you should have Vim 7.2 or above installed.
For Linux/Unix/Mac, we must have exuberant-ctags, wget, unzip, Vim 7.x installed.


Instructions for Ubuntu to have these:
sudo apt-get install exuberant-ctags wget unzip
Instructions for Mac OS X Snow Leopard or any none deb packaged system will be like these:
```

  wget http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz
  tar -zxvf ctags-5.8.tar.gz
  cd ctags-5.8
  ./configure
  make
  sudo make install
  sudo cp ctags /usr/bin/ctags  &&  chmod 755 /usr//bin/ctags

```

The real installation process is quite easy and simple:

Installation commands:
```

svn checkout http://vimide.googlecode.com/svn/trunk/linux vimide cd vimide/ sh install.sh ```

For Windows:

please download the zip file http://vimide.googlecode.com/files/Vim.zip'>vimide-for-windows.zip

and follow the instructions in the README file.

any feedback is welcome.

Shortcut for open the NERD_Tree and taglist is default to:
Ctrl + O, Ctrl + T

QQ Group:40964276

ScreenShots:

http://vimide.googlecode.com/files/Mac-2010-04-13-03-02-56.png' alt='' title='Screenshot-install.sh + (~-Temp) - VIM' />

http://vimide.googlecode.com/files/Screenshot-a.html%20%2B%20%28~-Desktop%29%20-%20GVIM1.png' alt='' title='Screenshot-install.sh + (~-Temp) - VIM' />

http://vimide.googlecode.com/files/2.jpg' /> http://vimide.googlecode.com/files/1.jpg' />

http://www.3gcnbeta.com/wordpress/wp-content/uploads/2010/03/Screenshot-install.sh-+-Temp-VIM.png'>http://www.3gcnbeta.com/wordpress/wp-content/uploads/2010/03/Screenshot-install.sh-+-Temp-VIM.png' alt='' />

最新的效果图: http://www.3gcnbeta.com/wordpress/wp-content/uploads/2010/03/Screenshot-transitfeed.py-Documents-scheduleeditor-demo-GVIM.png'>

http://www.3gcnbeta.com/wordpress/wp-content/uploads/2010/03/Screenshot-transitfeed.py-Documents-scheduleeditor-demo-GVIM.png' alt='' title='Screenshot-transitfeed.py (~-Documents-scheduleeditor-demo) - GVIM' />

http://www.3gcnbeta.com/wordpress/wp-content/uploads/2010/03/Screenshot-transit.js-+-Documents-scheduleeditor-demo-gtfsscheduleviewer-files-GVIM.png'> http://www.3gcnbeta.com/wordpress/wp-content/uploads/2010/03/Screenshot-transit.js-+-Documents-scheduleeditor-demo-gtfsscheduleviewer-files-GVIM.png' alt='' />

Project Information

Labels:
vim ubuntu ide minibuffer 中文帮助 NERDTree TagList TaskList rails php python cc java object-c javascript