Find Matches(Ctrl+M) in PL/SQL Developer 7.1.5

flashpro

Member
hi
what is function Find Matches (Ctrl+M) (menu "EDIT")
function find matches is work? in sql sub query
how to workshop for me

Thank you for your help.
 
Last edited:
The "Find Matches" item highlights various items (e.g. the loop and if/then/else structures, but also variables, parameters, and so on). By default the items are automatically highlighted when you place the cursor on an item, so the "Find Matches" function only has effect when the highlight preference is disabled.
 
Marco,
I know that this has been brought up before, but it would still be useful if Ctl-M would still go to the match EVEN IF the highlighting is enabled. Right now, for complex nesting, i have to put the cursor on one of the pair, place my finger on the screen and then move the mouse to where my finger is! ugh, ugly!
 
Highlighting is very nice. Moving to the match is handy if the match is several pages away though. I know it's bad coding practice, but some do that.

I think it would be nice if PL/SQL Developer did both.
 
Back
Top