Changes between Version 12 and Version 13 of BASE_DND_R0
- Timestamp:
- 05/21/09 12:26:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_DND_R0
v12 v13 62 62 * Use cases from above should be implemented into other modules. 63 63 * Cut operation will be implemented as Copy followed by a Delete operation. The eventual Paste is arbitrary. 64 * In addition three more menu items should be added in the Edit menu: 65 * CutMenuItem 66 * CopyMenuItem 67 * PasteMenuItem 68 * All these should be active and inactive depending on the operation performed: 69 * Paste menu is inactive by default. It will be activated when there is something put into the Clipboard. 70 * Cut and Copy will be activated when there is something selected. For the time being selection will be limited to text and images(optionally). 64 71 == Task result == 65 72 * source code: