在 CodeRush 中查找键绑定定义

发布于 2024-10-31 07:20:51 字数 67 浏览 1 评论 0原文

如果我部署了社区插件并在 CodeRush 中设置了键绑定,那么我现在如何找到我在选项对话框/树层次结构中归档它的位置?

If I deployed a Community plugin and set up a key-binding in CodeRush, how do I now find where I filed it in the options dialog / tree hierarchy ?

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

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

发布评论

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

评论(2

何止钟意 2024-11-07 07:20:51

打开 CodeRush 选项屏幕(从菜单中选择 DevExpress \ Options 或按 Ctrl+Shift+Alt+O),

然后找到 IDE \ Shortcuts左侧页面层次结构中的文件夹。

在快捷方式树的上方,有一个工具栏,其中包含几个在不同情况下有用的按钮。

快捷层次结构工具栏

在这种情况下,以下 2 个选项可能会有一定用处。

选项 1 - 搜索

  • 工具栏上的倒数第二个图标(放大镜)是一个搜索工具,可用于搜索快捷方式。
  • 您可以按文件夹、键绑定、鼠标绑定或命令名称进行搜索。

快捷搜索对话框

选项 2 - 扁平化层次结构和排序

  • 单击工具栏(文件夹)中的倒数第三个图标可折叠层次结构。
  • 现在,您将在平面网格中而不是在树中查看同一组快捷方式。
  • 您现在应该能够按快捷方式或命令进行排序,并轻松找到所需的绑定。

我们建议将用户创建的绑定放置在层次结构中的自定义根文件夹中,以便轻松区分您自己的快捷方式和 CodeRush 附带的快捷方式。

这还可以简化将这些快捷方式转移到其他计算机的过程,因为这将导致所述快捷方式被放置在它们自己的文件中。

Open the CodeRush options screen (Either choose DevExpress \ Options from the menu or hit Ctrl+Shift+Alt+O)

Then locate IDE \ Shortcuts folder in the page hierarchy on the left.

Above the shortcut tree, there is a toolbar containing several buttons which are useful in different circumstances.

Shortcut Hierarchy Toolbar

In this case the following 2 options may be of some use.

Option 1 - Search

  • The 2nd last icon on the toolbar (a magnifying glass) is a search facility which can be used to search for shortcuts.
  • You can search by folder, key binding, mouse binding or by command name.

The Shortcut Search Dialog

Option 2 - Flatten hierarchy and sort.

  • Click third last icon in the toolbar (a folder) to collapse the hierarchy.
  • You'll now be viewing the same set of shortcuts in a flat grid rather than in a tree.
  • You should now be able to sort by either Shortcut or Command and easily locate the binding you're after.

We recommend placing user created bindings in a custom root folder within the hierarchy so as to easily distinguish between your own shortcuts and those shipped with CodeRush.

This can also ease transferal of these shortcuts to other machines since this will cause said shortcuts to be placed in a file of their own.

披肩女神 2024-11-07 07:20:51

在 CodeRush 选项对话框

IDE \ 快捷方式中。

单击“查找”放大镜。

在“快捷键”选项卡上键入您绑定的命令的键绑定。

或者,在“命令”选项卡上,键入插件名称的一部分。

工作完成。

谢谢。

In the CodeRush Options Dialog

IDE \ Shortcuts.

Click the 'find' magnifying glass.

on the 'Key Shortcut' tab type the keybinding of the command you bound.

Or, on the 'command' tab, type part of the plugin name.

Job Done.

Thanks.

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