emacs的drupal开发的cscope配置
下载cscope,解压后执行
./configure
make
make install
?
安装cscope-indexer
sudo apt-get install cscope
?
修改/usr/bin/cscope-indexer(大概在141行)
?
egrep -i '\.([chly](xx|pp)*|cc|hh|x|php|sh|inc)$' | \
?
查找函数定义C-c s d,查找函数很快。
发布时间: 2012-09-09 09:27:54 作者: rapoo
emacs的drupal开发的cscope配置
下载cscope,解压后执行
./configure
make
make install
?
安装cscope-indexer
sudo apt-get install cscope
?
修改/usr/bin/cscope-indexer(大概在141行)
?
egrep -i '\.([chly](xx|pp)*|cc|hh|x|php|sh|inc)$' | \
?
查找函数定义C-c s d,查找函数很快。