Changes between Version 5 and Version 6 of BasicText


Ignore:
Timestamp:
02/08/10 13:43:05 (15 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicText

    v5 v6  
    2727   * Navigating with arrows - should move the caret in the desired position. 
    2828    * Left/right - if there is left/right position in this row, go to it, otherwise go to previous/next row (if any, otherwise do nothing) 
     29    * Ctrl+left/right - same as above, but skip whole words (go to the prev/next space) 
    2930   * Up/Down - if there is previous/next row, go to the most near possible position on it, otherwise - do nothing 
    3031   * Create paragraphs - every time the user hits enter, end of paragraph should be inserted 
     
    3334   * Style appended text - text should preserve its own styling information (if any - typed text should not have one). The styling of pasted text should not be appended to destination formatting 
    3435    * Later it may be considered to have different paste ways - for destination and source formatting 
    35   * Remove text - text should be removed with its formatting  
     36  * Remove text - text should be removed with its formatting