|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Optional arguments and IDEBenoit,
Is it possible to show default values of optional arguments, when you write function/sub call? Now you can only see gray text "bOptionalArgumentName As Boolean", I'd like to see "bOptionalArgumentName As Boolean = True". Jussi ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Gambas-user mailing list Gambas-user@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
|
|
Re: Optional arguments and IDE> Benoit,
> Is it possible to show default values of optional arguments, when you > write function/sub call? > Now you can only see gray text "bOptionalArgumentName As Boolean", I'd > like to see > "bOptionalArgumentName As Boolean = True". > > Jussi > I put that on the TODO list. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Gambas-user mailing list Gambas-user@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
|
|
Re: Optional arguments and IDE> Benoit,
> Is it possible to show default values of optional arguments, when you > write function/sub call? > Now you can only see gray text "bOptionalArgumentName As Boolean", I'd > like to see > "bOptionalArgumentName As Boolean = True". > > Jussi > Done in revision #2410, but not well tested! Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-user mailing list Gambas-user@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
|
|
Re: Optional arguments and IDENice, thanks!
I'll test it later. Jussi 2009/11/4 Benoît Minisini <gambas@...>: >> Benoit, >> Is it possible to show default values of optional arguments, when you >> write function/sub call? >> Now you can only see gray text "bOptionalArgumentName As Boolean", I'd >> like to see >> "bOptionalArgumentName As Boolean = True". >> >> Jussi >> > > Done in revision #2410, but not well tested! > > Regards, > > -- > Benoît Minisini > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Gambas-user mailing list > Gambas-user@... > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-user mailing list Gambas-user@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
|
|
Re: Optional arguments and IDEOptional arguments now shows as wished, thanks!
But byref arguments are not showing correctly, I'm not sure if this is new problem... maybe I just haven't notice it earlier (I don't use byref much). This problem occurs generally with byref arguments, not just optional byref arguments. They show like this "BYREF As AS". Jussi On Wed, Nov 4, 2009 at 17:32, Jussi Lahtinen <jussi.lahtinen@...> wrote: > Nice, thanks! > I'll test it later. > > Jussi > > > 2009/11/4 Benoît Minisini <gambas@...>: >>> Benoit, >>> Is it possible to show default values of optional arguments, when you >>> write function/sub call? >>> Now you can only see gray text "bOptionalArgumentName As Boolean", I'd >>> like to see >>> "bOptionalArgumentName As Boolean = True". >>> >>> Jussi >>> >> >> Done in revision #2410, but not well tested! >> >> Regards, >> >> -- >> Benoît Minisini >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user@... >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-user mailing list Gambas-user@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
| Free embeddable forum powered by Nabble | Forum Help |