integrated-application-development / integrated-application-development/pasfmt
Add option to disable inline anonymous routines
Open
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.