Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Code formatter contribution for PDT

Cool, thanks a lot for the info.


The formatter has one major advantage over the one written by atlanto: it supports region based formatting.

I've noticed it has the same issue like the pdt-eg formatter, it doesn't preserve indentation for fluent interface calls, e.g:


        $this
            ->getMockBuilder('SomeClass')
            ->disableOriginalConstructor()
            ->getMock()
        ;

will be formatted to:

        $this->getMockBuilder('SomeClass')
            ->disableOriginalConstructor()
            ->getMock();


But that's minor i guess ;)


-robert




On Mon, May 13, 2013 at 10:18 PM, Seva Lapsha <seva.lapsha@xxxxxxxxx> wrote:
That's great news!


On Mon, May 13, 2013 at 3:43 PM, Jacek Pospychała <jacek.pospychala@xxxxxxxxx> wrote:
hi,

I'd like to draw your attention to this bugzilla:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=407768

There's a new code formatter contribution for PDT. It's now scheduled
for IP review and after that is highly likely to be included into PDT.

Early adopters and PDT extenders, please don't hesitate to give it a
try and share your feedback!

thanks

Jacek
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev




--
phone +43 676 64 57 240

Zieglergasse 65/6
1070 Vienna
Austria

twitter.com/pulse00
github.com/pulse00

Back to the top