ui: improved file nodes

* added colors for file nodes and dependency edges
* use TokenComponentFilePath on file nodes to store FilePath
This commit is contained in:
Eberhard Graether
2015-03-09 14:07:58 +01:00
parent 3893868386
commit ca9dfe7f75
15 changed files with 114 additions and 48 deletions
+7
View File
@@ -134,6 +134,13 @@ void Project::parseCode()
headerSearchPaths.push_back(includePaths[i]);
}
// std::cout << "parse files" << std::endl;
// for (const FilePath& path : filesToParse)
// {
// std::cout << path.absoluteStr() << std::endl;
// }
// std::cout << std::endl;
CxxParser parser(m_storage.get(), m_fileManager.get());
clock_t time = clock();
parser.parseFiles(