Справочник Пользователя для Slick EDIT V3.3

Скачать
Страница из 568
Value of style
Description
dqbackslashml
Color double-quoted strings. If a double-quoted
string ends in a backslash, it continues the string to
the next line (like C).
dqmultiline
Color double-quoted strings. String may span mul-
tiple lines.
dqdoubles
Color double-quoted strings. Two double quotes
represent one double quote.
dqterminate
Do not color-code a double-quoted string until the
string is terminated. This style does not support
dqmultiline or dqbackslashml.
dqlen1
Color double-quoted strings. Double-quoted strings
contain exactly one character.
sqbackslash
Color single-quoted strings. Characters following a
backslash in a single-quoted string are included in
the string (like C).
sqbackslashml
Color single-quoted strings. If a double-quoted
string ends in a backslash, it continues the string to
the next line.
sqmultiline
Color single-quoted strings. String may span mul-
tiple lines.
sqdoubles
Color single-quoted strings. Two consecutive single
quotes represent one single quote (like Pascal).
sqterminate
Do not color-code a single-quoted string until the
string is terminated. This style does not support
sqmultiline or sqbackslashml.
sqlen1
Single-quoted strings contain exactly one character
(like Ada).
amphhex
Hexadecimal numbers are of the form &Hdddd (like
BASIC).
ampooct
Octal numbers are of the form &Odddd (like BA-
SIC).
hexh
Hexadecimal numbers are of the form dddd(like
Creating a Lexer Name and a
New VLX File
495