intellij-qml icon indicating copy to clipboard operation
intellij-qml copied to clipboard

property of Binding is recognized incorrectly

Open machinekoder opened this issue 6 years ago • 0 comments

Example:

Binding {
    target: otherComponent
    property: "width"
    value: whatever.random
}

The plugin chokes on property. property is not only keyword in QML, but also can be a property name.

machinekoder avatar Jun 16 '18 09:06 machinekoder