[procbox]

The [procbox] section of the initialization file is created by the Setup Utility which enables you to configure colors in the ProcScript Editor and HTML Source editor.

[procbox]
Setting {=} Color

Settings

If a setting is not specified, the default color is used.

[procbox]

Setting

Description

Default Value

Text

Color to use for text

0,0,0 (Black)

String

Color to use for strings (text within quotation marks)

128,0,128 (Maroon)

Comment

Color of comments (text after semi-colon ;)

0,128,0 (Green)

Register

Color of a register function such as $text or $date

255,0,0 (Red)

Keyword

Color of ProcScript commands and keywords

0,0,255 (Blue)

Type

Color of data type declarations for variables and parameters

255,0,255 (Magenta)

Html

Color of HTML elements, for example in the Source layout editor

0,0,255 (Blue)

HtmlAttribs

Color of HTML attributes

255,0,0 (Red)

XTags

Color of Uniface XHTML tags

128,0,128 (Maroon)

TabSize

Number of characters to indent when inserting a tab space

4