Skip to content
Snippets Groups Projects
Commit ebcb4209 authored by Fawzi Mohamed's avatar Fawzi Mohamed
Browse files

changes-2.7.0: entries for QmlJS changes, terminal support


Change-Id: I3988d220ad2fd7d68c6f1cc8ba6caf933f50dfe0
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
parent 97c6af94
No related branches found
No related tags found
No related merge requests found
...@@ -136,11 +136,20 @@ QML/JS Support ...@@ -136,11 +136,20 @@ QML/JS Support
* Improved JS Console * Improved JS Console
* Fixed indentation in if condition and lambda expressions * Fixed indentation in if condition and lambda expressions
(QTCREATORBUG-7243) (QTCREATORBUG-7243)
* Added persistent trie to store imports
* Made sure default kit for new Qt Quick 2 UI project is Qt 5 based * Made sure default kit for new Qt Quick 2 UI project is Qt 5 based
(QTCREATORBUG-8424) (QTCREATORBUG-8424)
* Added detection of import type from main file to invoke QML Viewer when * Added detection of import type from main file to invoke QML Viewer when
previewing QML documents that import Qt Quick 1 (QTCREATORBUG-8358) previewing QML documents that import Qt Quick 1 (QTCREATORBUG-8358)
* Corrected handling of Qt Quick 2 only features
(QTCREATORBUG-8750, QTCREATORBUG-8624, QTCREATORBUG-8584,
QTCREATORBUG-8583, QTCREATORBUG-8429)
* Added import completion in editor
* Improved speed of QML/JS Editor for large files (QTCREATORBUG-8673)
* Made contextual help more robust (QTCREATORBUG-3169)
* Improved initial kit selection (QTCREATORBUG-8424)
* Added detection of import type from main file (QTCREATORBUG-8358)
* Hid properties starting with "__" in auto-completion
* Changed paser to enforce strict mode for javascript within a QML file
GLSL Support GLSL Support
...@@ -212,9 +221,12 @@ WelcomePage: ...@@ -212,9 +221,12 @@ WelcomePage:
Platform Specific Platform Specific
Mac Mac
* Replaced xterm with Terminal.app as default terminal (QTCREATORBUG-6371)
Linux Linux
* Added crash handler providing a backtrace for debug builds * Added crash handler providing a backtrace for debug builds
* Added support for terminal emulators that share a unique process
(QTCREATORBUG-1633)
Windows Windows
* Improved UI to handle x64 and amd64 etc toolchains * Improved UI to handle x64 and amd64 etc toolchains
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment