forked from qt-creator/qt-creator
CppEditor: Improve finding position for new includes
...by detecting include groups (separated by new lines, include types and same dir prefix). Task-number: QTCREATORBUG-9317 Change-Id: I73e80fdc715104901cb2d4f5b15b4cab5d04d305 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
e3bc84c414
commit
f3186690bd
@@ -45,7 +45,8 @@ HEADERS += completionsettingspage.h \
|
||||
builtinindexingsupport.h \
|
||||
cpppointerdeclarationformatter.h \
|
||||
cppprojectfile.h \
|
||||
cpppreprocessor.h
|
||||
cpppreprocessor.h \
|
||||
includeutils.h
|
||||
|
||||
SOURCES += completionsettingspage.cpp \
|
||||
cppclassesfilter.cpp \
|
||||
@@ -89,7 +90,8 @@ SOURCES += completionsettingspage.cpp \
|
||||
builtinindexingsupport.cpp \
|
||||
cpppointerdeclarationformatter.cpp \
|
||||
cppprojectfile.cpp \
|
||||
cpppreprocessor.cpp
|
||||
cpppreprocessor.cpp \
|
||||
includeutils.cpp
|
||||
|
||||
FORMS += completionsettingspage.ui \
|
||||
cppfilesettingspage.ui \
|
||||
|
||||
Reference in New Issue
Block a user