Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28633 Discussions

vs shell 2010: parentheses matching highlight

Luis_Solis
Beginner
352 Views
Hi

Is there any option to highlight matching parentheses in vs shell 2010?

I've tried with tools->options->environment

I've found brace matching highlight, but not parentheses matching

Thanks
0 Kudos
2 Replies
Steven_L_Intel1
Employee
352 Views
No, there isn't. What we do have is matching block begin and end constructs (IF..END IF, DO..END DO, etc.)
0 Kudos
jimdempseyatthecove
Honored Contributor III
352 Views
Louis,

Most (if not all) of the IDE "experience" is implimented using Visual Basic scripts. If you have time on your hands, you might try to locate the VB scripts used when editing C/C++ then look in the script for the functions that do the () matching, as well as {}, []. You should be able to copy these VB functions into the IVF scripts then check where highlighting calls are made and add the new functions to the list.

Jim Dempsey
0 Kudos
Reply