]> git.lyx.org Git - features.git/commit
Fix bug 3160 and 3812:
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 10 Jun 2007 15:07:21 +0000 (15:07 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 10 Jun 2007 15:07:21 +0000 (15:07 +0000)
commitdb1d5b38dc0deb62a3333b609963a01f2e4c0254
treeb188dd81c70b78245582299cd67062375446fe4a
parentd43c859cd46e7ea586f1959ba2c2b9cd4f7ae5b4
Fix bug 3160 and 3812:

* src/lyxfind.cpp:
- MatchString(), operator():
- findForward:
- findBackwards:
- find: pass bool find_del

- replace:
- replaceAll: do not replace or find (after replace) deleted text

* src/BufferView.cpp:
- getStatus: disable LFUN_WORD_REPLACE for deleted text.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18732 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/lyxfind.cpp