logic: allow the user to discard an aborted indexer run
* keep old database on filesystem while indexing * migrate old ".coatiproject" settings to new ".srctrlprj" extension when loading project * send new errors in MessageErrorCountUpdate after injecting * recheck filepath exist() in FileSystem's remove, rename, copy and create functions * updated tasks to new "override" policy
This commit is contained in:
@@ -47,7 +47,8 @@ public:
|
||||
|
||||
void setMode(const SqliteIndexStorage::StorageModeType mode);
|
||||
|
||||
FilePath getDbFilePath() const;
|
||||
FilePath getIndexDbFilePath() const;
|
||||
FilePath getBookmarkDbFilePath() const;
|
||||
|
||||
bool isEmpty() const;
|
||||
bool isIncompatible() const;
|
||||
@@ -190,7 +191,7 @@ private:
|
||||
void buildMemberEdgeIdOrderMap();
|
||||
void buildHierarchyCache();
|
||||
|
||||
int m_preInjectionErrorCount = 0;
|
||||
size_t m_preInjectionErrorCount = 0;
|
||||
|
||||
SearchIndex m_commandIndex;
|
||||
SearchIndex m_symbolIndex;
|
||||
|
||||
Reference in New Issue
Block a user