Hi guys! Does anybody know how to turn off this annoying syntax hint which pop-ups every time when the mouse pointer goes over the line. Say, I have lRec1 and lRec3 which are an instances of a types T1 and T3 respectively. I type some assignments like lRec.f1 := lRec2.f3; Every time mouse pointer goes over this line I can’t see anything except of boxes like that:
Unfortunately, there is no way to turn off the syntax hint, that would be an enhancement request. I would suggest an alternative solution also: the hint should disappear after a short delay (say, 1 sec).
Dot lookup works in 6.2 as soon as the preference is enabled, and we believe that in general Code Completion in 6.x is far better than in previous versions. We’ve done a lot of work in this area. Please make sure that the preferences (Code Editor\General\Code Completion\Automatic Code Completion, Automatic Dot Lookup) are enabled. Is lRec1 of a record or object type?
There’s no preference to turn off this feature but we have a CR to implement it for a later version
The dot-lookup is still there. However, we’re aware that in some environments it is not as responsive as 5.5. Have you tried using Ctrl+space to manually fire up the dot look-up? When you do this, please take a look at the top right corner and see if the x button used to close the code editor is greyed out or not.
Thanks Gwen.
I’ve just honestly tried Ctrl+Space - does not work - no reaction at all.
What I did: I typed lRec1 (being inside of Code Editor having my package loaded)
which is declared as
lRec1 ora_Type := ora_Type (NULL, NULL, …NULL);