GLBasic forum

Feature request => IDE/Syntax => Topic started by: aonyn on 2010-Sep-22

Title: Functions in types - jumps display request
Post by: aonyn on 2010-Sep-22
Hi Gernot,

I have a request for the IDE, specifically the display of functions in types on the jumps display.
Would it be possible, if the type could be listed as well as the type.

Perhaps for this sample code...
Code (glbasic) Select

TYPE foo
    FUNCTION bar:
    ENDFUNCTION
ENDTYPE


The jumps display would show the function bar as foo.bar

The reason for this request is, I have numerous types in my current project, many share embedded function names, such as load, set, get, kill, etc.
Now in the jumps display, I only see many instances of these common names, rather than conveniently seeing the associated types for each.

Of course this is not essential, but would be very helpful if possible.

Thanks,
Dave
Title: Re: Functions in types - jumps display request
Post by: Kitty Hello on 2010-Sep-22
OK, on TODO list.
Title: Re: Functions in types - jumps display request
Post by: aonyn on 2010-Sep-22
Thanks Gernot   :)

Regards,
Dave