Bug 370745

Summary: [syntax highlighting] Colorized Braces for better readability
Product: [Eclipse Project] JDT Reporter: Andreas Haufler <aha>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, jasonab, remy.suen, steeg
Version: 3.8   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Andreas Haufler CLA 2012-02-06 12:10:42 EST
Build Identifier: 

To easily select inner sub expressions in statements like: test(bar(foo(3+4))) it would be helpful to color pairs of round braces based on a colorwheel, so that
one easily sees, what belongs together.

The approch, along with an example can be found here:
http://andreas.haufler.info/2012/02/better-syntax-coloring-for-ides.html

Reproducible: Couldn't Reproduce