Ignorecase, Ignoremmtparams, Ignoretags – Adobe Extending Dreamweaver CS4 User Manual
Page 59: Islocked

53
EXTENDING DREAMWEAVER CS4
Customizing Code view
<ignoreCase>
Description
Specifies whether case should be ignored when comparing tokens to keywords. Values are
Yes
or
No
. The default is
Yes
.
Attributes
None.
Example
<ignoreCase>Yes</ignoreCase>
<ignoreMMTParams>
Description
Specifies whether the
MMTInstance:Param
,
<!-- InstanceParam
, or <!--
#InstanceParam
tag should be colored
specially. Values are
Yes
and
No
;the default is
Yes
. This handles proper coloring in pages that use templates.
Attributes
None.
Example
<ignoreMMTParams>No</ignoreMMTParams>
<ignoreTags>
Description
Specifies whether markup tags should be ignored. Values are
Yes
and
No
;the default is
Yes
. Set to
No
when syntax is
for tag markup language that is delimited by
<
and
>
. Set to
Yes
when syntax is for a programming language.
Attributes
None.
Example
<ignoreTags>No</ignoreTags>
<isLocked>
Description
Specifies whether the text that is matched by this scheme is locked from being edited in the Code view. Values are
Yes
and
No
. Default is
No
.
Attributes
None.
Example
<isLocked>Yes</isLocked>