Add locator filter for all included files.

Collects all included files from any file of any project or
that is open in an editor. It has the same shortcut as the
files from any project filter and is also enabled by default.

Task-number: QTCREATORBUG-280
Change-Id: I7cd89ee68d2f8ec4e0ea03de0c11671f489c47dc
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Eike Ziller
2014-12-03 17:13:46 +01:00
parent 9c088727a8
commit bae5782166
5 changed files with 257 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ HEADERS += \
cppfilesettingspage.h \
cppfindreferences.h \
cppfunctionsfilter.h \
cppincludesfilter.h \
cppindexingsupport.h \
cpplocalsymbols.h \
cpplocatordata.h \
@@ -89,6 +90,7 @@ SOURCES += \
cppfilesettingspage.cpp \
cppfindreferences.cpp \
cppfunctionsfilter.cpp \
cppincludesfilter.cpp \
cppindexingsupport.cpp \
cpplocalsymbols.cpp \
cpplocatordata.cpp \