Details
-
Bug
-
Status: Closed
-
P2: Important
-
Resolution: Done
-
Qt Creator 4.4.1
-
Windows 8.1, MSVC 2015 - 64bit
-
1b751c2d47a19bf50d4c89a8b786a1b6362d5923 (qt-creator/qt-creator/4.8)
Description
When highlighting a QML based variable and then using Add Expression Evaluator then it only picks the object part. For example, if you have:
root.val
highlighted, then it will only add an expression evaluator for root, and not root.val.