summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/UI.xcs
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-07-05 12:26:20 +0000
committerOliver Specht <os@openoffice.org>2002-07-05 12:26:20 +0000
commit44007610f336771b5336288187ac394326073334 (patch)
treebd78c85c07a0c34d0f9d2c4604f12ade789867ee /officecfg/registry/schema/org/openoffice/Office/UI.xcs
parente7c32bf253a2b2900259937c505b3bdab4ea5482 (diff)
#99517# color for errors in BASIC syntax highlighting added
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/UI.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI.xcs30
1 files changed, 28 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
index 801376b994f7..348870c88d13 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: UI.xcs,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2002-06-04 08:46:51 $
+ * last change: $Author: os $ $Date: 2002-07-05 13:24:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -272,31 +272,57 @@
<group oor:name="BASICIdentifier">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
+ <info>
+ <desc xml:lang="en-US">Determines the color of identifiers shown in BASIC source code.</desc>
+ </info>
</prop>
</group>
<group oor:name="BASICComment">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
+ <info>
+ <desc xml:lang="en-US">Determines the color of comments shown in BASIC source code.</desc>
+ </info>
</prop>
</group>
<group oor:name="BASICNumber">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
+ <info>
+ <desc xml:lang="en-US">Determines the color of numeric values shown in BASIC source code.</desc>
+ </info>
</prop>
</group>
<group oor:name="BASICString">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
+ <info>
+ <desc xml:lang="en-US">Determines the color of strings shown in BASIC source code.</desc>
+ </info>
</prop>
</group>
<group oor:name="BASICOperator">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
+ <info>
+ <desc xml:lang="en-US">Determines the color of operators shown in BASIC source code.</desc>
+ </info>
</prop>
</group>
<group oor:name="BASICKeyword">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
+ <info>
+ <desc xml:lang="en-US">Determines the color of keywords shown in BASIC source code.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="BASICError">
+ <prop oor:name="Color" oor:type="xs:int">
+ <value xsi:nil="true"/>
+ <info>
+ <desc xml:lang="en-US">Determines the color of errors shown in BASIC source code.</desc>
+ </info>
</prop>
</group>
</group>