forked from qt-creator/qt-creator
C++: remove builtin FollowSymbol dependency from CppEditor
Move FollowSymbolUnderCursor to CppTools and builtin member ownership to internal model manager. Change-Id: I97a4f744ec1709ccc0b34fb67b58680973ef566f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -90,6 +90,7 @@ Project {
|
||||
"cppdoxygen.h",
|
||||
"cppeditoroutline.cpp",
|
||||
"cppeditoroutline.h",
|
||||
"cppeditorwidgetinterface.h",
|
||||
"cppfileiterationorder.cpp",
|
||||
"cppfileiterationorder.h",
|
||||
"cppfilesettingspage.cpp",
|
||||
@@ -97,6 +98,8 @@ Project {
|
||||
"cppfilesettingspage.ui",
|
||||
"cppfindreferences.cpp",
|
||||
"cppfindreferences.h",
|
||||
"cppfollowsymbolundercursor.cpp",
|
||||
"cppfollowsymbolundercursor.h",
|
||||
"cppfunctionsfilter.cpp",
|
||||
"cppfunctionsfilter.h",
|
||||
"cppincludesfilter.cpp",
|
||||
@@ -157,6 +160,10 @@ Project {
|
||||
"cpptoolsreuse.h",
|
||||
"cpptoolssettings.cpp",
|
||||
"cpptoolssettings.h",
|
||||
"cppvirtualfunctionassistprovider.cpp",
|
||||
"cppvirtualfunctionassistprovider.h",
|
||||
"cppvirtualfunctionproposalitem.cpp",
|
||||
"cppvirtualfunctionproposalitem.h",
|
||||
"cppworkingcopy.cpp",
|
||||
"cppworkingcopy.h",
|
||||
"cursorineditor.h",
|
||||
|
||||
Reference in New Issue
Block a user