Andre Poenitz wrote:
On Tue, Oct 03, 2006 at 10:22:50AM +0200, Abdelrazak Younes wrote:
So, you reckon we should move bufferlist to the LyX class maybe?
The one Lars wanted to merge with Application?
The one I wanted to merge with Application. But it turned out that you
(and Lars probably) prefer that Application remains focused on the
frontend. It that is so, then I would move LyXFunc and BufferList to the
LyX class and will probably rename Application to Frontend. This
Frontend could also be a member of the LyX class instead of a global
pointer.
Something accessed with LyX::bufferList()...
If yes, I'll do the change...
As you see I am still opposed to the global variable ;-)
And I am still pro several singletons as they could be placed into the
right 'scope' (kernel/frontend/whatever) individually.
So the problem is really to decide what should go where. See above...
Abdel.