1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 22:54:12 +01:00

The Find Bar extension is available at your nearest retailer.

Now compatible with Firefox 2.0b1 - 3.1b3pre
Reference: revision 6480:000f8fa25c83
This commit is contained in:
Štěpán Němec
2011-10-03 22:43:14 +02:00
parent ed6f37b2fb
commit 24c4acbd38
2 changed files with 1 additions and 16 deletions

View File

@@ -49,7 +49,7 @@
<p>
The following escape sequences can be used to modify the
behavior of the find. When flags conflict, the last to
behavior of the search. When flags conflict, the last to
appear is the one that takes effect.
</p>
@@ -58,13 +58,6 @@
<dt>\C</dt> <dd>Perform case sensitive find (default if <o>findcase</o>=<str>match</str>).</dd>
<dt>\l</dt> <dd>Search only in links, as defined by <o>hinttags</o>.</dd>
<dt>\L</dt> <dd>Search the entire page.</dd>
</dl>
<p>
Additionally, if the /Find Bar/ extension is installed, the
following flags may be used,
</p>
<dl dt="width: 6em;">
<dt>\r</dt> <dd>Process the entire pattern as a regular expression.</dd>
<dt>\R</dt> <dd>Process the entire pattern as an ordinary string.</dd>
</dl>