HS2339EPI61H-U Renesas Electronics America, HS2339EPI61H-U Datasheet - Page 99

no-image

HS2339EPI61H-U

Manufacturer Part Number
HS2339EPI61H-U
Description
EMULATOR BASE UNIT H8S/2339 FAM
Manufacturer
Renesas Electronics America
Type
Microcontrollerr
Datasheet

Specifications of HS2339EPI61H-U

Contents
E6000 Emulator and CD-ROM
For Use With/related Products
H8S/2339
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
4.8.3
When you press return in a standard editor the insertion cursor will move to the next line down, at the first
column (i.e. against the left hand side of a window). Auto Indentation is a feature which, when return is pressed,
places the insertion cursor on the next line (as before) but under the first non-white space character of the
previous line. This enables you to type neat C/C++ or assembler code faster as you don’t have to type leading
spaces or tabs yourself.
Figure 4.8 illustrates two examples. The first (i) shows the effect of pressing return when the auto indentation
feature is disabled - the insertion cursor returns to the left-hand side of the window on the next line. When the
line “int z=20” is typed, it is not aligned with the previous two lines. The second example (ii) shows the effect of
pressing return when auto indentation is enabled - the insertion cursor drops underneath the “i” of the previous
line. Now, when the line “int z=20” is typed, it is automatically aligned (i.e. automatically indented).
To enable/disable Auto Indentation:
1. Select [Tools->Options...]. The “Options” dialog will be displayed. Select the “Editor” tab (figure 4.7).
2. Set the “Enable auto indentation” check box accordingly.
3. Click “OK” for the setting of the auto indentation check box to take effect.
Auto Indentation
i) Auto Indentation Disabled
void myfunction(void)
{
int z=20;
int x=5;
int y=10;
Figure 4.8: Effect of Auto Indentation
ii) Auto Indentation Enabled
void myfunction(void)
{
int x=5;
int y=10;
int z=20;
73

Related parts for HS2339EPI61H-U