forked from qt-creator/qt-creator
C++: Implement context-aware expand / shrink selection actions.
Implement selection expanding / shrinking, that is aware of C++ semantics, thus giving smart selection changing. Change-Id: I1386a20597fa6bb85c3aa0d8ddfb87cdb3fd7c38 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
8bfdc82c5a
commit
bed88818ce
@@ -43,6 +43,7 @@ HEADERS += \
|
||||
cppprojectfile.h \
|
||||
cppqtstyleindenter.h \
|
||||
cpprefactoringchanges.h \
|
||||
cppselectionchanger.h \
|
||||
cppsemanticinfo.h \
|
||||
cppsemanticinfoupdater.h \
|
||||
cppsourceprocessor.h \
|
||||
@@ -117,6 +118,7 @@ SOURCES += \
|
||||
cppprojectfile.cpp \
|
||||
cppqtstyleindenter.cpp \
|
||||
cpprefactoringchanges.cpp \
|
||||
cppselectionchanger.cpp \
|
||||
cppsemanticinfo.cpp \
|
||||
cppsemanticinfoupdater.cpp \
|
||||
cppsourceprocessor.cpp \
|
||||
|
||||
Reference in New Issue
Block a user