My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

中文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:

请下载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 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:

最新的效果图:

Powered by Google Project Hosting