- add defaultAttributevalues to mstyle
*done add PenStyle parsing to mtable element
- solve KoViewConverter issue in AttributeManager, make it always set...
- correct mathspace parsing in operator element.

- create template files - decide what kind of templates should be in place
- implement rendering in all token elements

*done correct the TokenElement class rendering wise to create OperatorElement
*done implement scripts to generator Dictionary.cpp file
*done create SquareRootElement class to reflect differences between Root and SquareRoot
- test rendering of implemented elements and create a list of errors
- try to fix the rendering errors of previously tested elements
- make FormulaCursor class able to insert elements
- add functionality to FormulaToolOptions so that user can insert elements
- add description to main APIDOX page
- implement cursor movement with acceptCursor() method
- update APIDOX according to new cursor handling
- control that there are no save / restore in per element painting

long term goals:
- add selecting to FormulaCursor class
- iron the loading process out so that it won't crash on errors and report them

02/09/2007

SpaceElement:
	* painting implemented
	* linebreaking not implemented, move parsing and enum to SpaceElement??
	-> how to implement that ??
	* not tested yet...
	* make it derive from TokenElement?
	* loading and saving not present...

RowElement:
	* layout works
	* nothing to paint
	- implement insertChild()
	- implement removeChild()

RootElement:
	- correct layout
	- correct painting
	- correct saving/ loading

SquareRootElement:
	- correct layout
	- correct painting
