All Tab key presses are converted into space characters, regardless of the setting defined by the Text Editor preference Insert spaces for tabs. The number of spaces inserted corresponds to the Text Editor preference Displayed tab width. If there is a tab character in a file, it is displayed as a single space, regardless of the Displayed tab width preference.
Custom tab stops can be defined in the Editor preference page for the PL/I editor. The default tab settings for the PL/I Editor tabs are columns 8, 12, 17 and every 4 characters after column 17.
Hyperlink detectors, as defined by the Text Editor preferences, allow web or jazz URLs to appear as hyperlinks when you hold down the Ctrl key.
If PL/I Annotations and Tools are enabled, hovering the cursor over a field or paragraph name in the PL/I Editor and holding down the Ctrl key turns the text into a hyperlink. Clicking on the hyperlink opens the declaration in an editor.
To collapse
a PL/I program division, click
. To expand
a collapsed division, click
. You can
preview a collapsed division by hovering the cursor over the expand
icon.
If editor tools are enabled, hovering the cursor over a record, paragraph, or section causes the PL/I hover information to display the structure over the highlighted element. You can press F2 to display information for the selected structure. The hover information will contain real-time syntax warnings if any exist. You can also obtain hover information within a displayed hover information window for INCLUDE statements.
Hovering the cursor over the hover information, opens a toolbar at the bottom of the hover window. The toolbar provides for navigating the hover information and open the structure for editing. The toolbar can also contains Open Declaration and Open Perform Hierarchy buttons. The Open Perform Hierarchy button is enabled only when the element is a paragraph or section language element. If the record has a warning or error annotation associated with it, the annotation text is displayed in the hover information.
If the Show range indicator preference is enabled, when the cursor is place on a line of code, the range of the code structure is indicated by a vertical ruler on the left side of the editor. The Show range indicator preference is part of the General preferences for editors.
If editor tools are enabled, suggested changes are provided to resolve a warning or error annotation in the editor.