From 3dbcff61e850cd9d4b98719a0594847d6ea2008f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 25 Sep 2010 13:07:05 -0400 Subject: [PATCH] Slightly better option type tag formatting. --- common/locale/en-US/options.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 79d5fc3a..be99fb43 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -29,16 +29,26 @@
boolean
Can only be on or off
number
A numeric value
string
A string value
-
charlist
A string containing a discrete set of distinct characters
+ +
+
charlist
+
A string containing a discrete set of distinct characters
+ +
stringlist
-
+
A comma-separated list of strings. Any comma appearing within single or double quotes, or prefixed with a \, will not be treated as an item separator.
-
stringmap
A comma-separated list of key-value pairs, e.g., key:val,foo:bar
+ +
+
stringmap
+
A comma-separated list of key-value pairs, e.g., key:val,foo:bar
+ +
regexlist
-
+
A comma-separated list of regular expressions. Expressions may be prefixed with a !, in which case the match will be negated. A literal ! at the begining of the expression may be matched with @@ -46,8 +56,10 @@ used. Any comma appearing within single or double quotes, or prefixed with a \, will not be treated as an item separator.
+ +
regexmap
-
+
A combination of a stringmap and a regexlist. Each key in the key:value pair is a regexp. If the regexp begins with a !, the sense of the match is negated, such that a non-matching