Tuesday, October 4, 2011

Re: Replacing tabs with spaces, finding the user view

you can use some IDE like Netbeans or Eclipse to convert tabs to
spaces... setting up the project correctly, you should get it too easy
...

Em terça-feira, 4 de outubro de 2011 11:21:17, Yves S. Garret escreveu:
> Sure it is. I originally had my code with spaces. After I ran cake
> bake all, they're now tabs.
>
> On Mon, Oct 3, 2011 at 4:46 PM, Ryan Schmidt
> <google-2010@ryandesign.com <mailto:google-2010@ryandesign.com>> wrote:
>
>
> On Oct 3, 2011, at 10:25, Yves S. Garret wrote:
>
> > Well, to be specific, I couldn't find anything on modifying the
> tabs vs. spaces info online after googling.
>
> That's really not a CakePHP question, but my text editor has a
> function for doing that; see if your text editor does. Or, if you
> like the UNIX command line, the "expand" command is useful. For
> example to convert tabs to spaces at 4 spaces per indent:
>
> expand -t 4 somefile > x
>
> Examine x, make sure it looks like you want it, then:
>
> mv x somefile
>
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org
> and help others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@googlegroups.com
> <mailto:cake-php%2Bunsubscribe@googlegroups.com> For more options,
> visit this group at http://groups.google.com/group/cake-php
>
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and
> help others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@googlegroups.com For more options, visit this
> group at http://groups.google.com/group/cake-php

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: