[chromium-dev] Dandruff fixit day?

2010-03-31 Thread Dave MacLachlan
I hope this has been suggested in the past, but thought I'd raise the discussion again. Maybe I'm overreacting being a first time sheriff, but I'd be interested in hearing what other people have to say. Based on this data: grep -R "TEST_F.* FLAKY_" src | wc -l 181 and grep -R "TEST_F*. DI

Re: [chromium-dev] Xcode, whitespace and you

2009-12-01 Thread Dave MacLachlan
We do now: 7433107 Add preference to Xcode to automatically add newline to end of file Cheers, Dave On Dec 1, 2009, at 5:29 AM, Thomas Van Lenten wrote: > Dave - do you have a radar for the trailing newline also? > > TVL > > > On Tue, Dec 1, 2009 at 12:39 AM, Dave MacLachla

Re: [chromium-dev] Xcode, whitespace and you

2009-11-30 Thread Dave MacLachlan
On Nov 30, 2009, at 4:57 PM, Mark Mentovai wrote: > > All with backend stuff, though. > > I'll poke and see. You may want to reference radar 7432370: Add preference to Xcode to strip useless eol whitespace. Cheers, Dave -- Chromium Developers mailing list: chromium-dev@googlegroups.com View

Re: [chromium-dev] Xcode, whitespace and you

2009-11-30 Thread Dave MacLachlan
Jens, That particular script is part of a separate package actually, but it's easy to set up. Go To The Script menu, and choose Edit User Scripts. Click on the "Plus" and add a "New Shell Script" Set the script to: #! /bin/sh /usr/bin/sed -E 's/[[:space:]]+$//' Set the Input to "Entire Docume

Re: [chromium-dev] Xcode, whitespace and you

2009-11-30 Thread Dave MacLachlan
itor at any time > will see this handy tip. > > On Mon, Nov 30, 2009 at 21:31, Dave MacLachlan > wrote: > If you don't ever use Xcode as an editor, don't ever want to use > Xcode as an editor, or don't know what Xcode is, you can stop > reading now. >

[chromium-dev] Xcode, whitespace and you

2009-11-30 Thread Dave MacLachlan
If you don't ever use Xcode as an editor, don't ever want to use Xcode as an editor, or don't know what Xcode is, you can stop reading now. Hopefully I've got a few of you left ;-) I open sourced an Xcode Plugin that thomasvl and I have been working on for a while, and enhanced it by adding t