loading
 
Move if-statements more easily.
Spencer from United States  [1 posts]
10 year
I've found it very difficult to move if and endif statements around. If you accidentally move an endif statement above its if statement, it will break the the structure of your entire program, and you'll notice text gets cut off. If you didn't save before this point, you can't go back. Also, when you have nested if statements, you can't move the inner nested if statement out of the outer one, or it will also break your program. Please fix this!
Steven Gentner from United States  [1446 posts] 10 year
Spencer,

Thanks for the note. We did find an issue when you drag the modules so I'll assume that was the issue that you noticed. The yellow up/down buttons appeared to be better behaved.

Regardless, an update has been made to allow you to drag things around and keep things in sync.

Note that the result is a little strange in that you can drag the If part to move statements in an out of nesting but moving the endif is not as flexible since its not obvious which endif attaches to a start if. So the main dragging should be done on the If part.

See if the newer version works better for you.

Thanks!
STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index