Code assistant is showing parameters alphabetically

Tim Scott

Member²
Hi,

Has anyone else run into this?
When the code assistant pops up the list of parameters for, for example, "regexp_replace", they are listed alphabetically. This isn't inordinately helpful:

Code:
(result)     varchar2
[modifier]   in varchar2
[occurrence] in binary_integer
pattern      in varchar2
[position]   in binary_integer
[replacestr] in varchar2
srcstr       in varchar2

... I had a look in preferences, but couldn't see anything obvious.

I'm using v.12.0.5.1828 (32-bit) talking to a 12.1.0.2 database.
 
There is a small button at the bottom of the popup window. Clicking this sorts the parameters alphabetically. Maybe this button is pressed (it is sticky)?
 
Back
Top