Re: [Gambas-user] Making code pretty

2011-08-05 Thread Fabien Bodard
thanks Benoit, and it work for the help comment too ... cool ! :-) 2011/8/5 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:5

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 Kevin Fishburne
On 08/05/2011 12:53 PM, Benoît Minisini wrote: > Automatic comment insertion is done in revision #3972. Just tested it and it works extremely well. Nice job! -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 ---

[Gambas-user] Issue 76 in gambas: Iconview MoveNext does not return True moving after last item

2011-08-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 76 by ronmcina...@yahoo.co.uk: Iconview MoveNext does not return True moving after last item http://code.google.com/p/gambas/issues/detail?id=76 1) Describe the problem.

Re: [Gambas-user] Making code pretty

2011-08-05 Thread Benoît Minisini
> On 08/05/2011 12:02 PM, Ron wrote: > > It's not only eye candy, it's also a practical thing. > > If you have a bigger public project under svn, you don't want that the > > removal of one isolated space character on a empty line somewhere > > generates a commit change. > > > > So I remove them a

Re: [Gambas-user] Making code pretty

2011-08-05 Thread Kevin Fishburne
On 08/05/2011 12:02 PM, Ron wrote: > It's not only eye candy, it's also a practical thing. > If you have a bigger public project under svn, you don't want that the > removal of one isolated space character on a empty line somewhere generates > a commit change. > > So I remove them all in my projec

Re: [Gambas-user] Making code pretty

2011-08-05 Thread Ron
It's not only eye candy, it's also a practical thing. If you have a bigger public project under svn, you don't want that the removal of one isolated space character on a empty line somewhere generates a commit change. So I remove them all in my projects while writing code. Regards, Ron_2nd. 'Pr

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

Re: [Gambas-user] Making code pretty

2011-08-05 Thread Johny Provoost
Op 04-08-11 17:43, zachsmith...@gmail.com schreef: > On 8/4/2011 8:22 AM, Benoît Minisini wrote: >> Hi there, >> >> I'd like to add some options to the "making code pretty" feature in the IDE. > I think that an option to sort procedures by name would be helpful. > > ---

[Gambas-user] Re ctangle Problem

2011-08-05 Thread akiti
Hello. I seem to have reached difficult problem. How do I draw a filled rectangle that woks in XOR mode. i.e does not overwrite the pixels below, but inverts them Following code does not seem to work Paint.Begin(DrawingArea1) Paint.Operator = Paint.OperatorXor Paint.Brush = Paint