forked from qt-creator/qt-creator
Added the helper class MatchingText and use it to automagically insert text for curly braces.
This commit is contained in:
@@ -9,6 +9,7 @@ HEADERS += \
|
||||
$$PWD/ExpressionUnderCursor.h \
|
||||
$$PWD/TokenUnderCursor.h \
|
||||
$$PWD/BackwardsScanner.h \
|
||||
$$PWD/MatchingText.h \
|
||||
$$PWD/OverviewModel.h
|
||||
|
||||
SOURCES += \
|
||||
@@ -16,6 +17,7 @@ SOURCES += \
|
||||
$$PWD/ExpressionUnderCursor.cpp \
|
||||
$$PWD/TokenUnderCursor.cpp \
|
||||
$$PWD/BackwardsScanner.cpp \
|
||||
$$PWD/MatchingText.cpp \
|
||||
$$PWD/OverviewModel.cpp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user