Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-03 Thread Sven Barth
As Marco said the tool wasn't updated for quite some time (according to SVN around 4 years), so if you find language constructs that aren't indented correctly you should add a bug report to http://bugs.freepascal.org/ (I don't know though how friendly the bug tracker is for blind people).

Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-02 Thread Vinzent Höfler
On Mon, 02 Jan 2012 15:12:15 +0100, luciano de souza luchya...@gmail.com wrote: So I ask: Does someone know a commandline tool that indents the code automatically? Try 'ptop'. It comes with FPC already. Vinzent. ___ fpc-pascal maillist -

Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-02 Thread michael . vancanneyt
On Mon, 2 Jan 2012, luciano de souza wrote: hello listers, A blind programer doesn't matter whether a code is indented. That's my case. For us, it's natural to disregard all code formatation. In spite of that, the indentation is crucial. If my code is read by sighted programers, they will

Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-02 Thread Marco van de Voort
In our previous episode, michael.vancann...@wisa.be said: My editor is Gedit. In Linux, there are not lots of accessible editors. For this reason, I don't think I will get a plugin to do it for me. So I ask: Does someone know a commandline tool that indents the code automatically?

Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-02 Thread Luciano de Souza
I have tested ptop with very good results. It does really what I want. As it is possible to get the default cfg with '-g, we can change it and call the changed cfg with '-c'. It's really a powerful and easy tool. Em 02-01-2012 14:29, Marco van de Voort escreveu: In our previous episode,