|
From: Christopher W. <caw...@us...> - 2006-02-18 17:28:59
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/rubyeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12916/src/org/rubypeople/rdt/ui/rubyeditor Modified Files: RubyEditorPreferences.properties Log Message: oops missed a couple keywords Index: RubyEditorPreferences.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/rubyeditor/RubyEditorPreferences.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RubyEditorPreferences.properties 18 Feb 2006 17:17:48 -0000 1.5 --- RubyEditorPreferences.properties 18 Feb 2006 17:28:55 -0000 1.6 *************** *** 1 **** ! keywords=BEGIN,END,alias,begin,do,end,yield,if,unless,elsif,else,while,unless,for,in,super,retry,redo,break,case,when,throw,and,or,not,raise,rescue,ensure,new,each \ No newline at end of file --- 1 ---- ! keywords=BEGIN,END,alias,begin,do,end,yield,if,unless,elsif,else,while,unless,for,in,super,retry,redo,break,case,when,throw,and,or,not,raise,rescue,ensure,new,each,def,class,module,return \ No newline at end of file |