Changes between Version 15 and Version 16 of BasicText


Ignore:
Timestamp:
04/13/10 14:24:21 (15 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicText

    v15 v16  
    2020   * Superscript 
    2121   * Subscript 
     22  * Applying styles 
     23   * Witout selection - style is applied to current position. Style is applied to the symbols that are typed in that position. The style is not applied to pasted text. 
     24   * The whole selection that has this style - the style is removed from the selection 
     25   * The whole selection doesn't have this style - the style is applied to the selection 
     26  
    2227 * Highlighting - For now, there are 2 types of highlighting that should be available 
    2328  * 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)