PieceTable

From AbiWiki

(Difference between revisions)
Jump to: navigation, search
(Importing text file)
m (Reverted edits by Unimaxug (Talk) to last revision by Hub)
 
(4 intermediate revisions not shown)
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.
 +
= Plans =
-
<!--Modify this as appropriate, especially if it''s not an FAQ-->
+
Possible plans post 2.8 for the PieceTable:
-
<!--Aside: using H2 and H3 is a trick for old TWikis to keep headings out of the [[ToC|ToC]]-->
+
-
<!--Delete this line and those above, and anything else that is not needed when you create the page, leave the [[ToC|ToC]] commented out if you don''t use it-->
+
-
<H2>[[PieceTable|PieceTable]]</H2>
+
* remove [[Deprecated Containers|switch to use std:: containers]]
 +
* make it type safe by eliminating PL_StruxDocHandle and replacing it with pf_Strux.
-
The Abiword implements the Model-View-Controller paradigm. The [[PieceTable|PieceTable]] is the model of the [[AbiWord|AbiWord]] document. It describes exactly how the document is constructed.
+
[[Category:Developer]]
-
 
+
-
<!--
+
-
<H3>Contents</H3>
+
-
 
+
-
-->
+
-
==== Contributors ====
+
-
* Main.[[MartinSevior|MartinSevior]] - 17 Mar 2006
+
-
[[Category:To Convert]]
+

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:

Personal tools