Am 18.11.2008 um 13:37 schrieb Abdelrazak Younes:
Hi Tommaso,
I'll try to have a look at your patch later but I'd like first to
outline the decided road-map for this feature:
1) Fix all issues in FindAndReplace dialog, which is based on your
AdvSearch patch. Which also means 1-a) add the Replace function
1-b) switch to a binary search and speed it up.
1-c) cleanup all remaining coding style issues.
2) current GuiSearch dialog will be replaced by new FindAndReplace
dialog
3) add a find-as-you-type feature in the status bar a là Firefox.
4) add a clickable find list in the Navigator similar to what is
available in Acrobat reader.
My wish:
5) search and replace through all master and child documents
Stefan
Abdel.
Tommaso Cucinotta wrote:
Hello,
this implements the wrap option (first pending issue from the wiki):
 Bug 1262 <http://bugzilla.lyx.org/show_bug.cgi?id=1262> Search &
Replace: "wrap" option
only for the entire document scope case, for now. Instead of having
yet another option on the dialog, I'm proposing a simple question
that is popped-up when reaching the wrap-point (default answer
of yes, i.e., continue searching on wrap, is achieved by pressing
Enter on the dialog that is shown, whilst further search is cancelled
through Esc or pressing No).
Just tried with simple text, didn't try with complex insets, maths,
tables
or whatever at begin or end of document. Hopefully, core developers
know much better than me how to place a DocIterator at begin or
at end of the document.
  T.