Pavel Sanda wrote:
it's in: r32678 and r32679 (cosmetics)
so fixedintrunk for #4422 ?
Yes, r32678 fixes bug #4422 (when using the Advanced Find feature). You
can close/fixedintrunk it, AFAICS.
Next (hope easy) step should be "All open documents" scope.
After that, it should be trivial to search for "All documentation",
that would be fine and fix #5685 too.
and r32680 almost fixes bug #5685, i.e., you still need to manually open
all the documentation manuals you want to search within (and they are
searched together with the currently open buffers ~~ exact behaviour to
implement depends on how a user might expect it to work).
i would tweak lfun for opening help files as a hidden buffer. you get
the locale
stuff for free. then just hardcode opening for those 10 manuals we have...
smth. like:
openDocument("UserGuide.lyx");
openDocument("...");
...
? Is there any loop going over all manuals that builds the Help Menu ?
T.