beautypg.com

Figure 95. auto completion – Zilog Z8F0130 User Manual

Page 176

background image

Using the Editor

UM013037-1212

152

Zilog Developer Studio II – Z8 Encore!
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 96.

Figure 95. Auto Completion