From 24c4acbd388d7b9b14b489b7be9f47e4e7549884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 3 Oct 2011 22:43:14 +0200 Subject: [PATCH] The Find Bar extension is available at your nearest retailer. Now compatible with Firefox 2.0b1 - 3.1b3pre Reference: revision 6480:000f8fa25c83 --- common/locale/en-US/faq.xml | 8 -------- common/locale/en-US/pattern.xml | 9 +-------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/common/locale/en-US/faq.xml b/common/locale/en-US/faq.xml index 2c78e9c6..04314844 100644 --- a/common/locale/en-US/faq.xml +++ b/common/locale/en-US/faq.xml @@ -73,14 +73,6 @@

How can I prevent d on the last tab from closing the window?

:set! browser.tabs.closeWindowWithLastTab=false

-

How can I use regular expressions in the page search?

-

- Regular expression search is possible with the /Find Bar/ - extension installed, in which case it can be toggled with the - \r and \R search flags. See also - :help pattern. -

-

How can I prevent the command line completion list showing until I press ?

You can disable it entirely with or for diff --git a/common/locale/en-US/pattern.xml b/common/locale/en-US/pattern.xml index 779c8872..afda22e7 100644 --- a/common/locale/en-US/pattern.xml +++ b/common/locale/en-US/pattern.xml @@ -49,7 +49,7 @@

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.

@@ -58,13 +58,6 @@
\C
Perform case sensitive find (default if findcase=match).
\l
Search only in links, as defined by hinttags.
\L
Search the entire page.
- - -

- Additionally, if the /Find Bar/ extension is installed, the - following flags may be used, -

-
\r
Process the entire pattern as a regular expression.
\R
Process the entire pattern as an ordinary string.