]> git.lyx.org Git - lyx.git/commit
Move wrap check for simple search/replace to lyxfind
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 14 Sep 2016 08:23:39 +0000 (10:23 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 14 Sep 2016 08:23:39 +0000 (10:23 +0200)
commitc0a425a319d2ea5f6c54d6bafcc0e00be7f1a1dd
tree8ba03f51cba250d7e5239be70e4d6186d651609b
parent72cf7c8f1f9311720832801af8eaff700333c1b8
Move wrap check for simple search/replace to lyxfind

This gets rid of some dirty dispatch tricks and fixes wrap-around
on replace and in the spellchecker

Fixes: #10378
src/BufferView.cpp
src/frontends/qt4/GuiSearch.cpp
src/frontends/qt4/GuiSearch.h
src/frontends/qt4/GuiSpellchecker.cpp
src/lyxfind.cpp