I have a large sequence chart diagramming logic in a shell script. We have added a function that will fall in the middle of the logic flow. So I want to move 2 functions apart in the logic so that I can insert the new function in between them. I tried grabbing half the chart and sliding it over but as soon as I create the box around what I want it jump over and grabs everything.
Any ideas how I can create space in the center of a sequence chart?
Jim