logic: using source folders for header search
* adding folders form source paths to header search paths for convenience. We are using system header search paths here so that users can also use "<..>" in their includes.
This commit is contained in:
@@ -187,6 +187,11 @@ DialogView* Project::getDialogView() const
|
||||
return m_dialogView;
|
||||
}
|
||||
|
||||
const std::vector<FilePath>& Project::getSourcePaths() const
|
||||
{
|
||||
return m_fileManager.getSourcePaths();
|
||||
}
|
||||
|
||||
void Project::load()
|
||||
{
|
||||
m_storageAccessProxy->setSubject(nullptr);
|
||||
|
||||
Reference in New Issue
Block a user