CodeRush Xpress 颜色

发布于 2024-07-07 22:40:58 字数 140 浏览 12 评论 0原文

我下载了免费的 CodeRush Xpress 版本来尝试一下。 有没有办法改变它用于突出显示和线条绘制的颜色? 即匹配的大括号。 我有一个深色的配色方案,我的显示器上有 VS 一定很糟糕,因为我看不到线条。 但在液晶显示屏上我可以。 有没有办法改变颜色?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

故事未完 2024-07-14 22:40:59

我使用CodeRush Xpress 9.2。 可以在 CodeRush Xpress 的选项菜单中配置一些用于突出显示的颜色。 您可以在 Visual Studio 中的 DevExpress 下找到菜单 -> 选项。 转到编辑器项的绘画子项来控制使用的一些颜色(其中导航字段导航链接文本字段)。

如果 DevExpress 菜单没有出现在 Visual Studio 安装中,只需按 Alt+Ctrl+Shift+O 即可直接转到 DevExpress 选项。 或者,如果您想要在 Visual Studio 中永久使用 DevExpress 菜单项,请设置以下注册表项并重新启动它:

[HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\9.2]
    "HideMenu"=dword:00000000

这至少适用于 Visual Studio 2005 em> 和 2008

I use CodeRush Xpress 9.2. 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 under DevExpress -> Options. Go to the Painting sub-item of the Editor 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, just press Alt+Ctrl+Shift+O to directly go to DevExpress Options. Or, if you permanently want the DevExpress menu entry in Visual Studio, set 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.

佞臣 2024-07-14 22:40:59

刚刚在网上找到了这个...您可以使用以下组合键打开他们的控制菜单:ctrl+alt+shift+o

我正在使用 VS 2008 进行记录& CodeRush xpress 9.2。 我在 Visual Studio 中没有看到任何菜单,也没有找到该注册表设置。

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.

罪歌 2024-07-14 22:40:59

如果您使用的是 64 位计算机,则路径会有所不同:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Developer Express\CodeRush for VS

If you're using a 64bit machine the path will be different:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Developer Express\CodeRush for VS

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文