|
From: David C. <dc...@us...> - 2005-07-30 11:38:56
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7893 Modified Files: Changelog.txt Log Message: Changed default key bindings for Comment, Uncomment and ToggleComment to be consistent with JDT. Changed the keybinding category to "Ruby Source" so it doesn't clash with JDT. Index: Changelog.txt =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/Changelog.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Changelog.txt 28 Jul 2005 11:57:07 -0000 1.7 --- Changelog.txt 30 Jul 2005 11:38:46 -0000 1.8 *************** *** 35,37 **** * Committed patch by Khaled Agrama so Eclipse 3.1 would recognize .rb files with Ruby Editor * Committed patch for bug 959808. Singleton methods are now recognized correctly in the outlinew view ! * Create commands for launch short cuts so keys could be bound to them. Configured default key bindings. \ No newline at end of file --- 35,39 ---- * Committed patch by Khaled Agrama so Eclipse 3.1 would recognize .rb files with Ruby Editor * Committed patch for bug 959808. Singleton methods are now recognized correctly in the outlinew view ! * Create commands for launch short cuts so keys could be bound to them. Configured default key bindings. ! * Changed default key bindings for Comment, Uncomment and ToggleComment to be consistent with JDT. Changed the keybinding ! category to "Ruby Source" so it doesn't clash with JDT. \ No newline at end of file |