Add 方法 (HighlightList 集合)¶
添加一个项目。 sName 指定要添加的项目的名称。 nColor 指定被高亮的字符串的颜色。 bWord 与配置属性中 高亮(1) 页面 上的 全词匹配时高亮 复选框相对应。 bRightAll 与配置属性中 高亮(1) 页面 上的 高亮到选定单词右侧 复选框相对应。 bCase 与配置属性中 高亮(1) 页面 上的 区分大小写 复选框相对应。 bInsideTag 与配置属性中 高亮(1) 页面 上的 仅在标记内 复选框相对应。 bRegExp 与配置属性中 高亮(1) 页面 上的 正则表达式 复选框相对应。 支持 EmEditor 7.00 或之后的版本。¶
[JavaScript]¶
list.Add( sName, nColor, bWord, bRightSide, bRightAll, bCase, bInsideTag, bRegExp );
[VBScript]¶
list.Add sName, nColor, bWord, bRightSide, bRightAll, bCase, bInsideTag, bRegExp
参数¶
版本¶