]> git.lyx.org Git - features.git/commit
Backporting various fixes in Advanced Find and Replace:
authorTommaso Cucinotta <tommaso@lyx.org>
Sun, 19 Jun 2011 19:46:59 +0000 (19:46 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Sun, 19 Jun 2011 19:46:59 +0000 (19:46 +0000)
commit1141dc23c9eb1bb5040597c848d7422a02f3a655
tree6cc907e19851689a001f9155f2f28467c2a8f3ec
parenta9d6a828dcee5ad7598e87a06255624bbd4c74ae
Backporting various fixes in Advanced Find and Replace:
- Now the cursor is visible while at the rightmost part of a regexp inset.
- Now a regexp inset with a \backslash or braces is previewed correctly.
- Disabled possibility to type macros in regexp-mode.
- Now backslash-prefixed regexps like "\s", "\d", etc., are all understood by Advanced F&R.
- Now Adv. F&R correctly interprets escape sequences within regexp insets, e.g., \\ or \(,
  for finding characters with a special meaning in regular expression context (\^()[]).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39136 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
development/autotests/findadv-13-in.txt [new file with mode: 0644]
development/autotests/findadv-14-in.txt [new file with mode: 0644]
development/autotests/findadv-15-in.txt [new file with mode: 0644]
development/autotests/findadv-16-in.txt [new file with mode: 0644]
development/autotests/findadv-17-in.txt [new file with mode: 0644]
development/autotests/findadv-18-in.txt [new file with mode: 0644]
development/autotests/findadv-19-in.txt [new file with mode: 0644]
development/autotests/findadv-re-01-in.txt [new file with mode: 0644]
development/autotests/findadv-re-02-in.txt [new file with mode: 0644]
development/autotests/findadv-re-03-in.txt [new file with mode: 0644]
lib/doc/UserGuide.lyx
src/lyxfind.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathNest.cpp
status.20x