Re: Stripping trailing whitespace
Re: Stripping trailing whitespace
- Subject: Re: Stripping trailing whitespace
- From: Fritz Anderson <email@hidden>
- Date: Tue, 05 Jul 2011 14:25:23 -0500
On 5 Jul 2011, at 11:58 AM, Jens Alfke wrote:
> In Xcode 3 I used the Google Toolkit For Mac [GTM] Xcode plugin, one of whose features was to automatically strip whitespace before saving a file. In Xcode 4 I thought I remembered hearing that the editor would have a pref to do this, but I can’t find one. And the script menu doesn’t seem to exist any more, so I can’t write a user script to do it. Anyone got any good tips for this?
It's a cheat, and inefficient, but you could add a Run Script build phase that did it. If you set the "Run script only when installing" flag, it would run only when you archive, which I'd assume is a decent surrogate for "before I check it in."
Or you could put in a run-script-only target, and add it to whatever command you like in the Scheme editor.
— F
_______________________________________________
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