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

Re: [Gambas-user] New Gambas markup syntax

2012-09-02 Thread Bruce
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 -- Live Secu

Re: [Gambas-user] New Gambas markup syntax

2012-09-02 Thread Bruce
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-02 Thread Benoît Minisini
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 being final. And that new syntax may replace the wiki syntax when > I have t

[Gambas-user] New Gambas markup syntax

2012-09-02 Thread Benoît Minisini
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 being final. And that new syntax may replace the wiki syntax when I have time to implement a new wiki. The new syntax is inspired f