Bug 370745 - [syntax highlighting] Colorized Braces for better readability
Summary: [syntax highlighting] Colorized Braces for better readability
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-06 12:10 EST by Andreas Haufler CLA
Modified: 2012-02-10 02:43 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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