Changes between Version 3 and Version 4 of APP_BASIC_MENUS_R0


Ignore:
Timestamp:
01/08/09 10:50:55 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_BASIC_MENUS_R0

    v3 v4  
    99== Overview == 
    1010 
    11 Refactor the menus for Sophie to use the new base menu library 
     11Refactor the menus for Sophie to use the new base menu library developed in [wiki:BASE_MENUS_R0].   The current menus are found in org.sophie2.main.view.menus.  This code should be changed to use the new extension point. 
    1212 
    1313== Task requirements == 
    1414 
    1515 * Using the new base menu module [wiki:BASE_MENUS_R0], refactor class !MainMenuBar to use the new extension points 
     16 * Document an example of using the new library to build the application menus 
    1617 
    1718== Task result == 
     
    2122== Implementation idea == 
    2223 
     24 * For now, leave the menus in org.sophie2.main.view.menus but change it to use the extension point 
     25 * Add short cuts to the File Menu (ctrl-o for Open, ctrl-n for new book, etc) 
     26 
     27 
    2328== Related == 
    2429 
     
    2732== How to demo == 
    2833 
    29  * Show the code creating the app menus 
    30  * Demo with [wiki:BASE_MENUS_R0] 
     34 * Show the code using the extension points to create  the application menus 
     35 * Show the documentation page that describes how you used the new library, what you liked and disliked 
    3136 
    3237= Design =