c.vim – C/C++ IDE — Write and run programs. Insert statements

c.vim - C/C++ IDE -- Write and run programs. Insert statements, idioms, comments etc. : vim online

c.vim : C/C++ IDE --  Write and run programs. Insert statements, idioms, comments etc.

 script karma  Rating 4587/1385, Downloaded by 80474    Comments, bugs, improvements  Vim wiki

 

created by
Fritz Mehner
 
script type
utility
 
description
**   Statement oriented editing of  C / C++ programs
**   Speed up writing new code considerably.
**   Write code und comments with a professional appearance from the beginning.
**   Use code snippets

- insertion of various types of comments   (file prologue, function descriptions, file section headers
    keyword comments, date, time, ...  )
- insertion of empty control statements   (if-else, while, do-while, switch, ... )
- insertion of various preprocessor directives
- insertion of C-idioms   (enum+typedef, loops, complete main, empty function, file open dialogs, ... )
- insertion of C++ -idioms   ( frames for simple classes and template classes, try-catch blocks,
    file open dialogs, output manipulators, ios flags, ... )
- use and organize your own collection of code snippets
- compile / link / run support for one-file projects   (without a makefile)
- run buffer through splint
- personalization of comments   (name, email, ... )
- menus can be switched on and off   (Tools menu)

Here are some screen shots : http://lug.fh-swf.de/vim/vim-c/screenshots-en.html

The help file online :   http://lug.fh-swf.de/vim/vim-c/csupport.html

The key mappings of this plugin (PDF) : http://lug.fh-swf.de/vim/vim-c/c-hotkeys.pdf

See also the http://www.thegeekstuff.com tutorial
"Make Vim as Your C/C++ IDE Using c.vim Plugin"
(http://www.thegeekstuff.com/2009/01/tutorial-make-vim-as-your-cc-ide-using-cvim-plugin/)

DOCUMENTATION
--------------------------------------------------------
This plugin comes with a help file (csupport.txt). Read it with  

:h csupport

** PLEASE READ THE DOCUMENTATION **

Editing actions differ for different modes!  
There are  a lot of  features which can be configured or customized
to match your needs.

MAILING LIST
--------------------------------------------------------
You can subscribe to the vim-plugins-list mailing list to post your questions or
suggestions for improvement or to report bugs.  The list will also be used to
announce new releases ( c.vim / bash-support / perl-support / doxygen-support ).
Visit the following page for subscribing to the mailing list:
    
  http://lug.fh-swf.de/cgi-bin/mailman/listinfo/vim-plugins-list

The vim-plugins-list list is very low on traffic.

 
install details
Copy the zip archive  cvim.zip to $HOME/.vim/ (Linux/Unix) or $HOME/vimfiles (Windows) and run
      unzip cvim.zip
If you have already an older version of this plugin and you have modified the
template files you may want to save your templates first or copy the files from the
archive by hand. See also the file README.csupport within the zip file.
 

原文链接: https://www.cnblogs.com/lexus/archive/2012/11/02/2751500.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    c.vim - C/C++ IDE -- Write and run programs. Insert statements

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/67907

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月9日 下午1:04
下一篇 2023年2月9日 下午1:04

相关推荐