Changes between Version 17 and Version 18 of HOT_TEXT_REDESIGN_R0


Ignore:
Timestamp:
10/13/09 13:12:23 (15 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HOT_TEXT_REDESIGN_R0

    v17 v18  
    9494   * ApplyStyle to a part of text 
    9595 
    96 [[Image(source:/branches/private/vlado/hottext-redesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/hottext.png)]] 
     96[[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/hottext.png)]] 
    9797 
    9898 * A new HotLayout class is added to represent the text layout for the client code. 
     
    134134    * Deal with widows and orphans (last line of a paragraph in a new page is not a good layout) 
    135135 
    136 [[Image(source:/branches/private/vlado/hottext-redesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/layout.png)]] 
     136[[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/layout.png)]] 
    137137 
    138138 * Data, helper and util classes 
    139139 
    140 [[Image(source:/branches/private/vlado/hottext-redesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/data.png)]] 
     140[[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/data.png)]] 
    141141 
    142142 * Enumerations 
     
    144144  * Characters - all special characters are represented as char (int - representation discarded). 
    145145 
    146 [[Image(source:/branches/private/vlado/hottext-redesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/elements.png)]] 
     146[[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/elements.png)]] 
    147147 
    148148 * MVC 
     
    164164   * TailFrameView extends PartTextView and implements SceneTextView to represent a text frame view which is a tail of a chain (any frame view except the chain head). 
    165165 
    166 [[Image(source:/branches/private/vlado/hottext-redesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/views.png)]] 
     166[[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/views.png)]] 
    167167 
    168168  * Logic