integrated-application-development / integrated-application-development/pasfmt

Add option to disable inline anonymous routines

Open
#194 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
105
Forks
20
PR merge metrics
No merged PRs in 30d

Description

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);`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.