Watchers

exVim

IDE all in vim.

  • Script id: 2627
  • Author: Jie Wu
  • Latest version: 8.04
  • Release date: 2010-05-26
  • Release notes:

    * New features

       * support swig error format.
       * add swig syntax highlight.
       * add csharp syntax highlight for special mark labels.
       * add zencoding plugin.
       * add matchit plugin.
       * add django syntax highlight.
       * add sphinx document compile support.

    * Changes

       * update vimwiki to 1.0.0.
       * update cscope to 15.7a.
       * refine gcc makefiles.
       * let EnhancedCommentify support swig.
       * disable auto-comment for c# language.
       * always show status-line.
       * change comment mathod for c in EnhancedCommentify, instead of using ``/**/`` we use ``//`` like cpp.
       * change guifont in win32 to Bitstream_Vera_Sans_Mono:h10.
       * Not allow exGlobalSearch running in stand-alone mode, this prevent exGlobalSearch show error message.
       * let exQuickFix support cs error format.
       * change ``_vimfiles`` folder to .vimfiles
       * change ``_vimfiles/_hierarchies`` folder to .vimfiles/.hierarchies
       * change ``_vimfiles/_temp`` folder to .vimfiles/.temp
       * change vimwiki _doc folder to wiki_src
       * let exProject ignore checking .vimfiles folders when browsing.
       * generate header.tpl use dest file's encoding.
       * update gvim.exe link with python26.dll in windows.
       * add ex_try, ex_catch, ex_catch_exp, ex_throw, ex_safe_delete, ex_safe_free... syntax highlight.
       * add my method to judge if it is objc or mathlab files.
       * add key-world TEST, PATCH, FIXME, BUG, TIPS, HINT
       * add ``<leader>sub`` for quick substitue word_highlight_1 to word_highlight_2
       * add signal, slots, emit qt keywords for highlighting
       * disable maximize window when openning vim.

    * Bug fix

       * fix exQuickFix open a file another programme already editing issue.
       * fix exTagSelect show tags error when read preview from a file that already not exists.