|
From: David C. <dc...@us...> - 2005-10-02 23:31:19
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31655 Modified Files: plugin.xml Log Message: Eliminate old keybindings for comment/uncomment that weren't really bound anyway. Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/plugin.xml,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** plugin.xml 2 Oct 2005 17:18:53 -0000 1.62 --- plugin.xml 2 Oct 2005 23:31:11 -0000 1.63 *************** *** 219,227 **** name="%ActionDefinition.comment.name"> </command> - <keyBinding - scope="org.rubypeople.rdt.ui.rubyEditorScope" - command="org.rubypeople.rdt.ui.edit.text.ruby.comment" - configuration="org.eclipse.ui.defaultAcceleratorConfiguration"> - </keyBinding> <command category="org.rubypeople.rdt.ui.category.source" --- 219,222 ---- *************** *** 231,239 **** name="%ActionDefinition.uncomment.name"> </command> - <keyBinding - scope="org.rubypeople.rdt.ui.rubyEditorScope" - command="org.rubypeople.rdt.ui.edit.text.ruby.uncomment" - configuration="org.eclipse.ui.defaultAcceleratorConfiguration"> - </keyBinding> <command category="org.rubypeople.rdt.ui.category.source" --- 226,229 ---- |