|
From: Christopher W. <caw...@us...> - 2006-02-18 17:17:55
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/rubyeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8048/src/org/rubypeople/rdt/ui/rubyeditor Modified Files: RubyEditorPreferences.properties Log Message: only list actual ruby keywords as keywords. We're highlighting common kernel methods as keywords right now, and it can be confusing. Index: RubyEditorPreferences.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/rubyeditor/RubyEditorPreferences.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RubyEditorPreferences.properties 4 Mar 2004 01:21:14 -0000 1.4 --- RubyEditorPreferences.properties 18 Feb 2006 17:17:48 -0000 1.5 *************** *** 1 **** ! keywords=alias,and,begin,break,case,class,def,defined?,do,else,elsif,end,ensure,false,for,if,in,module,next,nil,not,or,private,protected,public,puts,raise,redo,require,rescue,retry,return,self,super,then,throw,true,undef,unless,until,when,while,yield,?BEGIN,?END,__FILE__,__LINE__ \ 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 \ No newline at end of file |