Chinaunix首页 | 论坛 | 博客
  • 博客访问: 140263
  • 博文数量: 36
  • 博客积分: 901
  • 博客等级: 准尉
  • 技术积分: 592
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-07 13:31
文章分类

全部博文(36)

文章存档

2013年(14)

2012年(22)

我的朋友

发布时间:2013-03-20 21:41:33

(1)符号解析SourceInsight无法识别某些C宏定义,造成文件解析错乱,可以自行修改配置,让SI识别这些宏,具体方法:打开SI安装目录下的c.tom,加入自行定义的宏,例如:C代码中的#define METHODDEF(type)static type,可以在配置文件中增加一行METHODDEF(type)static type。SourceInsight对于宏定义的值,也无法判.........【阅读全文】

阅读(4486) | 评论(0) | 转发(0)

发布时间:2013-03-19 23:48:20

http://hi.baidu.com/imxiangpeng/item/5fe09ef896a886ca0cd1c81d......【阅读全文】

阅读(1949) | 评论(0) | 转发(0)

发布时间:2013-03-19 23:43:08

安装cscope:(1)通过官网下载源码$tar zxfv cscope-15.5.tar.gz$cd cscope-15.5$./configure && make && make install然后把contrib/xcscope/目录下的cscope-indexer复制到PATH目录比如/usr/local/bin,再把xcscope.el复制到/usr/share/emacs/site-lisp,修改/usr/share/emacs/site-lisp/site.........【阅读全文】

阅读(3791) | 评论(0) | 转发(3)

发布时间:2013-03-19 23:42:43

http://www.cnblogs.com/siylz/articles/1674984.html......【阅读全文】

阅读(1436) | 评论(0) | 转发(0)

发布时间:2013-03-19 23:41:35

emacs,cedet,ecb......【阅读全文】

阅读(4618) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册