1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 17:42:26 +01:00

Fix some missorted options in options.xml.

This commit is contained in:
Štěpán Němec
2011-11-14 13:46:28 +01:00
parent 61472845d7
commit 820cd97295

View File

@@ -544,6 +544,28 @@
</description>
</item>
<item>
<tags>'ds' 'defsearch'</tags>
<spec>'defsearch' 'ds'</spec>
<type>&option.defsearch.type;</type>
<default>&option.defsearch.default;</default>
<description>
<p>
Sets the default search engine. The default search engine is
used by <ex>:open</ex> and related commands for arguments which
include no search or bookmark keywords and can't otherwise be
converted into URLs or existing file names.
</p>
<p>
This means that with <o>defsearch</o> set to <str>youtube</str>,
<ex>:open Tim Minchin</ex> behaves exactly as
<ex>:open youtube Tim Minchin</ex>, so long as you don't have a
search or bookmark keyword called Tim.
</p>
</description>
</item>
<item>
<tags>'dls' 'dlsort' 'downloadsort'</tags>
<spec>'downloadsort' 'dlsort' 'dls'</spec>
@@ -571,29 +593,6 @@
</description>
</item>
<item>
<tags>'ds' 'defsearch'</tags>
<spec>'defsearch' 'ds'</spec>
<type>&option.defsearch.type;</type>
<default>&option.defsearch.default;</default>
<description>
<p>
Sets the default search engine. The default search engine is
used by <ex>:open</ex> and related commands for arguments which
include no search or bookmark keywords and can't otherwise be
converted into URLs or existing file names.
</p>
<p>
This means that with <o>defsearch</o> set to <str>youtube</str>,
<ex>:open Tim Minchin</ex> behaves exactly as
<ex>:open youtube Tim Minchin</ex>, so long as you don't have a
search or bookmark keyword called Tim.
</p>
</description>
</item>
<item>
<tags>'editor'</tags>
<spec>'editor'</spec>
@@ -1391,38 +1390,6 @@
</description>
</item>
<item>
<tags>'scs' 'scrollsteps'</tags>
<spec>'scrollsteps' 'scs'</spec>
<type>&option.scrollsteps.type;</type>
<default>&option.scrollsteps.default;</default>
<description>
<p>
The number of steps in which to smooth scroll to a new position. If
set to 1, smooth scrolling is not used.
</p>
</description>
</item>
<item>
<tags>'sct' 'scrolltime'</tags>
<spec>'scrolltime' 'sct'</spec>
<type>&option.scrolltime.type;</type>
<default>&option.scrolltime.default;</default>
<description>
<p>The time, in milliseconds, in which to smooth scroll to a new position.</p>
</description>
</item>
<item>
<tags>'spl' 'spelllang'</tags>
<spec>'spelllang' 'spl'</spec>
<type>&option.spelllang.type;</type>
<default>&option.spelllang.default;</default>
<description short="true">
<p>The language used by the spell checker.</p>
</description>
</item>
<item>
<tags>'ss' 'sanitizeshutdown'</tags>
<spec>'sanitizeshutdown' 'ss'</spec>
@@ -1473,6 +1440,29 @@
</description>
</item>
<item>
<tags>'scs' 'scrollsteps'</tags>
<spec>'scrollsteps' 'scs'</spec>
<type>&option.scrollsteps.type;</type>
<default>&option.scrollsteps.default;</default>
<description>
<p>
The number of steps in which to smooth scroll to a new position. If
set to 1, smooth scrolling is not used.
</p>
</description>
</item>
<item>
<tags>'sct' 'scrolltime'</tags>
<spec>'scrolltime' 'sct'</spec>
<type>&option.scrolltime.type;</type>
<default>&option.scrolltime.default;</default>
<description>
<p>The time, in milliseconds, in which to smooth scroll to a new position.</p>
</description>
</item>
<item>
<tags>'sh' 'shell'</tags>
<spec>'shell' 'sh'</spec>
@@ -1547,6 +1537,16 @@
</description>
</item>
<item>
<tags>'spl' 'spelllang'</tags>
<spec>'spelllang' 'spl'</spec>
<type>&option.spelllang.type;</type>
<default>&option.spelllang.default;</default>
<description short="true">
<p>The language used by the spell checker.</p>
</description>
</item>
<item>
<tags>'sf' 'strictfocus'</tags>
<spec>'strictfocus' 'sf'</spec>