small updates.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24980 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-05-28 16:08:14 +00:00
parent 8921a18a89
commit 1e109a2a3b

View File

@ -103,7 +103,8 @@ initialisation should be done before the instanciation of this class.
automatically destroyed by the parent WorkArea when its Buffer is automatically destroyed by the parent WorkArea when its Buffer is
closed. closed.
\todo Move all Buffer changing LFUN to LyXFunc or Cursor. \todo Move all Buffer changing LFUN to Buffer::dispatch(),
LyXFunc::dispatch() or Cursor::dispatch().
\todo BufferView::buffer() should only offer const access. \todo BufferView::buffer() should only offer const access.
The \c Painter is just a virtual interface to formalize each kind of The \c Painter is just a virtual interface to formalize each kind of
@ -142,12 +143,11 @@ initialisation should be done before the instanciation of this class.
multiple WorkAreas but this number can limited to one for another multiple WorkAreas but this number can limited to one for another
frontend. The idea is that the kernel should not know how a Buffer frontend. The idea is that the kernel should not know how a Buffer
is displayed on screen; it's the frontend business. is displayed on screen; it's the frontend business.
In the future, we may also have multiple Workareas showing It is also possible to have multiple Workareas showing
simultaneously in the same GuiView (ex: with split window). simultaneously in the same GuiView (ex: with split window), thus
sharing the menubar and toolbars.
\todo Implement split-window In any case, there should be only one WorkArea that gets the focus
In any case, there would be only one WorkArea that gets the focus
at a time. at a time.
With our current implementation using a QTabWidget, each Tab own its With our current implementation using a QTabWidget, each Tab own its