Re: [Gambas-user] Question on autohelp in IDE and libaries.

2012-08-28 Thread Willy Raets
On di, 2012-08-28 at 20:18 +0200, Fabien Bodard wrote: > 2012/8/28 Jussi Lahtinen : > > Example: > > > > ''This line is visible in help window. > > ''This second line too... > > Public Sub TestSub() > > ... > > > > So, put helplines before declaration of method/function/variable/etc. > > > > Jussi

Re: [Gambas-user] Question on autohelp in IDE and libaries.

2012-08-28 Thread Fabien Bodard
2012/8/28 Jussi Lahtinen : > Example: > > ''This line is visible in help window. > ''This second line too... > Public Sub TestSub() > ... > > So, put helplines before declaration of method/function/variable/etc. > > Jussi This is only available for class in the current project. For extra libs the

Re: [Gambas-user] Question on autohelp in IDE and libaries.

2012-08-28 Thread Jussi Lahtinen
Example: ''This line is visible in help window. ''This second line too... Public Sub TestSub() ... So, put helplines before declaration of method/function/variable/etc. Jussi On 27 August 2012 23:48, Willy Raets wrote: > Hi all, > > Hope someone can help with this one. Seems to me an undo