Re: [Gambas-user] Events in local classes dont show up in the help

2014-11-18 Thread Benoît Minisini
Le 18/11/2014 07:08, Fabien Bodard a écrit : > Well it seem that the problem is for all local helps. As you can see > in my screenshot the class events are not listed. > > 2014-11-18 2:56 GMT+01:00 B Bruen : >> Looking at the help for a class in the current project it seems that any >> events decl

[Gambas-user] Events in local classes dont show up in the help

2014-11-17 Thread B Bruen
Looking at the help for a class in the current project it seems that any events declared do not appear in the help for that class. e.g. ' Gambas class file ''' A test for event inline help in local classes Event Test() '' A simple event Public Sub _new() End All that appears in the help brows