1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-23 11:53:31 +01:00

Replace 'ignorecase' and 'smartcase' with 'searchcase'.

This commit is contained in:
Kris Maglione
2010-12-04 17:21:15 -05:00
parent a26b410daa
commit 23fba45b28
7 changed files with 34 additions and 42 deletions

View File

@@ -869,17 +869,6 @@
</description>
</item>
<item>
<tags>'noic' 'noignorecase'</tags>
<tags>'ic' 'ignorecase'</tags>
<spec>'ignorecase' 'ic'</spec>
<type>boolean</type>
<default>on</default>
<description>
<p>Ignore case in search patterns.</p>
</description>
</item>
<item>
<tags>'nois' 'noincsearch'</tags>
<tags>'is' 'incsearch'</tags>
@@ -1282,6 +1271,22 @@
</description>
</item>
<item>
<tags>'sc' 'searchcase'</tags>
<spec>'searchcase'</spec>
<type>string</type>
<default>smart</default>
<description>
<p>Search case matching mode.</p>
<dl>
<dt>ignore</dt> <dd>Case is never significant</dd>
<dt>match</dt> <dd>Case is always significant</dd>
<dt>smart</dt> <dd>Case is significant when capital letters are typed</dd>
</dl>
</description>
</item>
<item>
<tags>'shell' 'sh'</tags>
<spec>'shell' 'sh'</spec>
@@ -1354,21 +1359,6 @@
</description>
</item>
<item>
<tags>'noscs' 'nosmartcase'</tags>
<tags>'scs' 'smartcase'</tags>
<spec>'smartcase' 'scs'</spec>
<type>boolean</type>
<default>on</default>
<description>
<p>
Override the <o>ignorecase</o> option if the pattern contains
uppercase characters. This is only used if the <o>ignorecase</o>
option is set.
</p>
</description>
</item>
<item>
<tags>'nosf' 'nostrictfocus'</tags>
<tags>'sf' 'strictfocus'</tags>