2015-11-12 04:45:00 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
|
2016-01-25 08:13:49 -06:00
|
|
|
<enum id="org.x.editor.plugins.spell.AutocheckType">
|
2015-11-12 04:45:00 -06:00
|
|
|
<value value="0" nick="never"/>
|
|
|
|
<value value="1" nick="document"/>
|
|
|
|
<value value="2" nick="always"/>
|
|
|
|
</enum>
|
2016-01-25 08:13:49 -06:00
|
|
|
<schema path="/org.x.editor/plugins/spell/" id="org.x.editor.plugins.spell">
|
|
|
|
<key name="autocheck-type" enum="org.x.editor.plugins.spell.AutocheckType">
|
2015-11-12 04:45:00 -06:00
|
|
|
<default>'document'</default>
|
|
|
|
<summary>Autocheck Type</summary>
|
|
|
|
</key>
|
|
|
|
</schema>
|
|
|
|
</schemalist>
|