Bug 65239 - new SWT Mac properties aren't boolean
Summary: new SWT Mac properties aren't boolean
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P1 normal (vote)
Target Milestone: 3.0 RC2   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 05:15 EDT by Andre Weinand CLA
Modified: 2004-06-03 04:22 EDT (History)
1 user (show)

See Also:


Attachments
patch for Info.plist (813 bytes, patch)
2004-06-02 05:17 EDT, Andre Weinand CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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