forked from qt-creator/qt-creator
Clang: Add clang query pane
We now support highlighting for an example text and for the query. Change-Id: I88c415ff871cf3e4c2d4fc83d60a8555bf0ce08a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -7,13 +7,24 @@ include(../../shared/clang/clang_defines.pri)
|
||||
requires(!isEmpty(LIBTOOLING_LIBS))
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/clangrefactoringplugin.h \
|
||||
clangrefactoringplugin.h \
|
||||
qtcreatorsearch.h \
|
||||
qtcreatorsearchhandle.h \
|
||||
qtcreatorclangqueryfindfilter.h
|
||||
qtcreatorclangqueryfindfilter.h \
|
||||
clangqueryprojectsfindfilterwidget.h \
|
||||
clangqueryexampletexteditorwidget.h \
|
||||
clangquerytexteditorwidget.h \
|
||||
baseclangquerytexteditorwidget.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/clangrefactoringplugin.cpp \
|
||||
clangrefactoringplugin.cpp \
|
||||
qtcreatorsearch.cpp \
|
||||
qtcreatorsearchhandle.cpp \
|
||||
qtcreatorclangqueryfindfilter.cpp
|
||||
qtcreatorclangqueryfindfilter.cpp \
|
||||
clangqueryprojectsfindfilterwidget.cpp \
|
||||
clangqueryexampletexteditorwidget.cpp \
|
||||
clangquerytexteditorwidget.cpp \
|
||||
baseclangquerytexteditorwidget.cpp
|
||||
|
||||
FORMS += \
|
||||
clangqueryprojectsfindfilter.ui
|
||||
|
||||
Reference in New Issue
Block a user