[Gambas-user] customising my gambas TextEditorMode

Benoît Minisini g4mba5 at gmail.com
Tue Dec 1 18:14:01 CET 2020


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


More information about the User mailing list