Changes between Version 15 and Version 16 of APP_BASIC_MENUS_R0


Ignore:
Timestamp:
07/27/09 18:57:53 (16 years ago)
Author:
stefan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_BASIC_MENUS_R0

    v15 v16  
    9696= Design = 
    9797 
     98Basic Menu Items order/style will be defined by a convention (which will be put for a public discussion – wiki page): 
     99         
     100 * Extracted Menu Items into a specific module (that has same functionality as the module itself): 
     101 
     102  
     103 * Specific (logical and intuitive) order of the Menu Items will be implemented: 
     104 
     105   * File 
     106   * Edit 
     107   * Insert 
     108   * View 
     109   * Skins 
     110   * Window 
     111   * Help 
     112 
     113 * Following shortcuts will be introduced: 
     114 
     115   * Ctrl+N - New Book 
     116   * Ctrl+O - Open Book 
     117   * Ctrl+W - Close Book 
     118   * Ctrl+S - Save Book 
     119   * Ctrl+Shift+S - Save Book As  
     120 
     121   * Ctrl+Z - Undo 
     122   * Ctrl+Y - Redo 
     123   * Ctrl+X - Cut 
     124   * Ctrl+C - Copy 
     125   * Ctrl+V - Paste 
     126 
     127 * Menu's items format (underling unique letters of the Item's title): 
     128 
     129 * "..." suffix for Items that, when clicked, open a Dialog: 
     130 
     131 
    98132= Implementation = 
    99133^(Implementation results should be described and linked here (from the wiki or the repository))^