PieceTable

From AbiWiki

(Difference between revisions)
Jump to: navigation, search
m (Reverted edits by Unimaxug (Talk) to last revision by Hub)
 
(2 intermediate revisions not shown)
Line 5: Line 5:
Possible plans post 2.8 for the PieceTable:
Possible plans post 2.8 for the PieceTable:
-
* remove [[switch to use std:: containers|Deprecated Containers]]
+
* remove [[Deprecated Containers|switch to use std:: containers]]
* make it type safe by eliminating PL_StruxDocHandle and replacing it with pf_Strux.
* make it type safe by eliminating PL_StruxDocHandle and replacing it with pf_Strux.
[[Category:Developer]]
[[Category:Developer]]

Current revision as of 13:13, 27 November 2010

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: