Changes between Version 5 and Version 6 of BasicText
- Timestamp:
- 02/08/10 13:43:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BasicText
v5 v6 27 27 * Navigating with arrows - should move the caret in the desired position. 28 28 * 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) 29 30 * Up/Down - if there is previous/next row, go to the most near possible position on it, otherwise - do nothing 30 31 * Create paragraphs - every time the user hits enter, end of paragraph should be inserted … … 33 34 * 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 34 35 * 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