18 12
发新话题
打印

使用了盗版source insight惯了,不知道linux有什么好的编辑软件

使用了盗版source insight惯了,不知道linux有什么好的编辑软件

估计现在最好是使用Emac了

我找了一下,fedora下还没有这个编辑器
george
只要是linux就能用Emacs,win也能用!~
source insight确实不错
编辑软件?
Vim是首选啊。
vim or emacs!
用source insight编辑,实在是不习惯,感觉source insight看代码还好,编辑还是vim好。
sourcenav
http://sourcenav.sourceforge.net/index.html
What is Source-Navigator?
Source-Navigatoris a source code analysis tool. With it, you can edit your source code,display relationships between classes and functions and members, anddisplay call trees. You can also build your projects, either with yourown makefile, or by using Source-Navigator's build system toautomatically generate a makefile.Source-Navigator works with the Insight GUI interface for GDB.
Source-Navigator supports C, C++, Java, Tcl, [incrTcl], FORTRAN and COBOL, and provides and SDK so that you can writeyour own parsers.
Use Source-Navigator to:
  • Analyze how a change will effect external source modules.
  • Find every place in your code where a given function is called.
  • Find each file that includes a given header file.
  • Use the grep tool to search for a given string in all your source files.
Emacs Code Browser
http://ecb.sourceforge.net/
ECB stands for "Emacs Code Browser". While Emacs already has good editing support for many modes, its browsingsupport is somewhat lacking. That's where ECB comes in: it displays anumber of informational windows that allow for easy source codenavigation and overview.
This looks great!
vim+ctags 用的很爽
vim+ctags我觉得不是很爽,ctags好像不那么正常,我看内核代码经常找不到定义位置的。

eclipse我觉得不错。
Fluke's Blog
I'm a user.
 18 12
发新话题