Re: Enabling language-specific warnings in multi-language projects
Re: Enabling language-specific warnings in multi-language projects
- Subject: Re: Enabling language-specific warnings in multi-language projects
- From: Matt Neuburg <email@hidden>
- Date: Tue, 25 Jul 2006 10:57:03 -0700
- Thread-topic: 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:
This email sent to email@hidden