Changes between Version 12 and Version 13 of BASE_DND_R0


Ignore:
Timestamp:
05/21/09 12:26:11 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R0

    v12 v13  
    6262 * Use cases from above should be implemented into other modules. 
    6363 * 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). 
    6471== Task result == 
    6572 * source code: