I have matched a case (bug?) that when I rollover the name of a procedure or function, the function signature shown in the tooltip is truncated, given that a line in the function signature is too many characters.
For example:
FUNCTION f_testing
(
value IN VARCHAR2 -- test long long description in a line .........
, other_para IN VARCHAR2
)
....
Does anyone else match this case?
And is it a bug or limitation on the character count per line?
Thanks.
For example:
FUNCTION f_testing
(
value IN VARCHAR2 -- test long long description in a line .........
, other_para IN VARCHAR2
)
....
Does anyone else match this case?
And is it a bug or limitation on the character count per line?
Thanks.