Re: [fpc-pascal] Beautifier for freepascal

2015-12-01 Thread Peter
In addition to ptop and JCL already mentioned, there is the closed source DelForEx.zip intended for use with Delphi. There are standaline versions of it that run under wine on 'nix. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists

Re: [fpc-pascal] Beautifier for freepascal

2015-12-01 Thread Graeme Geldenhuys
On 2015-11-30 14:21, G.W. Herbold wrote: > Is there any plan to create such a very helpful tool??? As Jonas mentioned, there is "ptop" included with FPC. I've had some good usage of it in the past, but I don't know how much development it still receives (I should check the commit history). Also,

Re: [fpc-pascal] Beautifier for freepascal

2015-11-30 Thread Jonas Maebe
G.W. Herbold wrote: Is there any plan to create such a very helpful tool??? FPC comes with the "ptop" tool that can be used to format/beatify your code. The Lazarus IDE (http://www.lazarus-ide.org ) also comes with a built-in code formatter. Jonas PS: please mention in the mails you send