Difference between revisions of "Lpex Show Block Nesting"
From MidrangeWiki
Starbuck5250 (talk | contribs) (new page) |
Starbuck5250 (talk | contribs) (I edited the wrong page) |
||
Line 1: | Line 1: | ||
− | + | Display an arrow indicating the nesting level at the cursor location. | |
==Use== | ==Use== | ||
− | + | Ctrl+Shift+O, or from the Source menu in the pop-up menu. | |
==Example== | ==Example== | ||
− | + | [[File:rsetrans21.gif]] | |
==Restrictions== | ==Restrictions== | ||
+ | * The source must compile. Lpex can't properly draw mismatched IF/END lines. | ||
+ | * The cursor must be on the start or end of a block. Examples are IF, WHEN, DO, END, etc. | ||
+ | * You must not have any source selected. | ||
==See also== | ==See also== | ||
* [[WDSC shortcuts]] | * [[WDSC shortcuts]] | ||
* [[WDSC LPEX]] | * [[WDSC LPEX]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Categories== | ==Categories== | ||
[[Category:WDSC|Shortcuts]] | [[Category:WDSC|Shortcuts]] | ||
[[Category:Quick Reference]] | [[Category:Quick Reference]] |
Latest revision as of 20:03, 8 July 2013
Display an arrow indicating the nesting level at the cursor location.
Contents
Use
Ctrl+Shift+O, or from the Source menu in the pop-up menu.
Example
Restrictions
- The source must compile. Lpex can't properly draw mismatched IF/END lines.
- The cursor must be on the start or end of a block. Examples are IF, WHEN, DO, END, etc.
- You must not have any source selected.