|
|
第 1 帖 | |
|
|
标题: 大家来推荐好用的 VIM 扩展~~ 麻烦大家都来推荐下好用的 vim/gvim 扩展
~~
__________________
- 每日抽一刻钟解答 ML 中初学者的问题, 每周抽两小时整理新学知识,发表体验 Blog/Wiki/mail 分享出去, 每周至少抽四个小时来翻译自个儿喜欢的自由软件的文档, 每月至少抽八小时编程,推进自个儿的项目, 每年至少参加一次自由软件的活动,传播自由软件思想,发展一名自由人………… 只要我们每个人都坚持下去! 10年!就可以改变中国软件的整体风貌! ── woodpecker.org.cn ─────────────────── linux.hiweed.com ubuntu.org.cn sf.net/projects/pycds |
|
|
|
|
|
|
|
第 2 帖 | |
|
|
标题: Vim JDE : Vim - Just a Development Envirement (Java/C++) http://www.vim.org/scripts/script.php?script_id=1213
created by Fuchuan Wang script type utility description Just a Development Environment for VIM . (VJDE) And now , It's support C++/C by ctags (VIM>=700 , +ruby future is on , JDK 1.5 support , JDK1.4 (maybe, not tested)) use <c-space> as the Code completion key! snap http://www.publicinfo.com.cn/wfc/ Just work for : Project manager (load/store your VJDE settings) Code completion ( working for java and jsp,taglib,html,xml,xsl,xsd) (VIM 7.0 required) Source tools( variable extract local, member,argument, extract number or String to constance , fix build unreported exception error ( depends on getqflist() ) Source tools ( Override methods, implements interface,extract import, sort import) Create javadoc (depends on jcommentor.vim) Create getter/setter stub. Generate constructor of class which has all member; ![]() ![]() ![]() Outocommand for dot ![]() Input and filter in Preview window. ![]() ![]() M-d Show Javadoc in Preview window.Working on CursorHold too. ![]() 此帖于 05-09-10 11:54 被 jhuangjiahua 编辑. |
|
|
|
|
|
|
|
第 3 帖 | |
|
|
标题: Pida : A graphical IDE that uses Vim as its editor over the client-server protocol. http://pida.berlios.de/
http://www.vim.org/scripts/script.php?script_id=1293 script type utility description I personally believe that Pida offers a unique experience for programmers and other Vim users. It is essentially an IDE, except that it lives entirely outside the text editor (Vim) and all the other tools it uses. It is written in Python, and uses the GTK toolkit. Once installed, you can run Pida to connect to existing "vim -g" or "vim --servername <name>" sessions, or run in embedded mode, to embed a single instance of Vim much like a conventional IDE. Please visit http://pida.berlios.de/ for the application website (there may be newer verisons there) for more details, or see a (large) screenshot of pida being used to develop itself at http://pida.berlios.de/images/5/5c/Pida_embed.png. Pida is still early at this stage, and I very much appreciate all types of bug reporting, advice, criticism etc. Deb 包在这儿 http://pida.berlios.de/index.php/PIDA ownloads![]() |
|
|
|
|
|
|
|
第 4 帖 | |
|
|
http://insenvim.sourceforge.net/
这个似乎就包含了jde了, 只是这个目前只能在windows下面用,试过的,好用 支持Java C++ C# JSP XML HTML SQL 您说的那个jde在linux下面以前试过几次,没成功,因为他说支持linux的, 不过我始终没装上, ![]()
__________________
debian软件安装方便,软件包数量多,可定制性强,不用到网上搜软件,没有依赖性的问题,推荐使用:) [url]http://debian.cn99.com/debian-cd[/url] [url]http://cdimage.debian.org/pub/weekly/[/url] [url]http://cdimage.debian.org/pub/cdimage-testing/daily[/url] [url]http://www.debian.org/devel/debian-installer/ports-status[/url] amd 64的这里 已经released [url]http://debian-amd64.alioth.debian.org[/url] 或者这里[url]http://amd64.debian.net/[/url] 此帖于 05-09-10 16:33 被 ailantian 编辑. |
|
|
|
|
|
|
|
第 5 帖 | |
|
|
很多扩展都很不错 , 就是担心装扩展太多影响 gvim 启动速度...
|
|
|
|
|
|
|
|
第 6 帖 | |
|
|
tabbar.vim.......打开多个文档时可以像UE一样有标签的效果..通过alt+1,2,3切换
在文本模式下vim中使用正常...但是图形界面下gvim中快捷键却失效了...我晕,好郁闷-_- 此帖于 05-09-11 11:29 被 flymeteor 编辑. |
|
|
|
|
|
|
|
第 7 帖 | |
|
|
编程相关
c.vim 自动给c增加注释的 如头部注释 Align.vim 对齐用的 如果经常写代码需要对齐的话可以使用 DoxygenToolkit.vim 产生Dox格式的注释 写c/c++等函数时使用方便 DrawIt.vim 使用文本画画 a.vim 自动在.h 与.cpp中切换 cscope_win.vim 支持使用cscope来代替ctags taglist.vim 在左边栏产生函数与定义列表 需要安装ctags 文件管理 winmanager.vim 在左边栏列表当前文件列表 相当于windows的资源管理器 bufexplorer.vim 在winmanager下方显示当前所有的缓冲区,单击可以切换缓冲区
__________________
loveunix.net 讨论技术的好地方 [IMG]http://www.loveunix.net/style_images/1/logo2.gif[/IMG] 欢迎参观我的论坛 |
|
|
|
|
|
|
|
第 8 帖 | |
|
|
|
|
|
|
|
|
|
|
第 9 帖 | |
|
|
还有desert.vim,俺最喜欢的一个color scheme,看起来很舒服。。。:)
|
|
|
|
|
|
|
|
第 10 帖 | |
|
|
yankring.vim一个像emacs中的剪贴环的插件
__________________
Simplicity is beauty! |
|
|
|
|
|
|
|
第 11 帖 | |
|
|
下了这个Vim JDE 是一个命名是vjde.tgz的文件
怎么用阿 看着好像是windows下用的?
__________________
C4 1.7 DDR266 512M GF2MMX440 hda SEAGATE 160G Windows XP hdb WestDigital 40G RED HAT EL AS4 |
|
|
|
|
|
|
|
第 12 帖 | |
|
|
http://vim.sourceforge.net/tips/tip_download.php
vimtips - All vim tips collected from vim.sourceforge.net.
__________________
15" C2D MBP. 有简单的,不用复杂的!看到复杂的,尽量简单化! Unix/Linux Philosophy: Be small! Be concentrated! One program does one thing and do it perfectly! ∞ years - 宇宙中最后的物质 Proton heat death. 之后,宇宙将以纯能量的形式永远存在。。。一切皆空 |
|
|
|
|
|
|
|
第 13 帖 | |
|
|
标题: jde.vim安装失败 我的vim 6.3 cygwin 下安装好jde.vim后 提示vim>700 need 可是我下载的时候看到jde.vim支持 vim 6.0
|
|
|
|
|
|
|
|
第 14 帖 | |
|
|
不清楚啊
没有用过 cygwin 下的 gvim |
|
|
|
|
|
|
|
第 15 帖 | |
|
|
标题: jde.vim 可以在vim下用吧,我用的不是gvim 请问斑竹这一段说明是什么意思:
script type utility description Just a Development Environment for VIM . (VJDE) And now , It's support C++/C by ctags (VIM>=700 , +ruby future is on , JDK 1.5 support , JDK1.4 (maybe, not tested)) use <c-space> as the Code completion key! |
|
|
|
|
|