Changes between Version 4 and Version 5 of TEXT_POSITION_INTERNAL
- Timestamp:
- 02/25/10 17:22:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_POSITION_INTERNAL
v4 v5 20 20 21 21 == Implementation idea == 22 ^(Provide some rough implementation idea(s).)^ 22 * Remove the text from the HotPos and add ImmList<ElemOp>. 23 * Remove prevText, subSingleInterval, lastOperation, lastChangedInterval from the ImmHotText and add ImmList<ElemOp>. 24 * Change getIndex, subText and other related functions of the ImmHotText. 23 25 24 26 == Related == … … 26 28 27 29 == How to demo == 28 ^(Provide instructions for demonstration of the task.)^ 30 31 Open sophie, type some text. 29 32 30 33 = Design =