MMEdit V5.2


Author Message
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6143
Posted: 06:00am 25 Apr 2024      

MMEdit V5.2.8 has been uploaded to my website.

I have tidied up the matching brace/bracket code.

When you enter the opening bracket '(', the matching closing bracket is added and the cursor between the brackets.
This only happens for '(' and not the other pairs '{}', '[]' and '<>'
You can turn this behavior off in Preferences.

When you place the cursor beside a brace of any kind it's match is highlighted. I chose red because I think it stands out the most but you can edit the inf file if you want a different colour.

When you leave a line, the while line is checked for '()' pairs that are not in strings or comments and advises you if there is a miss-match. The other styles of braces are not checked.
This check is also done when 'formatting' the code.
You can turn this behavior off in Preferences.

Jim