更改子剪辑提交行为
这似乎是一个愚蠢的问题,但这绝对让我发疯!
我使用 Eclipse 的 Subclipse 插件来签入项目的代码。当我提交更改时,Subclipse 会提示输入提交消息(如预期)。发生的情况是,我开始输入我的提交消息,按 Shift
+ Enter
...当然,它会提交我的更改,包括我不完整的消息。
有什么办法可以改变这种行为吗?比如说,让 Enter
提交更改?我不介意是否没有简单的修复方法,只要有一个可以遵循的步骤的修复方法即可。
This may seem like a silly question, but it is something that drives me absolutely crazy!
I use the Subclipse plugin of Eclipse to check-in code for a project. When I go to commit changes, Subclipse prompts for a commit message (as expected). What happens is, I start typing my commit message, press Shift
+ Enter
... and of course, it commits my changes, including my incomplete message.
Is there anyway to change this behaviour? Say, to have Enter
commit the changes? I don't mind if there isn't an easy fix, so long as there is a fix with steps to follow.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(为了帮助任何人解决这个问题...)
不,从 Eclipse Indigo 来看这似乎是不可能的。改变这种行为的唯一方法似乎是在插件中更改代码并重新编译。
(In the interests of assisting anyone with this problem...)
No, it does not look like this is possible as of Eclipse Indigo. The only way to change this behaviour seems to be making a code change in the plugin and recompiling yourself.