Bracket Matching

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi All,

Can anyone point me at a some basic bracket matching freeware please??

Having a mare with some old long SQL statements that I am trying to sort
out!!!

Regards.
Bill.
 
Bill said:
Can anyone point me at a some basic bracket matching
freeware please??

Among other thing the Zeus for Windows IDE will do
bracket matching:

http://www.zeusedit.com/features.html

Just place the cursor on a bracket to match and use
the Edit, Find Matching Brace menu to find the bracket
partner.

NOTE: Zeus is shareware, but it does have a 45 day
free trial period.
Having a mare with some old long SQL statements that I
am trying to sort out!!!

FWIW Zeus also does SQL syntax highlighting ;)

Jussi Jumppanen
Author: Zeus for Windows IDE
 
Back
Top