星期二, 3月 27, 2007

Alternative software for windows

Trying to find some software tools for using in uBuntu,

1.Editor like ultraedit:
kate : apt-get install --> use this one , support "find in files"
bluefish : apt-get install
beaver
glimmer
madedit


2.Source Insight
Source Navigator : by Red Hat , not new -- 2003 is the newest version : sudo apt-get install sourcenav

(g)vim
+ ctags : 搭配 vi 的tags功能 --> tag is a special mark in the document. When using vim, we can use the simple key to jump accross files just like hyperlink but the tags are actually generated by ctags. The file generated by ctags are saved. When vim started, it can load the ctags file,.... http://edt1023.sayya.org/vim/node13.html
+ taglist
+ cscope (KScope is the KDE interface)
http://cscope.sourceforge.net/。
http://kscope.sourceforge.net/
sudo apt-get install kscope
+ cppcomplete
+ global

http://www.linuxsir.org/bbs/showthread.php?t=241578 for installation and try-use

沒有留言: