GLBasic forum

Main forum => GLBasic - en => Topic started by: Ian Price on 2008-Jan-03

Title: Showing Function parameters and Types in the jumpbar (IDE request)
Post by: Ian Price on 2008-Jan-03
Is there any  chance of updating the IDE to show Function+parameters and Types in the IDE jumpbar?

I know it's quick and easy to just jump to a function to examine, but it would be even quicker to look at the jumpbar and know exactly what parameters are required and the order they are in (I usually use the same format, but some functions require others too, and my memory isn;t what it used to be :P).

A Types jumpbar would also be very useful.

Or is it just me?
Title: Showing Function parameters and Types in the jumpbar (IDE request)
Post by: bigsofty on 2008-Jan-03
Yeah, handy but they should be optional as some functions have a 'lot' of parameters.
Title: Showing Function parameters and Types in the jumpbar (IDE request)
Post by: Kitty Hello on 2008-Jan-04
Type the function, then put the mouse over it. The tooltip  will tell you.

For the Types, just start every Type with the letter "T". Then type "T" and press Ctrl+Space. Tadaaa!
Title: Showing Function parameters and Types in the jumpbar (IDE request)
Post by: Ian Price on 2008-Jan-04
RE: Function - Oooh! So it does! :D

I'd still rather see them on the jumpbar though (as well).

CTRL+SPACE just seems to be a way to create the command TYPE (or other command) rather than actually show Type info, or even jump to the Type. Not very useful (and not even as quick as just typing TYPE), or am I missing something? An actual Types tab on the jumpbar would be much more useful.

Still, the Function thing is handy :)
Title: Showing Function parameters and Types in the jumpbar (IDE request)
Post by: Kitty Hello on 2008-Jan-04
Ctrl+Space is word completition. If your types start with T and you typed a T, then the selection is quite limited.
Title: Showing Function parameters and Types in the jumpbar (IDE request)
Post by: Ian Price on 2008-Jan-04
???

My Types do all start with T and what you suggested is not what I meant.

I didn't want word completion - I wanted the jump bar to show Types in the same way as it shows Functions and Subs; either in it's own tab or underneath the others.