Changes between Version 11 and Version 12 of BASE_DND_R0


Ignore:
Timestamp:
05/20/09 14:48:29 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R0

    v11 v12  
    4949 * For the current revision we will consider implementing a base Clipboard functionality. This include the following: 
    5050  * 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): 
    5252   * from the text frame to the Clipboard. 
    5353   * 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. 
    5456   * 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. 
    5658   * Optional transfers (if there is time left): 
    5759    * transfers of images from and to Sophie 2.0: 
     
    5961 * A module containing the base library should be created. 
    6062 * 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. 
    6264== Task result == 
    6365 * source code: