Re: [Gambas-user] Optional arguments and IDE

2009-11-19 Thread Benoît Minisini
Optional 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

Re: [Gambas-user] Optional arguments and IDE

2009-11-09 Thread Jussi Lahtinen
Optional 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

Re: [Gambas-user] Optional arguments and IDE

2009-11-04 Thread Benoît Minisini
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,

Re: [Gambas-user] Optional arguments and IDE

2009-11-02 Thread Benoît Minisini
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

[Gambas-user] Optional arguments and IDE

2009-11-01 Thread Jussi Lahtinen
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