|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <schemalist> |
3 | | - <enum id="io.elementary.code.window-states"> |
| 3 | + <enum id="com.github.jeremypw.code-testing.window-states"> |
4 | 4 | <value nick="Normal" value="0" /> |
5 | 5 | <value nick="Maximized" value="1" /> |
6 | 6 | <value nick="Fullscreen" value="2" /> |
7 | 7 | </enum> |
8 | | - <enum id="io.elementary.code.draw-spaces-states"> |
| 8 | + <enum id="com.github.jeremypw.code-testing.draw-spaces-states"> |
9 | 9 | <value nick="Never" value="0" /> |
10 | 10 | <value nick="For Selection" value="1" /> |
11 | 11 | <value nick="Always" value="2" /> |
12 | 12 | <value nick="Current" value="4" /> |
13 | 13 | </enum> |
14 | | - <enum id="io.elementary.code.case-sensitive-mode"> |
| 14 | + <enum id="com.github.jeremypw.code-testing.case-sensitive-mode"> |
15 | 15 | <value nick="never" value="0" /> |
16 | 16 | <value nick="mixed" value="1" /> |
17 | 17 | <value nick="always" value="2" /> |
18 | 18 | </enum> |
19 | 19 |
|
20 | | - <schema path="/io/elementary/code/saved-state/" id="io.elementary.code.saved-state" gettext-domain="io.elementary.code"> |
21 | | - <key name="window-state" enum="io.elementary.code.window-states"> |
| 20 | + <schema path="/com/github/jeremypw/code-testing/saved-state/" id="com.github.jeremypw.code-testing.saved-state" gettext-domain="com.github.jeremypw.code-testing"> |
| 21 | + <key name="window-state" enum="com.github.jeremypw.code-testing.window-states"> |
22 | 22 | <default>"Normal"</default> |
23 | 23 | <summary>The saved state of the window.</summary> |
24 | 24 | <description>The saved state of the window.</description> |
|
65 | 65 | </key> |
66 | 66 | </schema> |
67 | 67 |
|
68 | | - <schema path="/io/elementary/code/settings/" id="io.elementary.code.settings" gettext-domain="io.elementary.code"> |
| 68 | + <schema path="/com/github/jeremypw/code-testing/settings/" id="com.github.jeremypw.code-testing.settings" gettext-domain="com.github.jeremypw.code-testing"> |
69 | 69 | <key type="as" name="plugins-enabled"> |
70 | 70 | <default>['brackets-completion', 'detect-indent', 'editorconfig']</default> |
71 | 71 | <summary>Enabled Plugins</summary> |
|
106 | 106 | <summary>Highlight Matching Brackets</summary> |
107 | 107 | <description>Whether Code should highlight matching brackets.</description> |
108 | 108 | </key> |
109 | | - <key name="draw-spaces" enum="io.elementary.code.draw-spaces-states"> |
| 109 | + <key name="draw-spaces" enum="com.github.jeremypw.code-testing.draw-spaces-states"> |
110 | 110 | <default>"For Selection"</default> |
111 | 111 | <summary>Draw spaces and tabs with symbols</summary> |
112 | 112 | <description>Draw spaces and tabs with symbols. "Never" is deprecated and not exposed in the UI.</description> |
|
187 | 187 | <summary>Whether search term is a regex expression</summary> |
188 | 188 | <description>Whether the search should use the search term as a regex expression for matching.</description> |
189 | 189 | </key> |
190 | | - <key name="case-sensitive-search" enum="io.elementary.code.case-sensitive-mode"> |
| 190 | + <key name="case-sensitive-search" enum="com.github.jeremypw.code-testing.case-sensitive-mode"> |
191 | 191 | <default>'mixed'</default> |
192 | 192 | <summary>When text search is case sensitive</summary> |
193 | 193 | <description>Whether the text search is case sensitive never, always or only when search term is mixed case</description> |
|
199 | 199 | </key> |
200 | 200 | </schema> |
201 | 201 |
|
202 | | - <schema path="/io/elementary/code/services/" id="io.elementary.code.services" gettext-domain="io.elementary.code"> |
| 202 | + <schema path="/com/github/jeremypw/code-testing/services/" id="com.github.jeremypw.code-testing.services" gettext-domain="com.github.jeremypw.code-testing"> |
203 | 203 | <key name="paste-format-code" type="s"> |
204 | 204 | <default>'None'</default> |
205 | 205 | <summary>Default PasteBin text highlight</summary> |
|
217 | 217 | </key> |
218 | 218 | </schema> |
219 | 219 |
|
220 | | - <schema path="/io/elementary/code/folder-manager/" id="io.elementary.code.folder-manager"> |
| 220 | + <schema path="/com/github/jeremypw/code-testing/folder-manager/" id="com.github.jeremypw.code-testing.folder-manager"> |
221 | 221 | <key name="opened-folders" type="as"> |
222 | 222 | <default>[]</default> |
223 | 223 | <summary>Opened folders.</summary> |
|
0 commit comments