Aptana Ctrl +左/右
我刚刚开始使用 Eclipse Indigo 的 Aptana 3 插件。当我在某些情况下使用 Aptana 编辑器时,它会更改 CtrlLeft/Right 的行为。假设我正在编辑一些 JavaScript
function foo() {
alert('bar');
}
如果光标位于函数中“f”的左侧,则 CtrlLeft 不执行任何操作,而不是转到该行的开头,然后是上一行的结尾,等等,就像在 Eclipse 中通常所做的那样。如果光标位于 foo 中“o”的右侧,则 CtrlRight 不会执行任何操作,而不是跳转到大括号。
我经常使用 CtrlLeft/Right 来移动,这非常烦人。我在选项中没有找到与键绑定相关的任何设置。有谁知道如何改变这种行为?
更新:我刚刚在 Windows 上尝试了 Aptana,没有遇到此问题,它似乎只发生在 Linux 上。我向 Aptana 提交了错误报告。
I just started using the Aptana 3 plugin for Eclipse Indigo. When I use the Aptana editor in some contexts it changes the behavior of CtrlLeft/Right. So say I'm editing some JavaScript
function foo() {
alert('bar');
}
If the cursor is left of the 'f' in function, CtrlLeft does nothing, rather than going to the begging of the line, then end of previous line, etc. as it does normally in eclipse. If the cursor is right of the 'o' in foo, CtrlRight does nothing, rather than jumping to the curly brace.
I use CtrlLeft/Right to move around often and this is incredibly annoying. I'm not finding any settings relevant to key bindings in the options. Does anyone know how to change this behavior?
Update: I just tried Aptana on Windows and do not have this issue, it appears to only happen on Linux. I submitted a bug report to Aptana.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Eclipse 3.7 中的一个已知错误: https://bugs.eclipse.org/ bugs/show_bug.cgi?id=350362。迄今为止,除了降级到 Eclipse 3.6 之外,还没有已知的解决方法。
It is a known bug in Eclipse 3.7: https://bugs.eclipse.org/bugs/show_bug.cgi?id=350362. There are no known workarounds to date, except for to downgrade to Eclipse 3.6.