现在,我正在使用ede来管理我的cpp项目,我尝试在我的项目中快速找到一个文件,但我失败了。我曾经ede-find-file
找到“db.h”,它位于“d:/projects/leveldb/include/db.h”,不幸的是,它说找不到。
我的配置放在下面
(setq leveldb_root "d:/projects/leveldb/")
(ede-cpp-root-project
"leveldb"
:file (concat leveldb_root ".gitignore")
:system-include-path '("C:/Program Files/Microsoft SDKs/Windows/v7.1/Include"
"C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/include")
:include-path '("/"
"/include"))
而且,对项目管理和文件查找解决方案有什么建议吗?(我也尝试过在项目中查找文件)。
我使用 ede 是因为我需要 ede-cpp-root-project 来自动设置语义数据库。