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

underscore breaks parsing

Open janwing opened this issue 4 years ago • 1 comments

The following signalhandling breaks the plugin because of the underscore. onClicked: bridge.button_clicked(index+1) This line works: onClicked: bridge.buttonclicked(index+1)

janwing avatar Apr 07 '20 11:04 janwing

_ break parsing also outside of javascript, eg id: my_id breaks parsing

Sayanel01 avatar Jul 01 '21 09:07 Sayanel01