intellij-qml
intellij-qml copied to clipboard
underscore breaks parsing
The following signalhandling breaks the plugin because of the underscore.
onClicked: bridge.button_clicked(index+1)
This line works:
onClicked: bridge.buttonclicked(index+1)
_ break parsing also outside of javascript, eg id: my_id
breaks parsing