|
From: <caw...@us...> - 2007-05-21 22:00:36
|
Revision: 2515
http://svn.sourceforge.net/rubyeclipse/?rev=2515&view=rev
Author: cawilliams
Date: 2007-05-21 15:00:34 -0700 (Mon, 21 May 2007)
Log Message:
-----------
fix Trac ticket #4374 - add a symbol into code shown in preview
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/ColorSettingPreviewCode.txt
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/ColorSettingPreviewCode.txt
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/ColorSettingPreviewCode.txt 2007-05-21 21:50:11 UTC (rev 2514)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/ColorSettingPreviewCode.txt 2007-05-21 22:00:34 UTC (rev 2515)
@@ -19,6 +19,7 @@
string.gsub!(/ah/, 'eet')
local = 42 * hash_code()
static_method()
+ hash = {:name => 'foo'}
return bar(local) + parameter
end
end
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|