"Fossies" - the Fresh Open Source Software Archive 
Member "regexxer-0.10/ui/org.regexxer.gschema.xml.in" (6 Oct 2011, 4025 Bytes) of package /linux/privat/old/regexxer-0.10.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <schemalist>
2 <flags id="draw-space-flags">
3 <value nick="space" value="1"/>
4 <value nick="tab" value="2"/>
5 <value nick="new-line" value="4"/>
6 <value nick="nbsp" value="8"/>
7 </flags>
8
9 <schema id="org.regexxer" path="/apps/regexxer/">
10 <key name="files-patterns" type="as">
11 <default>['*.[ch]','*.{c,cc,cpp,cxx,c++,C,h,hh,hpp,hxx,h++}','*.{ccg,hg}','*.idl','*.{java,jsp}','*.{pl,pm,cgi}','*.py','*.php[0-9]?','*.{html,htm,shtml,js,wml}','*.{xml,xsl,css,dtd,xsd}']</default>
12 <_summary>File Patterns</_summary>
13 <_description>List of pre-defined patterns available in the 'Pattern' entry.</_description>
14 </key>
15
16 <key name="regex-patterns" type="as">
17 <default>[]</default>
18 <_summary>Regex Patterns</_summary>
19 <_description>List of last patterns used in the 'Regex' entry.</_description>
20 </key>
21
22 <key name="substitution-patterns" type="as">
23 <default>[]</default>
24 <_summary>Regex Patterns</_summary>
25 <_description>List of last patterns used in the 'Substitution' entry.</_description>
26 </key>
27
28 <key name="textview-font" type="s">
29 <default>'Monospace 10'</default>
30 <_summary>Text view font</_summary>
31 <_description>The font used in the file editor.</_description>
32 </key>
33
34 <key name="match-color" type="s">
35 <default>'#9DB8D2'</default>
36 <_summary>Match color</_summary>
37 <_description>The background color used to highlight matches of the search expression.</_description>
38 </key>
39
40 <key name="current-match-color" type="s">
41 <default>'#EED680'</default>
42 <_summary>Current-match color</_summary>
43 <_description>The background color used to highlight the currently selected match of the search expression.</_description>
44 </key>
45
46 <key name="fallback-encoding" type="s">
47 <default>'ISO-8859-15'</default>
48 <_summary>Fallback encoding</_summary>
49 <_description>Name of the character encoding to use if a file is not readable in either UTF-8 or the codeset specified by the current locale. Try "iconv --list" for a complete list of possible values.</_description>
50 </key>
51
52 <key name="window-width" type="i">
53 <default>800</default>
54 <_summary>window width</_summary>
55 <_description>The width of the window.</_description>
56 </key>
57
58 <key name="window-height" type="i">
59 <default>600</default>
60 <_summary>window height</_summary>
61 <_description>The height of the window.</_description>
62 </key>
63
64 <key name="window-position-x" type="i">
65 <default>10</default>
66 <_summary>window x position</_summary>
67 <_description>The X coordinate of the window.</_description>
68 </key>
69
70 <key name="window-position-y" type="i">
71 <default>10</default>
72 <_summary>window y position</_summary>
73 <_description>The Y coordinate of the window.</_description>
74 </key>
75
76 <key name="window-maximized" type="b">
77 <default>false</default>
78 <_summary>window maximization</_summary>
79 <_description>Whether the window is maximized.</_description>
80 </key>
81
82 <key name="show-line-numbers" type="b">
83 <default>true</default>
84 <_summary>Show line numbers</_summary>
85 <_description>Whether to show the line numbers of the text view.</_description>
86 </key>
87
88 <key name="highlight-current-line" type="b">
89 <default>true</default>
90 <_summary>Highlight the current line</_summary>
91 <_description>Whether to highlight the current line of the text view.</_description>
92 </key>
93
94 <key name="auto-indentation" type="b">
95 <default>true</default>
96 <_summary>Auto indentation</_summary>
97 <_description>Whether to enable auto indentation in the text view.</_description>
98 </key>
99
100 <key name="draw-space" flags="draw-space-flags">
101 <default>["space","tab"]</default>
102 <_summary>Draw spaces</_summary>
103 <_description>Which type of space to draw in the text view.</_description>
104 </key>
105 </schema>
106 </schemalist>