[Gambas-user] comments of autocomplete

Gianluigi bagonergi at gmail.com
Mon Jun 11 09:54:34 CEST 2018


You can use html after the two apostrophes like this:
'' <i> Foo

2018-06-11 9:39 GMT+02:00 Demosthenes Koptsis <demosthenesk at gmail.com>:

> how write in bold? can i use html in these comments?
>
> On 06/11/2018 10:21 AM, Gianluigi wrote:
>
>
>
> 2018-06-11 6:29 GMT+02:00 Demosthenes Koptsis <demosthenesk at gmail.com>:
>
>> hello,
>>
>> when we write a gambas function in editor the autocomplete system shows a
>> preview of the function with comments from the help wiki.
>>
>> in my library functions can i add comments which they are been shown on
>> autocomplete.
>>
>> For now only the function declaration is shown without any help comments.
>>
>> Thanks Dim
>>
>>
>>
> In the Component Class modules, this is done as follows:
>
> '' Explain what the property does
> Property Goofy as String
>
> '' Explain what the routine does
> Public Sub Foo()
>   ...
> End
>
> It could also be the same for libraries
>
> Regards
> Gianluigi
>
>
>>
>> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>>
>
>
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
>
>
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20180611/b7353768/attachment.html>


More information about the User mailing list