Menu

Extra indent for begin/end ...

Anonymous
2003-12-16
2004-01-18
  • Anonymous

    Anonymous - 2003-12-16

    "Extra indent for begin/end incide procedures" seems not working in jcf2.0 beta10/11.

    There seems no way format code like

    procedure foo(foo: boolean);
    begin
      if foo then
        begin
          // source code
        end
      else
        begin
          // source code
        end;
    end;

    what is ( i think ) more readable than current format.

     
    • Anthony Steele

      Anthony Steele - 2004-01-18

      Indeed this option is broken, but will be fixed in the next beta.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.