Re: [Gambas-user] Callback

2011-08-10 Thread Stephen A. Bungay
I don't see the need myself, I do see how it allows the 'Something' sub to vary what sub it calls by varying the 'test' parameter passed in, but I question the need and wonder, since 'test, could be varied, if that need could be fulfilled another way by select or if within 'Something. Of course

Re: [Gambas-user] Making code pretty

2011-08-05 Thread Stephen A. Bungay
Have not tested this yetm sounds useful. Agree with you Kevin, empty lines full of spaces and trailing spaces on lines are things to be removed. Kevin Fishburne wrote: >On 08/05/2011 12:53 PM, BenoƮt Minisini wrote: >> Automatic comment insertion is done in revision #3972. > >Just tested it an

Re: [Gambas-user] Making code pretty

2011-08-05 Thread Stephen A. Bungay
I suppose, but then the removal (or addition) of white space should probably not generate a commit change as white space is not critical to GAMBAS logic. Each to their own, but the 'prettying' should be configurable. Ron wrote: >It's not only eye candy, it's also a practical thing. >If you hav

Re: [Gambas-user] Making code pretty

2011-08-05 Thread Stephen A. Bungay
'Pretty' is in the eye of the beholder. I write my code so it is easy to read and easy see the structure of the code, spaces and empty lines are therefore used extensively. Since the compiled code is not affected by them what's the problem? Ron wrote: >Empty lines yes, keep them! > >But Kevin