diff options
author | Nikolai Kosjar <[email protected]> | 2014-12-02 12:11:05 +0100 |
---|---|---|
committer | Nikolai Kosjar <[email protected]> | 2014-12-03 10:53:39 +0100 |
commit | cb0d13692657d171e031d48c2879f8d8ce8e0e6a (patch) | |
tree | 263ef82a51f3d64bdbbe9bbcfdf852db4f7353e3 /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 9cd552a1656c04c1f3ccc92fefc62e2bd36fad37 (diff) |
CppTools: Update document on activation
...if the project was updated in the meanwhile.
If a project is updated mark invisible editor documents dirty and update
them if they get focus.
This also fixes document highlighting when restoring a session for
documents that the user "switched away" before the project info is
pushed to CppModelManager.
This completes
CppTools: Update visible documents on project update
commit c2eb91e053332d010adc8b9e7918d9de28ef4c90
which only takes care of visible documents.
Task-number: QTCREATORBUG-13270
Change-Id: Id445e7f509deac5d03194aecc54ce4629b7926ce
Reviewed-by: Erik Verbruggen <[email protected]>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index c225a667fc8..a4200cc4de2 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -151,6 +151,7 @@ private slots: void test_modelmanager_dont_gc_opened_files(); void test_modelmanager_defines_per_project(); void test_modelmanager_defines_per_editor(); + void test_modelmanager_updateEditorsAfterProjectUpdate(); void test_modelmanager_precompiled_headers(); void test_modelmanager_renameIncludes(); |