[Qt-creator] Who is responsible for the QML curly brace animation?

Jason H jhihn at gmx.com
Mon May 15 23:56:09 CEST 2017


Given
onPropertyChanged: something()

when I hit Enter at the bar:
onPropertyChanged:{| something()

What I get is a animation that takes me on a bad trip.

What I am left with is:
onPropertyChanged:{

     something()

What should happen is there shouldn't be an extra line inserted, 
onPropertyChanged:{
     something()

is how it should look.

If it does anything at all, adding a curly brace would be nice, to leave me with:
onPropertyChanged:{
     something()
}

Which would be *perfect*.




More information about the Qt-creator mailing list