Changes between Version 6 and Version 7 of TEXT_STABLE_SELECTION_R0
- Timestamp:
- 05/20/09 13:14:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_STABLE_SELECTION_R0
v6 v7 29 29 30 30 == Task result == 31 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 31 The result should be code 32 32 33 33 == Implementation idea == 34 ^(Provide some rough implementation idea(s).)^ 34 Selection is local for a frame, so add two new properties in the text frame class - one for the select caret and one for selection list (which hot units are selected). Also add interaction logic for handling selection operations 35 35 36 36 == Related == … … 38 38 39 39 == How to demo == 40 ^(Provide instructions for demonstration of the task.)^ 40 * Start Sophie2.0 41 * Add text frame 42 * Write some text - sophie2.0 text selection example 43 * Select the first word 44 * Select the third word while first word is selected 41 45 42 46 = Design =