Changes between Initial Version and Version 1 of TEXT_VIEW_MODEL


Ignore:
Timestamp:
03/29/10 12:14:36 (15 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_VIEW_MODEL

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7 
     8== Overview == 
     9 
     10 * After the TEXT_MODEL_REDESIGN task the positions of the caret and mark in the text views are not updating. 
     11 * The text links and the highlights are not visualizing. 
     12After the task those two bugs shold be fixed. 
     13 
     14== Task requirements == 
     15 
     16 * Fix the updating of the caret, mark and highlights position. 
     17 
     18== Task result == 
     19 
     20The result should be code. 
     21 
     22== Implementation idea == 
     23 
     24 * Create a new class related to the text views that updates the indexes. 
     25 * Create processors to help text layout draw the highlights. 
     26 
     27== Related == 
     28 
     29== How to demo == 
     30 
     31 * Run sophie, insert text frame, type some text, select some of the text. 
     32 * Run sophie, insert text frame, type some text, add text link. 
     33  
     34= Design = 
     35^(Describe your design here.)^ 
     36 
     37= Implementation = 
     38^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     39 
     40= Testing = 
     41^(Place the testing results here.)^ 
     42 
     43= Comments = 
     44^(Write comments for this or later revisions here.)