logic: indexer count and fixes

* added option to define the amount of parallel indexers in the appsettings
* fixed unparsed files query in ASTVisitor
* fixed: to update a node's type in the storage the node does not have to be defined anymore
This commit is contained in:
malte_langkabel
2016-05-13 16:30:16 +02:00
parent 7bb40f2630
commit 67e4d84631
10 changed files with 55 additions and 20 deletions
+3
View File
@@ -47,6 +47,9 @@ public:
int getFontSizeStd() const;
void setFontSizeStd(const int fontSizeStd);
int getIndexerThreadCount() const;
void setIndexerThreadCount(const int count);
// code
int getCodeTabWidth() const;
void setCodeTabWidth(int codeTabWidth);