[Gambas-user] 38 different classes - all exactly the same.

2012-09-03 Thread Bruce
As usual this is hard to explain in a short message, but here goes. We have a major library that provides all the persistence mechanisms for what we call "Business Objects". In our case it's Horses, Stables, Auctions, Trainers, Owners, etc etc, currently 38 of them and growing. The reason for thi

Re: [Gambas-user] Issue 324 in gambas: Tasks for deleted sourcefiles not cleared

2012-09-03 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 324 by benoit.m...@gmail.com: Tasks for deleted sourcefiles not cleared http://code.google.com/p/gambas/issues/detail?id=324 Fixed in revision #5121. -

Re: [Gambas-user] New Gambas markup syntax

2012-09-03 Thread Benoît Minisini
Le 03/09/2012 09:21, Bruce a écrit : > Last one! [Today :-)] > > Given that > a) a help comment appended to a method declaration line overrides all > the wonderful help text I have composed above it, and This is by design. Either you put a comment on the same line of the symbol (at the end of co

Re: [Gambas-user] New Gambas markup syntax

2012-09-03 Thread Benoît Minisini
Le 03/09/2012 08:30, Bruce a écrit : > And another one ... :-) > > list items with emphasized content don't work, eg > '' * using a query *Not recommended* > gives > using a query Not recommended > > (If it was me, I'd use ! and !! for emphasis/strong) > > B > That bug and the previous one on t

Re: [Gambas-user] New Gambas markup syntax

2012-09-03 Thread jm
On Sun, 2012-09-02 at 17:01 +0200, Benoît Minisini wrote: > Le 02/09/2012 14:15, Benoît Minisini a écrit : > > Hi, > > > > In revision #5117, I have added a new gambas markup syntax for help > > comments. > > > > The old syntax was a quick & dirty one inspired from the wiki. It didn't > > aim at be

Re: [Gambas-user] New Gambas markup syntax

2012-09-03 Thread Bruce
Last one! [Today :-)] Given that a) a help comment appended to a method declaration line overrides all the wonderful help text I have composed above it, and b) the code folder hides all the "above the line" help if the prior method is collapsed. I rather see that the help was based on the "belo