Changes between Version 10 and Version 11 of BasicText
- Timestamp:
- 02/09/10 13:54:27 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BasicText
v10 v11 4 4 * Java and OS fonts 5 5 * The default font should be a java one in order to make sure that all users will have it 6 * Characters that needs to be supported are characters provided by fonts + tabs + bullets (eventually hidden characters need to be supported in future) 6 7 * Text foreground coloring 7 8 * Transparency … … 47 48 * Caret should disappear when selecting 48 49 * Selection in more than one frame - selection should be per user, a user should not be able to select in more than one frame (this should be discussed) 49 * Text import 50 * Text import - import only (styled) text from different file formats 51 * Current import formats 52 * Plain text 53 * RTF (+styling that we support) 54 * HTML(+styling that we support) 55 * Future import formats - formats that may be supported in future 56 * Odt 57 * Doc 58 * Docx