现在,我正在使用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"))
Run Code Online (Sandbox Code Playgroud)
并且,对项目管理和文件查找解决方案有什么建议吗?(我也尝试过find-file-in-project).
我使用ede是因为我需要ede-cpp-root-project来自动设置semanticdb.