Change-Id: If71742bce09174f96fd14dd1029ec2a74dc23b6f Former-commit-id: b252a62f107c4ea219a9594ce035399d092c9664
64 lines
2.3 KiB
XML
64 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!--
|
|
The file is used to set user preferences for the TextEditor.
|
|
|
|
|
|
History:
|
|
|
|
07/25/2013 Greg Hull DR 15733 Created (and modified) from FontSizeCfg.xml and TextColorsCfg.xml
|
|
07/31/2013 B. Hebbard DR 15733 Changed highlightTextForegroundColor from "0, 0, 0" to "WHITE"
|
|
(per Joshua Huber and Greg Hull)
|
|
03/10/2016 randerso 5411 Added flags to disable comma replacement,
|
|
enable character set validation, and configure
|
|
valid character sets
|
|
|
|
-->
|
|
<textEditorCfg>
|
|
|
|
<defaultNumEditors>4</defaultNumEditors>
|
|
|
|
<maxNumEditors>8</maxNumEditors>
|
|
|
|
<replaceCommasWithEllipses>true</replaceCommasWithEllipses>
|
|
|
|
<validateCharacterSet>false</validateCharacterSet>
|
|
|
|
<mixedCaseValidCharacters> !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~</mixedCaseValidCharacters>
|
|
|
|
<upperCaseValidCharacters> $%&*+-./0123456789>ABCDEFGHIJKLMNOPQRSTUVWXYZ_</upperCaseValidCharacters>
|
|
|
|
<!-- The format can be either the name of a color or RGB values
|
|
-->
|
|
<textForegroundColor>BLACK</textForegroundColor>
|
|
<textBackgroundColor>WHITE</textBackgroundColor>
|
|
<highlightTextForegroundColor>WHITE</highlightTextForegroundColor>
|
|
<highlightTextBackgroundColor>85, 152, 215</highlightTextBackgroundColor>
|
|
|
|
<!-- The fonts available under the Options menu. Only one should be selected -->
|
|
<fontSizeCfg>
|
|
<SizeButtonCfg>
|
|
<LabelName>Small</LabelName>
|
|
<FontSize>9</FontSize>
|
|
<Selected>false</Selected>
|
|
</SizeButtonCfg>
|
|
<SizeButtonCfg>
|
|
<LabelName>Medium</LabelName>
|
|
<FontSize>11</FontSize>
|
|
<Selected>true</Selected>
|
|
</SizeButtonCfg>
|
|
<SizeButtonCfg>
|
|
<LabelName>Large</LabelName>
|
|
<FontSize>13</FontSize>
|
|
<Selected>false</Selected>
|
|
</SizeButtonCfg>
|
|
<!-- Can add more buttons/fonts like this .....
|
|
<SizeButtonCfg>
|
|
<LabelName>Giant</LabelName>
|
|
<FontSize>20</FontSize>
|
|
<FontName>Helvetica</FontName>
|
|
<Selected>false</Selected>
|
|
</SizeButtonCfg>
|
|
-->
|
|
</fontSizeCfg>
|
|
|
|
</textEditorCfg>
|