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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user