brackets highlighting

rudito

Member
I'm looking for an add-on with the feature of brackets highlighting.
Can anyone give me a hint for that?

thanks in advance
rudito
 
Doesn't the 'Find Matching Pair' do the trick? You can find this in the [Edit] menu, or press the (default?) hotkey: CTRL+M

regards,
Patrick
 
In PL/SQL Developer 6.0, you can go to Tools > Preferences > Editor and enable the "Highlight parentheses" option.

For the Program Window there is additionally a preference to highlight:

- if / then / else / elsif / end if
- loop / end loop
- for / loop / end loop
- while / loop / end loop
- case / when / then / else / end case
- declare / begin / end

pls6ifthenelse.gif
 
yea, I thought of that later, but getting over here to update it is steps out of the way.

Thanks for clarifying it though, 6.1 is what I am waiting for.
 
Back
Top