> "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
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