Tommaso Cucinotta wrote:
Hi all,
please, consider the feature request I posted to bugzilla:
having an advanced search/replace functionality
allowing to find/replace segments of LyX Text, including
math.
Initial idea description and prototype implementation patch:
http://bugzilla.lyx.org/show_bug.cgi?id=3982
Patch for full GUI-support (dockable search panel a'la Acrobat,
with its own GuiWorkArea):
http://bugzilla.lyx.org/show_bug.cgi?id=3998
Core functionality in the patch is just basic, but I think that, at
least for the search part, it is not impossible to complete (with
reg exp search etc...). I'm available to complete the implementation,
if there is any chance for it to get into the mainstream branch.
Hello Tommaso,
Just to confirm that there is a good change to have it in trunk but I
have two comments:
- First your patch is not complete in bugzilla, the added
QSearch.{h,cpp} and QSearchAdv.{h,cpp} are missing. Please send a
complete patch.
- Second, I have solved already the multi-workArea issue in my "mvc"
branch. If you agree to rebase your work on it, I will help you refining
the approach and I will commit it in my branch.
My branch:
svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/personal/younes/mvc
I intent to merge this branch to trunk as soon as trunk is opened and I
have solved a few issues with the background banner and with child
documents.
Abdel.