帮我推荐一款轻量级的IDE

软件和网站开发以及相关技术探讨
头像
npnufn
帖子: 1847
注册时间: 2005-10-14 15:56

Re: 帮我推荐一款轻量级的IDE

#16

帖子 npnufn » 2008-11-06 18:34

这两天见识了scite的小巧和强大
eaglet
帖子: 15
注册时间: 2007-10-12 20:41

Re:

#17

帖子 eaglet » 2008-12-23 9:24

SciTe的确很不错
头像
ws_105
帖子: 313
注册时间: 2008-10-24 8:02

Re: 帮我推荐一款轻量级的IDE

#18

帖子 ws_105 » 2008-12-23 13:31

alexander21th 写了:kofshower, kofshower 您好,我找了VIM自动补齐脚本很长时间了,一直没有找到,想向您要一份,我先谢谢您了,我的邮箱是qbyang2006@163.com
VIM自动不齐不需要特殊配置,只需要打开
filetype plugin on
就可以自动不全了

代码: 全选

" Settings of auto-completion for other languages
" Since the auto-complete plugins are shiped with Vim and are placed in the
" autoload directory, so to use the completion, all need to do is to
" set filetype plugin on.
" The folowing lines are only marks to remind you.
" Use Ctrl-X, Ctrl-O to get the auto-completion suggests.
" if has("autocmd")
    filetype plugin indent on
    " autocmd FileType python set omnifunc=pythoncomplete#Complete
    " autocmd FileType ruby set omnifunc=rubycomplete#Complete
    " autocmd FileType c set omnifunc=ccomplete#Complete
    " autocmd FileType ada set omnifunc=adacomplete#Complete
    " autocmd FileType php set omnifunc=phpcomplete#CompletePHP
    " autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS
    " autocmd FileType html set omnifunc=htmlcomplete#CompleteTags
    " autocmd FileType css set omnifunc=csscomplete#CompleteCSS
    " autocmd FileType xml set omnifunc=xmlcomplete#CompleteTags
    " autocmd FileType sql set omnifunc=sqlcomplete#Complete
" endif
这个是我写在自己的配置文件中的备注,包括了 vim-full 包支持的所有的支持类型
需要补全的时候,只需要 Ctrl-X,Ctrl-O就可以了
Ubuntu 8.04 @ Intel Pentium D 925 + Intel 945G Chipset + DDR2 1.0G + SATA 160G
http://hi.baidu.com/ws_105
头像
yangcheng
帖子: 498
注册时间: 2005-09-27 18:24
来自: 杭州

Re: 帮我推荐一款轻量级的IDE

#19

帖子 yangcheng » 2009-01-03 4:40

geany不是挺好的么?虽然我觉得ui有点独特
头像
junxiang
帖子: 317
注册时间: 2006-09-07 13:44

Re: 帮我推荐一款轻量级的IDE

#20

帖子 junxiang » 2009-01-03 10:13

gedit用得最多了。
:em11
自在的风~
头像
junxiang
帖子: 317
注册时间: 2006-09-07 13:44

Re: 帮我推荐一款轻量级的IDE

#21

帖子 junxiang » 2009-01-10 9:47

写Python代码,DrPython也不错哈。
:em11
自在的风~
回复