Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Enabling language-specific warnings in multi-language projects



On Mon, 24 Jul 2006 22:46:32 -0400, "Sean McBride" <email@hidden> said:

>My point was that in CW's case, almost all warnings
>are controllable and _discoverable_ via the GUI, not so with Xcode.

This sounds like a third-party opportunity. Why not write us all an
application consisting of checkboxes for the "missing" settings? In other
words, provide the interface you wish Xcode had. You can easily access the
setting thru AppleScript, e.g.:

tell application "Xcode"
 tell project 1
  tell target 1
   value of build setting "WARNING_CFLAGS" of build configuration "Debug"
  end tell
 end tell
end tell

This app could be like Accessorizer for warning flags, as it were. So
something positive would come out of this, instead of complaints, and you'd
have done us all a big favor by codifying your expertise about warnings into
a nice interface. m.

-- 
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.