Modifying an abbreviation, Removing an abbreviation – Zilog ZUSBOPTS User Manual
Page 153

UM017105-0511
Using the Editor
Zilog Developer Studio II – ZNEO™
User Manual
125
–
To indent a block of code, precede the code block with the two-character string
\t
.
–
To add a blank line, enter the two-character string
\n
.
–
To place the text caret, use the pipe (|) character, which helps you to continue typ-
ing within the expanded text. To include a literal pipe character, enter two pipe
characters (||). If no pipe character is added, the text caret is moved to the end of
the expanded text.
5. Click the
Add
button to add the new abbreviation and expansion pair.
6. Click the
Close
button to close the dialog.
Modifying an Abbreviation
To modify the expansion of an abbreviation, perform the following steps:
1. Select
Manage Abbreviations
from the
Edit
menu to display the
Abbreviations
dia-
log box.
2. Perform either of the following two actions:
–
Enter the abbreviation name in the
Abbreviation
combo box
–
Click the
Abbreviation
combo box down arrow and select the appropriate abbre-
viation from the pop-up list. The
Expansion
box displays the expansion of the
selected abbreviation.
3. Modify the expansion by performing either of the following actions:
–
To indent a block of code, precede the code block with the two-character string
\t
.
–
To add a blank line, enter the two-character string
\n
.
To place the text caret, use the pipe (|) character, which helps you to continue typing
within the expanded text string. To include a literal pipe character enter two pipe char-
acters. If no pipe character is added, the text caret is moved to the end of the expanded
text.
4. Click the
Save
button.
5. Click the
Close
button to close the dialog.
The abbreviation name cannot be modified.
Removing an Abbreviation
To remove an abbreviation and expansion pair, perform the following steps:
Note: