Changes between Version 5 and Version 6 of TEXT_VIEW_MODEL


Ignore:
Timestamp:
04/06/10 11:22:45 (15 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_VIEW_MODEL

    v5 v6  
    55= Analysis = 
    66 
    7  
    87== Overview == 
    98 
    109 * After the TEXT_MODEL_REDESIGN task the positions of the caret and mark in the text views are not updating. 
    1110 * The text links and the search highlights are not visualizing. 
    12 After the task these two bugs shold be fixed. 
     11 
     12 After the task these two bugs shold be fixed. 
    1313 
    1414== Task requirements == 
    1515 
    1616 * Fix the updating of the caret, mark and search highlights position. 
     17 * Implement search highlight visualization in the text views. 
     18 * Implement link attachment visualization (as foreground color) in the text views. 
    1719 
    1820== Task result == 
     
    2426 * Create a new class related to the text views that updates the indexes. 
    2527 * Create processors to help text layout draw the search highlights. 
    26  * The processors add some attributes to the raw text (the text in the model) and produce  
    27 a final text with all attributes added (as highlights and selection etc.) that can be layouted. 
     28 * The processors add some attributes to the raw text (the text in the model) and produce a final text with all attributes added (as highlights and selection etc.) that can be laid out. 
    2829 
    2930== Related ==