QmlJS: Move parts of the indenter to the new LineInfo.

LineInfo can tell whether lines are finished or not.

Done-with: Erik Verbruggen
This commit is contained in:
Christian Kamm
2010-04-26 15:12:27 +02:00
parent a73a9dc350
commit bd71243407
5 changed files with 714 additions and 546 deletions

View File

@@ -18,7 +18,8 @@ HEADERS += \
$$PWD/qmljsinterpreter.h \
$$PWD/qmljslink.h \
$$PWD/qmljscheck.h \
$$PWD/qmljsscopebuilder.h
$$PWD/qmljsscopebuilder.h \
$$PWD/qmljslineinfo.h
SOURCES += \
$$PWD/qmljsbind.cpp \
@@ -28,7 +29,8 @@ SOURCES += \
$$PWD/qmljsinterpreter.cpp \
$$PWD/qmljslink.cpp \
$$PWD/qmljscheck.cpp \
$$PWD/qmljsscopebuilder.cpp
$$PWD/qmljsscopebuilder.cpp \
$$PWD/qmljslineinfo.cpp
contains(QT, gui) {
SOURCES += $$PWD/qmljsindenter.cpp