beautypg.com

Figure 98. autocompletion of html tags – Zilog Z8F0130 User Manual

Page 178

background image

Using the Editor

UM013037-1212

154

Zilog Developer Studio II – Z8 Encore!
User Manual

When you type an angle bracket following an

#include

directive, the editor shows a list

of all system include header files.

When you type a double quote following an

#include

directive, the editor shows a list of

all system and user include header files.

Autocompletion of Tags in an HTML file

When you enter a starting tag in an HTML file, the editor automatically adds its end tag
and places the text caret in between them to allow you to enter the content. See the exam-
ple in Figure 98.

To enable or disable autocompletion, perform the following steps:

1. From the

Tools

menu, select

Options

. The

Options

dialog box is displayed.

2. Click the

Editor

tab.

3. Click the

Advanced Editor Options

button. The

Advanced Editor Options

dialog

box is displayed, as shown in Figure 99.

4. Select the

Show Autocompletion List

checkbox to enable the autocompletion. This

option is selected by default.

Figure 98. Autocompletion of HTML Tags