Changes between Version 8 and Version 9 of TEXT_POSITION_KIND
- Timestamp:
- 02/25/10 16:11:10 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_POSITION_KIND
v8 v9 54 54 * In StyleUtils:applyAttribute add an if-statement that checs if the applied attribute is in range.This is only temporary!(we don't have subMap of the 55 55 subText). 56 * In ImmHotText:getLastChangedInterval remove the assert because it is wrong, we create sub text with the lastChangedInterval of the parent text and we do not insert another elemOp for the subTexting, so if we have changed the paren text and make a sub text the length of the subText has no relation to the last changed parent interval.This assert is correct only if the text is not a subText of another. 56 57 source of the task may be found here: [8668] [8676] [8685] (the assert was wrong - the last changed interval can end on index that is grater than the 57 58 length of a subtext but the total length of the changed interval cannot be grater than the length of the text). 58 [8713] [8715] [8716] 59 [8713] [8715] [8716] [8720] 59 60 = Testing = 60 61 ^(Place the testing results here.)^