1.0.5 IDE bug (comments with '{' type brackets)

I've noticed this is previous versions but now still with 1.0.5, when comments have a '{' type of bracket in them, the IDE still includes the bracket in its helpful highlighting of bracket pairs. For example, see the attached pic. My cursor is positioned on the last '}' and the IDE thinks it's matching pair is at the end of the commented out while line.

Capture.JPG

The way I deal with this is to simply add:

//}

at the end of the commented line. A bit of a hack I know, but it works.