[Gambas-user] Automanic Line Separator for Subroutine in writing code
Dimitri Bellini
dimitribellini at ...69...
Fri May 9 18:54:35 CEST 2003
On Friday 09 May 2003 09:49, Benoit Minisini wrote:
> Le Jeudi 8 Mai 2003 01:49, Dimitri Bellini a écrit :
> > Hi Benoit
> > is possible to have a automatic line separator for every subroutine
> > (like visual basic while writing a Subroutine) like this:
> > #######################################
> >
> > PRIVATE $hConn AS NEW Connection
> > PRIVATE $rData AS NEW Result
> >
> > ---------------------------------------------------------------
> > STATIC PUBLIC SUB Main()
> >
> > DIM hForm AS Form
> >
> > hForm = NEW FMain
> > hForm.Show
> >
> > END
> > ----------------------------------------------------------------
> > PUBLIC SUB btnConnetti_Click()
> > DIM sName AS String
> >
> > TRY $hConn.Close
> >
> > WITH $hConn
> > .Type = "mysql"
> > .Host = "localhost"
> > .Login = "root"
> > .Password = "dimitri76"
> > END WITH
> > END
> > ---------------------------------------------------------------
> >
> > ######################################
> > I know that is only for newbie but if is possible...
> > Thanks in advance
> >
> > Dimitri
>
> You like THAT ? Bleeeh... ;-)
>
> If I have time I will do it.
Thanks :-) Is only for visual feel..
Dimitri
More information about the User
mailing list