delphicode-formattingdelphi-2006

Delphi code formatter


Are there any utilities that reformat Delphi code ?

EDIT

I am using Delphi 2006

Some feedback

Thanks to all that answered this question

I have been using the JCF code formatter - it works well and my code is been formated to Object Pascal Style Guide


Solution

  • You can try the "Jedi code Format". See more information here: http://jedicodeformat.sourceforge.net/

    The formatting engine of DelForExp has been integrated into the code base of GExperts. An experimental version of GExperts including a "Code formatter" here:
    http://blog.dummzeuch.de/experimental-gexperts-version/

    Separate information/downloads for DelForExp here.

    Regards.