Changes between Version 7 and Version 8 of APP_BASIC_MENUS_R0
- Timestamp:
- 07/17/09 14:07:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_BASIC_MENUS_R0
v7 v8 16 16 17 17 * Define the base application menus 18 * Using the new base menu module [wiki:BASE_MENUS_R0], refactor class !MainMenuBar to use the new extension points 19 * Document an example of using the new library to build the application menus 18 * Create a convention of menu items, where should they be put, what should be underlined, where to put "..." 20 19 21 20 == Task result == … … 26 25 27 26 * __F__ile 28 * New Book... Ctrl+N29 * Open Book... Ctrl+O30 * Close Book Ctrl+W27 * __N__ew Book... Ctrl+N 28 * __O__pen Book... Ctrl+O 29 * __C__lose Book Ctrl+W 31 30 * Separator 32 * Save Book Ctrl+S33 * Save Book As... Ctrl+Shift+S34 * Save As Template35 * E xport Book As >31 * __S__ave Book Ctrl+S 32 * Save Book __A__s... Ctrl+Shift+S 33 * Save As __T__emplate 34 * E__x__port Book As > 36 35 * Separator 37 * Book Properties...36 * Book __P__roperties... 38 37 * Separator 39 * Quit Sophie2 Ctrl+Q38 * __Q__uit Sophie2 Ctrl+Q 40 39 41 40 * __E__dit 42 * Undo Ctrl+Z43 * Redo Ctrl+Y41 * __U__ndo Ctrl+Z 42 * __R__edo Ctrl+Y 44 43 * Separator 45 * Cu tCtrl+X46 * Copy Ctrl+C47 * Paste Ctrl+V48 * Delete Delete44 * Cu__t__ Ctrl+X 45 * __C__opy Ctrl+C 46 * __P__aste Ctrl+V 47 * __D__elete Delete 49 48 * Separator 50 * Book Title (no need for "set" as it is implied by being in the Edit menu)51 * Pa ge Dimensions49 * __B__ook Title (no need for "set" as it is implied by being in the Edit menu) 50 * Pa__g__e Dimensions 52 51 53 52 * __I__nsert