在导入Chromium代码时, 发现Souce Insight只导入了.h文件, .cc文件没有导入. Source Insight对C++项目的导入,其文件过滤没有包含*.cc文件, 需要自己手动设置导入:
options->document options->在document type中选择C++ Source->在右边的File Filter里加上*.cc文件- 重新添加项目文件:
project->Add and Remove Project files
本文介绍如何在SourceInsight中正确导入Chromium项目代码,特别针对.cc文件未能自动导入的问题提供了详细的解决方案。
9863

被折叠的 条评论
为什么被折叠?



