Re: [Patch/RFC] How to use LyXFunc and FuncRequest

2006-09-25 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Right now there is only one LyXView for one LyXFunc. There Abdelrazak> are two way forward for the multiple LyXView problem. Abdelrazak> 1) Application maintains a map of LyXFunc indexed by the Abdelrazak> LyXView ID

[Patch/RFC] How to use LyXFunc and FuncRequest

2006-09-22 Thread Abdelrazak Younes
Hello, This patch replaces BufferView->LyXView->getLyXFunc() with theApp->lyxFunc(). I am not sure yet how to proceed with the LyXView/LyXFunc interaction and the dispatch machinery. Right now there is only one LyXView for one LyXFunc. There are two way forward for the multiple LyXView pro