Changes between Version 5 and Version 6 of TEXT_VIEW_MODEL
- Timestamp:
- 04/06/10 11:22:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_VIEW_MODEL
v5 v6 5 5 = Analysis = 6 6 7 8 7 == Overview == 9 8 10 9 * After the TEXT_MODEL_REDESIGN task the positions of the caret and mark in the text views are not updating. 11 10 * 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. 13 13 14 14 == Task requirements == 15 15 16 16 * 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. 17 19 18 20 == Task result == … … 24 26 * Create a new class related to the text views that updates the indexes. 25 27 * 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. 28 29 29 30 == Related ==