Changes between Version 9 and Version 10 of BASE_DND_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R0

    v9 v10  
    1414  * COPY 
    1515  * PASTE 
    16  * These are performed by keyboard combinations as follow: CUT - cntrl + x; COPY - cntrl + c; PASTE - cntrl + v; 
     16  * These are performed by keyboard combinations as follow:  
     17  * Windows and Linux: 
     18   * Ctrl + x is cut 
     19   * Ctrl + c is copy 
     20   * Ctrl + v is paste 
     21  * Alternative: 
     22   * Ctrl-Insert is copy 
     23   * Shift-Delete is cut 
     24   * Shift-Insert is paste 
     25  * Macintosh Operating System: 
     26   * Command-c to copy data into the clipboard 
     27   * Command-x to cut into it 
     28   * Command-v 
    1729 * General requirements for all the revisions should combine the following things: 
    1830  * DnD and Clipboard should allow the user to manipulate data and transfer it in and outside sophie. What is more, it should allow transfering data between several opened Sophies. 
     
    3042   * etc. 
    3143   * May include the buttons that are dragable (for resizing the Page, moving the Frame etc.) - this is optional since we already have some implementaion for dragging these buttons. 
     44 *''' New tables should be defined:''' 
     45  * A table for possible DnD transfers and scenarios. 
     46  * A table for possible Clipboard transfers and scenarios. 
    3247 
    3348== Task requirements ==