From: Tommaso Cucinotta Date: Mon, 14 Feb 2011 20:41:46 +0000 (+0000) Subject: Replaced the Ctrl+Shft+r sequences for entering regexp-mode with [Alt+x]regexp-mode... X-Git-Tag: 2.0.0~740 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8faded55d9f4bb2de3e109ba074046b53aef9490;p=features.git Replaced the Ctrl+Shft+r sequences for entering regexp-mode with [Alt+x]regexp-mode[Ret], as the shortcut has gone. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37667 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/autotests/findadv-08-in.txt b/development/autotests/findadv-08-in.txt index 3da35417d2..7964b92565 100644 --- a/development/autotests/findadv-08-in.txt +++ b/development/autotests/findadv-08-in.txt @@ -6,13 +6,13 @@ KK: Nel mezzo del cammin di nostra vita\[Return] KK: mi ritrovai per una selva oscura\C\[Home] KK: \Cs KK: \CF -KK: o\CR.* a\[Return] +KK: o\Axregexp-mode\[Return].* a\[Return] TestEnd Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 8\n with len: 8' lyx-log.txt TestBegin test.lyx -dbg find > lyx-log.txt 2>&1 KK: \CF -KK: o\CR[[:word:]]* a +KK: o\Axregexp-mode\[Return][[:word:]]* a KD: 200 KK: \Al\Ar\[Return] KD: 100 @@ -21,6 +21,6 @@ Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 26\n with len: 6' TestBegin test.lyx -dbg find > lyx-log.txt 2>&1 KK: \CF -KK: \CR.* \Al\Ar\[Return]\[Return]\[Return] +KK: \Axregexp-mode\[Return].* \Al\Ar\[Return]\[Return]\[Return] TestEnd Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 10\n with len: 3' lyx-log.txt diff --git a/development/autotests/findadv-09-in.txt b/development/autotests/findadv-09-in.txt index 555c354e21..e9fe0be87d 100644 --- a/development/autotests/findadv-09-in.txt +++ b/development/autotests/findadv-09-in.txt @@ -11,7 +11,7 @@ KK: \CF # Uncheck ignore format KK: \Az\Ag\Ae KK: \Apb -KK: \CR[a-z]* \[Return] +KK: \Axregexp-mode\[Return][a-z]* \[Return] TestEnd Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 0\n with len: 3' lyx-log.txt @@ -20,6 +20,6 @@ KK: \CF # Uncheck ignore format KK: \Az\Ag\Ae KK: \Apb -KK: \CR[a-z]* \[Return]\[Return] +KK: \Axregexp-mode\[Return][a-z]* \[Return]\[Return] TestEnd Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3' lyx-log.txt