自定义快捷方式:删除“哈希指针”并且只需“去排队”即可按 CTRL+L

发布于 2024-11-06 17:16:06 字数 190 浏览 1 评论 0 原文

大家好 在 aptana Studio 3 中,我找不到有用的 CTRL+L -> 1 表示“哈希指针”CTRL+L -> 2 表示“转到行”,我想摆脱第一个并轻松地使用 CTRL+L 转到行,仅此而已。有人知道该怎么做吗? - 谢谢

Hi all
In aptana Studio 3 I don't find useful CTRL+L -> 1 for 'hash pointer' and CTRL+L -> 2 for 'go to line' and I would like to get rid of the first one and easily go to line with CTRL+L and that's it. Anybody knows how to do it? - Thanks

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

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

发布评论

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

评论(1

请爱~陌生人 2024-11-13 17:16:06

这是因为哈希指针 ruby​​ 包命令具有冲突的键绑定。您可以转到命令>红宝石>编辑此捆绑包以将捆绑包的副本下载到您的文档文件夹中,然后编辑 ruby​​.ruble/commands/hash_pointer.rb 文件以更改键绑定。

但你提出的问题很重要,在非 Mac 系统上 Ctrl+L 是转到行的快捷方式,这是我们不应该冲突的。我可以轻松地将其更改为适用于 Win/Linux 的其他内容,供每个人在源代码处使用。这是跟踪该修复的 Lighthouse 票证:https://aptana.lighthouseapp.com/projects/35272-studio/tickets/2402-ruby-command-hash-pointer-keybinding-conflicts-with-go-to-line-on-non- mac-oses

That's because the Hash Pointer ruby bundle command has a conflicting keybinding. You can go to Commands > Ruby > Edit this Bundle to grab down a copy of the bundle to your documents folder, then edit the ruby.ruble/commands/hash_pointer.rb file to change the keybinding.

But the issue you raise is important, on non-Mac systems Ctrl+L is the shortcut for go to line which is something we shouldn't conflict with. I can easily change it to something else for Win/Linux for everyone at the source. Here's a Lighthouse ticket to track that fix: https://aptana.lighthouseapp.com/projects/35272-studio/tickets/2402-ruby-command-hash-pointer-keybinding-conflicts-with-go-to-line-on-non-mac-oses

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