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*.

_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to