Changes between Version 16 and Version 17 of BasicText
- Timestamp:
- 04/13/10 14:37:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BasicText
v16 v17 24 24 * The whole selection that has this style - the style is removed from the selection 25 25 * The whole selection doesn't have this style - the style is applied to the selection 26 26 * Selection starts with styled text - this style is removed from selection 27 * Selection contains with styled text (but does not start with styled text - this style is applied to whole selection 27 28 * Highlighting - For now, there are 2 types of highlighting that should be available 28 29 * Highlighting as text style - This one is applied when the user creates a link. The links should allow the same styling as the regular text (excluding those that affect layout size - for example, changing font, font size, etc. We may support those, but should not expose them. Good usage will be underline, change fore/background, strikethrough). Styling applied via link creation should be appended to the current style if possible (if they do not contradict), otherwise - link styling should be displayed (but it will be good old styling to be preserved for later use if needed)