Changes between Version 14 and Version 15 of PLATFORM_DEPLOY_MAC_R0
- Timestamp:
- 11/06/09 20:50:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOY_MAC_R0
v14 v15 49 49 * These are used for menus 50 50 * In InputEventR3 dependent cases use if/else constructs to define the proper key (especially in interaction maps) 51 * In TextFlowLogic#ON_INSERT besides the M_CONTROL check add a M_META check 51 52 * Change text editing shortcuts to match MacOS defaults (use TextEdit to compare) 53 52 54 * Optional requirements cannot be fulfilled now as they seem harder and more native-dependent in their solution. I suggest making a second revision of this task that should handle them alone. 53 55 * The research made about the browser problem suggest using either some environment options (LSUIPresentationMode) or maybe some mac specific classes that control that behavior.