On 01/05/2010 08:54 AM, Abdelrazak Younes wrote:

The multi-file search need not be, but could call that LFUN repeatedly.

Or rather call the Buffer method. Because we don't want to create a BufferView for that search. Or we could also duplicate LFUN_FINDADV in Buffer in addtion to BufferView for the command-line version (such as with export). Then this multi-file version could call buffer::dispatch() instead. But quite frankly calling the relevant Buffer method is my preferred choice.

Sure. Calling the LFUNs makes sense precisely when we DO want the GUI to respond to what we are doing, right? And we don't want that here.

By the way, your idea of reporting the matches in the Outline is brilliant.

rh

Reply via email to