Topic: Highlight matching brackets in expressions

First, would like to say I think this program is the best. I've been using it for about 5 years now. It really helps me understand some subjects in math, science, and engineering, and verify assignments; or just working on something for my own interest.

However, one thing that I think could be nice, would be to highlight matching brackets when entering them into the program (i.e.: when adding a new function to plot, or defining a custom function).

Some examples of other programs that do this:
- MATLAB (http://www.mathworks.com/),
- Octave (http://www.gnu.org/software/octave/),
- XMaxima (http://maxima.sourceforge.net/docs/xmaxima/xmaxima.html),
- Bloodshed Dev C++ (http://www.bloodshed.net/devcpp.html)

If I goofed and this feature is already in Graph, then if someone could let me know how to enable it, or if they know it doesn't work with Windows 7, that would be great.

Re: Highlight matching brackets in expressions

Thank you for the suggestion. I will take a look at it, but unfortunately highlighting is rather difficult to implement as it is not supported by the Windows edit control. I will see what I can do, but don't expect anything.