|
op.fullCollapse works regardless of where the cursor is when it is invoked.
After the execution of op.fullCollapse, the cursor is left on the top summit.
You will notice that the display does not update in steps as you have sometimes seen with multiple-step outline rearrangement. This is because the Frontier script that carries out op.fullCollapse uses op.getDisplay and op.setDisplay to "freeze" the
screen while all of the reorganization takes place.
|