Code Assistant .v. Overridden Functions and Procedures

MarkP

Member²
Hi Marco.

When Code Assistant is invoked to present argument names for overridden package functions and procedures, it seems to be able to present only one of the available argument lists.

If it is not yet possible (in 5.1.0.654) to present all of the options for a given function or procedure, would you consider this enhancement for a future release?

Regards, Mark.
 
If a program unit is overloaded, the Code Assistant will initially show the parameters of the first overloading. In that case 2 little "overload selector" buttons will appear in the lower left corner of the Code Assistant, which allow you to navigate through the overloadings. When the Code Assistant is invoked for subsequent parameters, the previous overloading will be displayed again.

------------------
Marco Kalter
Allround Automations
 
Originally posted by mkalter:
... case 2 little "overload selector" buttons will appear in the lower left corner of the Code Assistant...
Is there a possibility to assign a hotkey to these little "overload selector" buttons? I like to do as much as possible using the keyboard instead of using the mouse.

------------------
Check out: http://www.oracledeveloper.nl
 
That should be doable. I have added this to the list of enhancement requests.

------------------
Marco Kalter
Allround Automations
 
Back
Top