Menu

newline before procedure/function keyword

tyebald
2007-04-05
2013-05-23
  • tyebald

    tyebald - 2007-04-05

    Version 2.27

    JCF is inserting a newline before the procedure and function keywords when used in type definitions.  For instance,

    var
        ProcVar: procedure(Arg1: TArgument);
    begin
        ...

    becomes

    var
        ProcVar:
        procedure(Arg1: TArgument);
    begin
        ....

    Is there a configuration setting that can prevent this?  None of the other type definitions break up like this.

    Thanks.

    J.

     
    • Anthony Steele

      Anthony Steele - 2007-04-08

      I'm putting this in as bug 1696552, and will try to fix it soon.

       
      • tyebald

        tyebald - 2007-04-09

        Cool.  Thanks for the follow-up!  Always nice to know I'm not (completely) crazy. ;)

         

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.