|
From: <caw...@us...> - 2007-01-15 13:44:26
|
Revision: 1766
http://svn.sourceforge.net/rubyeclipse/?rev=1766&view=rev
Author: cawilliams
Date: 2007-01-15 05:44:21 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
add self, undef, defined? and also sort them so that we can insert them in order (and easily tell if we have duplicates)
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/rubyeditor/RubyEditorPreferences.properties
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/rubyeditor/RubyEditorPreferences.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/rubyeditor/RubyEditorPreferences.properties 2007-01-15 03:00:47 UTC (rev 1765)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/rubyeditor/RubyEditorPreferences.properties 2007-01-15 13:44:21 UTC (rev 1766)
@@ -1 +1 @@
-keywords=BEGIN,END,alias,begin,do,end,yield,if,until,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,false,true,nil,then,next
\ No newline at end of file
+keywords=BEGIN,END,alias,and,begin,break,case,class,def,defined?,do,each,else,elsif,end,ensure,false,for,if,in,module,new,next,nil,not,or,raise,redo,rescue,retry,return,self,super,then,throw,true,undef,unless,until,when,while,yield
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|