Difference between revisions of "Lpex Show Block Nesting"

From MidrangeWiki
Jump to: navigation, search
(new page)
(I edited the wrong page)
 
Line 1: Line 1:
Context-sensitive help displays help for the location the cursor is currently located.
+
Display an arrow indicating the nesting level at the cursor location.
  
 
==Use==
 
==Use==
F1
+
Ctrl+Shift+O, or from the Source menu in the pop-up menu.
  
 
==Example==
 
==Example==
  
Position the cursor on a D-specification line, in the Keyword Entries column.  Press F1 and a window pops up with help for RPG D-spec keywords.
+
[[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]]
 
== Installation issues ==
 
For RDi 9.0, several people on the WDSCI-L mailing list reported that the local help was not working.  The log (.metadata\.log) shows:
 
<pre>
 
!ENTRY com.ibm.ut.ic.server 4 0 2013-07-08 10:45:08.453
 
!MESSAGE Jetty plugins are unavailable, could not start local server.
 
</pre>
 
 
The solution is to manually install Jetty as described by [http://www-01.ibm.com/support/docview.wss?uid=swg21641599 IBM Tech Note 1641599].
 
  
 
==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.

Use

Ctrl+Shift+O, or from the Source menu in the pop-up menu.

Example

Rsetrans21.gif

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

Categories