PieceTable
From AbiWiki
(Difference between revisions)
Line 1: | Line 1: | ||
The Abiword implements the Model-View-Controller paradigm. The [[PieceTable]] is the model of the [[AbiWord]] document. It describes exactly how the document is constructed. | The Abiword implements the Model-View-Controller paradigm. The [[PieceTable]] is the model of the [[AbiWord]] document. It describes exactly how the document is constructed. | ||
+ | |||
+ | = Plans = | ||
+ | |||
+ | Possible plans post 2.8 for the PieceTable: | ||
+ | |||
+ | * remove [[switch to use std:: containers|Deprecated Containers]] | ||
+ | * make it type safe by eliminating PL_StruxDocHandle and replacing it with pf_Strux. | ||
[[Category:Developer]] | [[Category:Developer]] |
Revision as of 03:10, 20 June 2009
The Abiword implements the Model-View-Controller paradigm. The PieceTable is the model of the AbiWord document. It describes exactly how the document is constructed.
Plans
Possible plans post 2.8 for the PieceTable:
- remove Deprecated Containers
- make it type safe by eliminating PL_StruxDocHandle and replacing it with pf_Strux.