Figure 84. auto completion, Data structure member list box – Zilog ZUSBOPTS User Manual
Page 140

Using the Editor
UM017105-0511
112
Zilog Developer Studio II – ZNEO™
User Manual
Typing one or two characters is typically enough for the editor to show the autocompletion
list; simply enter more characters to refine your choices. Typing within commented lines
or in a string does not launch the autocompletion list box.
Use your arrow keys to scroll through the list; press the
Tab
or
Enter
key to insert a cur-
rently-selected item into your document, or press the
Esc
key to cancel a pop-up list.
Press
Ctrl+Enter
to open the autocompletion list anytime, provided that the text caret is
positioned anywhere on a word or at the end of a word.
Data Structure Member List box
The C data structure construct members,
struct
and
union
, are listed upon entering “.”
or “→” after a variable or pointer of either type. With your keyboard, enter a few charac-
ters of the member to refine the choices and select the relevant one.
Upon typing the period character “.” following the structure variable name, the editor
shows the autocompletion list of all of the members of that structure. See the code snap-
shot in Figure 85.
Figure 84. Auto Completion