Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 1.3.85 (2.0.0-rc1)
-
None
-
fc3628098b3b45626840fc405f8a0f94daaf36fe
Description
When inside a state as per
import Qt 4.7
Rectangle {
width: 400
height: 400
states: State{
<- cursor here
}
}
Autocomplete offers everything, but inside a state it should probably only offer 'changes, extend, name, when and PropertyChanges'