Hi all, REALbasic 2007r2 for Mac OS X Mac OS X 10.4.9
<quote from Dana post in the Forum> * Code Folding: REALbasic now supports collapsing and expanding blocks of code in the code editor. This makes code easier to debug and maintain. </quote from Dana post in the Forum> Place some If Then .../... Else .../... End If and populate them with code. Click in the [] to collapse the code: a. you have to do it once for the If line, b. you have to do it a second time for the Else line. So far, so good. Question: --------- How do you know if there is code or no code in the collapsed code ? Now, you want to debug your code becode something wrong happens. You add one (or more, I checked only one) Breakpoint and saw with horror that all your If / Else are no more collapsed (all are expanded). After some seconds of extreme fear, you realize that it is a good idea: you can follow the code running (when you will be in the debugger) and you hope that when you remove the Breakpoint, the If / Else will be collapsed again (back, return to their previous state, whatever). Question: --------- How can we collapse all the If block contents ? [So only the If line appears] Last Question: -------------- Why don’t we have a mechanism to Collapse / Expand the whole block (so only the If line is displayed instead of three lines [If... Else ... End If]) ? Why don’t we have a Collapse All / Expand All ? [on the current method] Depending on your input, I will issue as many bug report / feature request as needed. E. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
