[Gambas-user] customising my gambas TextEditorMode

Bruce Steers bsteers4 at gmail.com
Thu Dec 3 00:30:07 CET 2020


Can anyone confirm or deny doing what Ben says works?

I tried...
Private Type As Integer Use $Type

And nothing happened.
Bruce.


On Tue, 1 Dec 2020, 17:15 Benoît Minisini, <g4mba5 at gmail.com> wrote:

> Le 01/12/2020 à 16:12, Bruce Steers a écrit :
> >
> > forgot to mention I also added this to line 617 ..
> > *  $hEditor.Insert("\n\nPrivate $" & sName & " As " & sType & gb.Lf)
> > *
> >
>
> Otherwise, you can use the syntax:
>
> Property FooBar As String Use $sFooBar
>
> It's faster to write!
>
> https://gambaswiki.org/wiki/lang/propdecl
>
> Regards,
>
> --
> Benoît Minisini
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201202/0bda63d2/attachment.htm>


More information about the User mailing list