Changes between Version 23 and Version 24 of BasicText


Ignore:
Timestamp:
04/15/10 13:08:17 (15 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicText

    v23 v24  
    2121   * Subscript 
    2222  * Applying styles 
    23    * Witout selection 
     23   * Without selection 
    2424    * Inside word (cursor is between letters, not symbols) - the style is applied to the whole word 
    2525        * Outside word - 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 if it has own formatting. If pasted text is plain, formatting is applied to it. 
     
    2727   * The whole selection doesn't have this style - the style is applied to the selection 
    2828   * Selection starts with styled text - this style is removed from selection 
    29    * Selection contains with styled text (but does not start with styled text - this style is applied to whole selection  
     29   * Selection contains with styled text (but does not start with styled text - this style is applied to whole selection) 
    3030 * Highlighting - For now, there are 2 types of highlighting that should be available 
    3131  * 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)