Changes between Version 11 and Version 12 of BASE_DND_R0
- Timestamp:
- 05/20/09 14:48:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_DND_R0
v11 v12 49 49 * For the current revision we will consider implementing a base Clipboard functionality. This include the following: 50 50 * base Clipboard library that support the clipboard operations. 51 * It should allow transfering plain text :51 * It should allow transfering plain text (this will not keep the formating): 52 52 * from the text frame to the Clipboard. 53 53 * from the Clipboard into a text frame. 54 * If some text is previously selected this will replace the selection with the text from the Clipboard. 55 * Otherwise the text from the Clipboard will be inserted at the position the caret appears. 54 56 * from the Clipboard outside Sophie 2.0 - in another text control: 55 * for example into a browser or a text editor. 57 * for example into a browser or a text editor. Behavior is defined by that control. 56 58 * Optional transfers (if there is time left): 57 59 * transfers of images from and to Sophie 2.0: … … 59 61 * A module containing the base library should be created. 60 62 * Use cases from above should be implemented into other modules. 61 63 * Cut operation will be implemented as Copy followed by a Delete operation. The eventual Paste is arbitrary. 62 64 == Task result == 63 65 * source code: