Changes between Version 10 and Version 11 of PLATFORM_DEPLOY_MAC_R0


Ignore:
Timestamp:
11/06/09 11:42:22 (16 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOY_MAC_R0

    v10 v11  
    4242  * If we have no LaF defined use the system one instead of the cross-platform one. 
    4343  * Besides that add the following VM argument to launch configurations and sophie cripts for Mac OS ; "-Dapple.laf.useScreenMenuBar=true" 
     44 * In order to use the Mac option(alt) key in its natural Mac OS behavior in the methods setting mnemonics in Menu and MenuItem class add a check if we're not running on Mac OS. 
     45 * In order to use Mac command key instead of control as a shortcut 
     46  * If the above is desired we should use "Toolkit.getDefaultToolkit().getMenuShortcutKeyMask();" method  
     47  * Otherwise we use fixed masks. 
     48  * As menus are the place with most concentrated control/command key usage add a method in MenuMember class that is a shorthand for the mention Toolkit method that can be used in extenders. 
    4449 
    4550= Implementation =