vote up 2 vote down star

I downloaded the free CodeRush Xpress version to try it. Is there a way to change the colors it uses for it's highlighting and line drawing? ie the matching braces. I have a dark color scheme and my monitor I have VS on must suck because I can't see the lines. Yet on the LCD I can. Is there a way to change the colors?

flag

44% accept rate

2 Answers

vote up 3 vote down

Just found this online... You can open their control menu with this key combination: ctrl+alt+shift+o

i'm using VS 2008 for the record & CodeRush xpress 9.2. i didnt see a menu in Visual Studio anywhere and i didnt find that registry setting either.

link|flag
vote up 2 vote down

I use CodeRush Xpress 9.1. It is possible to configure some colors used for highlighting in the Options menu of CodeRush Xpress. You can find the menu in Visual Studio (I use 2005) under DevExpress -> Options. Go to the Painting sub-item to control some of the colors used (among them Navigation Fields, Navigation Links and Text fields).

If the DevExpress menu doesn't appear in your Visual Studio installation, setting the following key in the registry could help:

[HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\9.1]
    "HideMenu"=dword:00000001
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.