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...
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