Share

Jedi Code Format

Code

Programming Languages: Delphi/Kylix, Pascal

License: Mozilla Public License 1.1 (MPL 1.1)

Repositories

browse code, statistics, last commit on 2009-10-21 svn co https://jedicodeformat.svn.sourceforge.net/svnroot/jedicodeformat jedicodeformat

Show:

What's happening?

  • delphi 2010 class declarations crasehs fomrating

    This one wont format but its compileable. type TForm3 = class(TForm) public class function GetI: Integer; static; class var i : Integer; class constructor Create; class destructor Destroy; class property mtryrt: Integer read GetI; end; Pls don't abandon JCF it's ages ahead of what new d2010 formatter offer.

    2009-11-20 09:21:29 UTC by nobody

  • Jedi Code Format

    paulish committed revision 824 to the Jedi Code Format SVN repository, changing 33 files.

    2009-10-21 08:08:52 UTC by paulish

  • conditional define (ifdefs) break parsing.

    I have found many parts of my code where conditional defines are breaking the Jedi Code Formatter parser. Here's an easy way to kill the parser: type TFoo = class({$ifdef A}BaseA{$else}BaseB{$endif}) The same thing is true of ifdefs inside a try/except block: try .... except {$ifdef A} DoSomething; {$else}.

    2009-10-20 15:31:03 UTC by wpostma

  • Followup: RE: JEDI Code Formatter does nothing (All Files)

    Okay I figured it out. I had "*.pas" in the extensions edit box instead of merely "pas". Since the.

    2009-10-20 15:03:43 UTC by wpostma

  • JEDI Code Formatter does nothing (All Files)

    Why does JCFGui tell me "Nothing done" when I select a directory and pick "All files in directory"? What is up with that? This product will do a single file, and that's it. None of the other options work at all. Ver 2.43 January 2009. Warren.

    2009-10-20 14:39:38 UTC by wpostma

  • Followup: RE: test

    Hûh??.

    2009-10-20 14:39:08 UTC by akkiemalus

  • Followup: RE: test

    oh NOW it works.

    2009-10-20 14:38:03 UTC by wpostma

  • test

    test. cannot post to this forum.

    2009-10-20 14:37:26 UTC by wpostma

  • Delphi 2010 IDE Support?

    Can I just recompile the BPL or is 2010 different enough that it needs a rewrite to integrate JCF into the IDE?.

    2009-10-14 00:29:51 UTC by kgmccoy

  • JCF is adding unwanted begin end to if else

    I have following code: if a then b else c; JCF wrap b and c into begin end block: if a then begin b end else begin c; end; How can I avoid this? Thanks.

    2009-10-11 11:57:33 UTC by simpletk

Our Numbers