Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.3.0-beta1, Qt Creator 4.5.0-rc1
-
59e2774d0d5b4746902e26949c68cf0a63ce81a4 (qt-creator/qt-creator/master)
Description
Steps to reproduce:
- create Qt Quick Application from template (make sure you have ui.qml file)
- on the 'Projects' navigation tree trigger 'Open With' -> 'QMLJS Editor' on the node with the MainForm.ui.qml
Current result:
- QC opens the file inside Quick Designer
- you have to switch back to Edit mode to manually edit this file (or use the now embedded editor inside the Designer)
Expected result:
- QC should open the file inside QmlJS Editor..