Author: tommaso Date: Sun Jun 12 03:25:26 2011 New Revision: 39019 URL: http://www.lyx.org/trac/changeset/39019
Log: Updated UserGuide after removal of macro insertion while in regexp mode. Fixed regression case (now typing twice "\" leads to "\\", i.e., the regexp matching the backslash char). Modified: lyx-devel/trunk/development/autotests/findadv-18-in.txt lyx-devel/trunk/lib/doc/UserGuide.lyx Modified: lyx-devel/trunk/development/autotests/findadv-18-in.txt ============================================================================== --- lyx-devel/trunk/development/autotests/findadv-18-in.txt Sun Jun 12 03:23:07 2011 (r39018) +++ lyx-devel/trunk/development/autotests/findadv-18-in.txt Sun Jun 12 03:25:26 2011 (r39019) @@ -5,6 +5,6 @@ KK: a b c\C\[Home] KK: \Cs KK: \CF -KK: \Axregexp-mode\[Return]\\\\s\[Return] +KK: \Axregexp-mode\[Return]\\s\[Return] TestEnd Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 1\n with len: 1' lyx-log.txt Modified: lyx-devel/trunk/lib/doc/UserGuide.lyx ============================================================================== --- lyx-devel/trunk/lib/doc/UserGuide.lyx Sun Jun 12 03:23:07 2011 (r39018) +++ lyx-devel/trunk/lib/doc/UserGuide.lyx Sun Jun 12 03:25:26 2011 (r39019) @@ -1,4 +1,4 @@ -#LyX 2.0 created this file. For more info see http://www.lyx.org/ +#LyX 2.1 created this file. For more info see http://www.lyx.org/ \lyxformat 413 \begin_document \begin_header @@ -30250,11 +30250,7 @@ \begin_inset Formula $\backslash2$ \end_inset -, etc., where a -\begin_inset Formula $\backslash$ -\end_inset - - symbol is entered in regexp mode by pressing twice the backslash key. +, etc.. For example, try searching for the regexp \begin_inset Formula $([a-z]+)[[:blank:]]\backslash1$ \end_inset
