I am using CodeRush Xpress 9.2. You can customize some of the colors used to highlight the CodeRush Xpress Options menu. You can find the menu in Visual Studio under DevExpress -> Options. Go to the "Painting" sub-item of the "Editor" element to control some of the colors used (among them are "Navigation Fields", "Navigation Links" and "Text Fields").
If the DevExpress menu does not appear in your Visual Studio installation, just click Alt+Ctrl+Shift+Oto go to the DevExpress options. Or, if you constantly want the DevExpress menu command to appear in the Visual Studio menu, install the following registry key and restart it:
[HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\9.2]
"HideMenu"=dword:00000000
This works, at least with Visual Studio 2005 and 2008.
source
share