Skip to content

Add option to disable inline anonymous routines #194

Description

@pustekuchen91

What about anonymous procedures?

Initial

  TThread.Synchronize(nil,
      procedure
      begin
       ATable.DisableControls;
     end
   );

Result

This code will be formated to a one liner

TThread.Synchronize(nil, procedure begin ATable.DisableControls; end);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions