Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Subclipse Commit Behaviour

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.

like image 481
NT3RP Avatar asked Nov 04 '22 23:11

NT3RP


1 Answers

(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.

like image 178
NT3RP Avatar answered Nov 13 '22 02:11

NT3RP