Bug 65239

Summary: new SWT Mac properties aren't boolean
Product: [Eclipse Project] Platform Reporter: Andre Weinand <andre_weinand>
Component: SWTAssignee: Andre Weinand <andre_weinand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: steve_northover
Version: 3.0   
Target Milestone: 3.0 RC2   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:
Attachments:
Description Flags
patch for Info.plist none

Description Andre Weinand CLA 2004-06-02 05:15:08 EDT
RC1

When adding the two properties
	<string>-Dorg.eclipse.swt.internal.carbon.smallFonts=true</string>
	<string>-Dorg.eclipse.swt.internal.carbon.noFocusRing=true</string>
to the Info.plist file, I was assuming that there are boolean properties.

However, they are not.
We should remove the "=true" part because this seems to suggest that setting it to false toggles the
behavior (which it doesn't).
Comment 1 Andre Weinand CLA 2004-06-02 05:17:52 EDT
Created attachment 11446 [details]
patch for Info.plist
Comment 2 Andre Weinand CLA 2004-06-02 05:18:35 EDT
RC2 candidate
Comment 3 Andre Weinand CLA 2004-06-02 16:35:35 EDT
Steve, OK to fix for 3.0 RC2 ?
Comment 4 Steve Northover CLA 2004-06-02 17:36:58 EDT
Yes, we should have made them boolean but since they are temporary and not API 
it doesn't matter for now.  Marking as P1.  Don't change anything else.
Comment 5 Andre Weinand CLA 2004-06-03 04:22:18 EDT
fix released for I20040603