Page 1 of 1

Interfaces autocompletion and statusbar help

Posted: Fri Mar 05, 2010 11:59 pm
by luis
As it is now, we have name auto-completion for the procedures we write and the help in the statusbar for the expected parameters to that procedures.

Could be possible to extend that to Interfaces too ?

For example:

Code: Select all

Interface Triangle
 Destroy()
 GetSide.d(Side.s)
 SetSide(Side.s, Value.d)
 CalcExtent.d()
EndInterface
If we declare

Code: Select all

tri.Triangle
and then we start to type

Code: Select all

tri\
we get the list of the available methods

Code: Select all

tri\SetSide(
at this point it would be very nice to have in the statusbar the help for the expected parameters like we have for the normal procedures: SetSide(Side.s, Value.d)

Is there any chance, or maybe some way to obtain this already ?

Thank you.

Re: Interfaces autocompletion and statusbar help

Posted: Sun Mar 07, 2010 5:58 pm
by freak
This is planned for 4.50

Re: Interfaces autocompletion and statusbar help

Posted: Sun Mar 07, 2010 6:19 pm
by luis
GREAT!

Thank you so much !

Re: Interfaces autocompletion and statusbar help

Posted: Mon Mar 08, 2010 12:21 pm
by Mistrel
Wow. That would be exciting. :D

Re: Interfaces autocompletion and statusbar help

Posted: Tue Mar 09, 2010 10:21 pm
by DoubleDutch
This is planned for 4.50
Can't wait to see what else is going to be in 4.5 :D

Re: Interfaces autocompletion and statusbar help

Posted: Thu Apr 01, 2010 11:54 am
by luis
freak wrote:This is planned for 4.50
It's there! Wow! Thank you very much for adding this :)