logic: Fixed single file mode fulltext references and caching

This commit is contained in:
Eberhard Graether
2018-04-21 03:43:50 +02:00
parent e5280f99ca
commit fe38cfff6a
6 changed files with 22 additions and 26 deletions
+2 -1
View File
@@ -49,7 +49,7 @@ public:
void addedFiles();
void clear();
void clearCodeSnippets();
void clearCodeSnippets(bool useSingleFileCache);
void clearFile();
void clearCaches();
void clearSnippetReferences();
@@ -203,6 +203,7 @@ private:
ScrollRequest m_scrollRequest;
bool m_singleHasNewFile;
bool m_useSingleFileCache;
std::vector<std::pair<QtCodeArea*, Id>> m_screenMatches;
Id m_activeScreenMatchId = 0;