在Eclipse中,如何使Shift+Enter不立即发送提交?

发布于 2024-12-04 19:45:00 字数 164 浏览 2 评论 0原文

在Eclipse中,如何使Shift+Enter不立即发送提交?

在软件(编辑器、浏览器等)的大多数编辑上下文中,Shift+Enter 会产生硬换行,但在 Eclipse 中,当您在提交到版本控制系统之前撰写提交消息时,按 Shift+Enter 将立即提交。有没有办法克服这种有时不方便的行为?

In Eclipse, how to make Shift+Enter to not send a commit immediately?

In most editting contexts in software (editors, browsers, etc.), Shift+Enter makes a hard linebreak, but in Eclipse when you compose a commit message before making commit to a version control system, hitting Shift+Enter will make the commit immediately. Is there a way to override this sometimes-inconvenient behavior?

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

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

发布评论

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

评论(2

网白 2024-12-11 19:45:00

我将其放在这里是因为不清楚在哪里回复之前的答案。

这些说明是不正确的。 Ctrl+Shift+L 两次无法打开我的首选项。然后,您必须导航至“常规”>“按键”。然后在绑定栏下,您可以找到 Shift+Enter,但它仅设置为“在当前行下方插入行”。取消绑定此命令不会更改提交时的行为。

I'm putting this here because it's not apparent where to reply to the previous answer.

These instructions are incorrect. Ctrl+Shift+L twice does not open my preferences. You must then navigate to General>Keys. Then under the binding column you can find Shift+Enter but it is only set to "Insert Line Below Current Line". Unbinding this command does not change behaviour when committing.

蓝色星空 2024-12-11 19:45:00

一种选择是禁用此命令。

  • CTRL+SHIFT+L两次。
  • 将打开首选项窗口。
  • 转到“绑定”列中的Shift+Enter
  • 单击取消绑定命令按钮将其禁用。

One option is to disable this command.

  • Hit the CTRL+SHIFT+L twice.
  • Preferances window will be opened.
  • Go to Shift+Enter in Binding column.
  • Click on Unbind Command button to disable it.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文