Bracket highlighting in Eclipse

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Bracket highlighting in Eclipse

Post by greyhoundcode »

I'm using the Eclipse IDE for PHP. If I place the cursor next to a curly brace, the matching brace is highlighted by means of an indistinct grey box. I would prefer something more obvious, like changing both braces in a matching pair to a nice bright red or something - does anyone know how to do this, because I cannot find a settings dialogue within Eclipse

:cry:
koen.h
Forum Contributor
Posts: 268
Joined: Sat May 03, 2008 8:43 am

Re: Bracket highlighting in Eclipse

Post by koen.h »

Hey, I see you can adjust the color of the matching bracket:

http://help.eclipse.org/help32/index.js ... ref-21.htm
Post Reply