Functions in types - jumps display request

Previous topic - Next topic

aonyn

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
For by grace are ye saved through faith, and that not of yourselves: it is the gift of God: Not of works, lest any man should boast. -Ephesians 2:8-9

Kitty Hello


aonyn

For by grace are ye saved through faith, and that not of yourselves: it is the gift of God: Not of works, lest any man should boast. -Ephesians 2:8-9