I have a very irritating issue regarding state machine diagram DRAWING. Is there a way to easily move states into other regions and vice versa - move them outside the region?
Consider the case:
ยง
State A contains StateX. StateB has no region.
I want to move StateX from StateA to StateB. How do I do that?
In a real world case instead of StateX I have a complex structure, which I am forced to draw COMPLETELY from scratch in case I want to perform a slight structural change.
This is how you can do it (it is more like a workaround)
* add a region to StateB with the tool from the palette
* rightclick on stateX and click "hide selected element"
* drag and drop stateX from the region of stateA into the region of stateB in the model explorer
* drag and drop stateX from the model explorer into stateB in the diagram