Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-20 Thread John Leake
On 20/09/14 01:31, Willy Raets wrote: > On za, 2014-09-20 at 00:19 +0100, John Leake wrote: >> Thank you. Should the documentation in the wiki also be updated to >> reflect this new behaviour ? > > I don't think so as the fix should make Gambas confirm the > documentation :) > It only fixes your

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Willy Raets
On za, 2014-09-20 at 00:19 +0100, John Leake wrote: > Thank you. Should the documentation in the wiki also be updated to > reflect this new behaviour ? I don't think so as the fix should make Gambas confirm the documentation :) Modules normally don't have the _new public method. As a matter of fa

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Willy Raets
On za, 2014-09-20 at 01:12 +0200, Benoît Minisini wrote: > Le 20/09/2014 01:05, Benoît Minisini a écrit : > > Le 20/09/2014 01:02, Benoît Minisini a écrit : > >> > >> Can you send your project? Normally the sentence "This class is > >> creatable" is not display if you don't have a "_new" public met

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread John Leake
Thank you. Should the documentation in the wiki also be updated to reflect this new behaviour ? On 20/09/14 00:12, Benoît Minisini wrote: > Le 20/09/2014 01:05, Benoît Minisini a écrit : >> Le 20/09/2014 01:02, Benoît Minisini a écrit : >>> >>> Can you send your project? Normally the sentence "Thi

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Benoît Minisini
Le 20/09/2014 01:05, Benoît Minisini a écrit : > Le 20/09/2014 01:02, Benoît Minisini a écrit : >> >> Can you send your project? Normally the sentence "This class is >> creatable" is not display if you don't have a "_new" public method. >> >> Regards, >> > > Sorry, it is displayed when the help com

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Benoît Minisini
Le 20/09/2014 01:02, Benoît Minisini a écrit : > > Can you send your project? Normally the sentence "This class is > creatable" is not display if you don't have a "_new" public method. > > Regards, > Sorry, it is displayed when the help comes from the source code! I fix that... -- Benoît Minisi

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Benoît Minisini
Le 19/09/2014 22:24, Willy Raets a écrit : > Hi all, > > I have this Gambas library. > I have made sure classes have their description (using ''' at the > beginning) and public functions/methods have their description (using '' > just before the function/method) > > I have this exported class named

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread John Leake
> Indeed. I removed the constraint where a class without dynamic variable > is not instanciable. But I don't know why I suddenly found that useful... > I am also dabbling with source comments and auto generated help wrt modules in general and singleton objects. Would the SVN commit history shine

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Willy Raets
On za, 2014-09-20 at 00:09 +0200, Benoît Minisini wrote: > Le 19/09/2014 22:30, Tobias Boege a écrit : > > On Fri, 19 Sep 2014, Willy Raets wrote: > >> Hi all, > >> > >> I have this Gambas library. > >> I have made sure classes have their description (using ''' at the > >> beginning) and public fun

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Willy Raets
On vr, 2014-09-19 at 22:30 +0200, Tobias Boege wrote: > On Fri, 19 Sep 2014, Willy Raets wrote: > > Hi all, > > > > I have this Gambas library. > > I have made sure classes have their description (using ''' at the > > beginning) and public functions/methods have their description (using '' > > jus

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Benoît Minisini
Le 19/09/2014 22:30, Tobias Boege a écrit : > On Fri, 19 Sep 2014, Willy Raets wrote: >> Hi all, >> >> I have this Gambas library. >> I have made sure classes have their description (using ''' at the >> beginning) and public functions/methods have their description (using '' >> just before the func

Re: [Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Tobias Boege
On Fri, 19 Sep 2014, Willy Raets wrote: > Hi all, > > I have this Gambas library. > I have made sure classes have their description (using ''' at the > beginning) and public functions/methods have their description (using '' > just before the function/method) > > I have this exported class named

[Gambas-user] Class info contradicts by Gambas added class info

2014-09-19 Thread Willy Raets
Hi all, I have this Gambas library. I have made sure classes have their description (using ''' at the beginning) and public functions/methods have their description (using '' just before the function/method) I have this exported class named Update. When typing Update in an application using the l