Variable highlight problem

Ameen

Member²
Hi
There is a nice feature in PLSQL Developer, which is variable highlight when cursor stands on a variable name. But I have a problem with record variables, for example if I declared v_my_rec as a record with 3 fields (x,y,z) and I put the cursor on v_my_rec.x variable, the field (x) is not highlighted, while all occurrences of v_my_rec record are highlighted (including y and z) . This is bad because I concentrate on "x" portion of the record and not the entire record.
I suggest to highlight the entire record when cursor stands on record variable name, and highlight the field (with the record name) when the cursor stands on the field portion of the record variable.

Thanks
 
Back
Top