Changes between Version 4 and Version 5 of TEXT_POSITION_KIND
- Timestamp:
- 02/12/10 18:05:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_POSITION_KIND
v4 v5 48 48 49 49 = Implementation = 50 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 50 * ImmHotText:replaceText function is really big and so I split it in two parts- the first function: getUnionMap returns map that is union of the given text's styles and the styles of the first char to be replaced. 51 * 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 52 subText). 53 source of the task may be found here: [8668] [8676] 51 54 52 55 = Testing =