Changes between Version 9 and Version 10 of HOT_TEXT_REDESIGN_R2


Ignore:
Timestamp:
09/23/09 19:17:25 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified HOT_TEXT_REDESIGN_R2

    v9 v10  
    120120    * Create a new factory method to create ImmHotText by its internals. 
    121121  * Chaining is done in a separate task: [wiki:TEXT_CHAINING_BEHAVIOUR_R1] 
    122   * Testing 
    123    * Use SwingDemoTest and LineEndsDemoTest. 
     122  * Testing: 
     123   * A new ImmHotTextTest added to test all basic ImmHotText functionalities including: 
     124    * Applying styles. 
     125    * Replace of text (with styles). 
     126    * Insert of a character at some position in the text (with styles) - this test fails, it will be fixed as part of the implementation. 
     127    * Sub-text (with styles). 
     128    * Functionality needed by persistence. 
     129    * String representation and getters. 
     130   * SwingDemoTest renamed to HotTextDemoTest. 
     131   * HotLayoutTest extended to cover all HotLayout functionalities. 
     132   * NavigationTest extended. 
     133   * Tests are committed in a separate branch: [http://www.sophie2.org/trac/browser/branches/private/vlado/hot-text-redesign-r2 branches/private/vlado/hot-text-redesign-r2] 
     134    * [6694] 
     135    * [6695] 
     136    * See implementation for additional changesets with bug fixes and changes on text. 
    124137 * Chaining will be done in a separate task. 
    125138= Implementation = 
    126 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     139 * Changesets: 
     140  * [6517] 
     141  * [6549] 
    127142 
    128143= Testing =