Changes QSA 1.1.3
QSA 1.1.3 is a patch release, containing mostly bug fixes. It maintains both
forward and backward compatibility (source and binary) with QSA 1.1.2.
********************************************************************************
Interpreter/Language:
* using var statements inside a with statement would crash. This
could not be made to work due to architecual limitations so this
will now produce a parse error.
* Bugfix: internal debug() and print() functions would sometimes
produce faulty output
* Bugfix: millisecond presicion of Date objects was sometimes not
maintained properly
* Bugfix: slots taking QStringLists and QValueList<QVariant> where
not resolved correctly.
********************************************************************************
QSWorkbench:
* Bugfix: Two workbench instances could not be active simultaneously.
********************************************************************************
QSInterpreter:
* Bugfix: interpreter would sometimes crash when returning a QObject
that was deleted.
********************************************************************************
QSUtilFactory:
* Process.stdout and Process.stderr would sometimes contain junk at
the end.
********************************************************************************
QSEditor:
* Bugfix: it was not possible to undo commenting of code.