-
cawilliams changed the public information on the Ruby Development Tool project.
2009-07-08 16:56:27 UTC by cawilliams
-
cawilliams changed the public information on the Ruby Development Tool project.
2009-07-08 16:56:27 UTC by cawilliams
-
cawilliams changed the public information on the Ruby Development Tool project.
2009-07-08 16:56:26 UTC by cawilliams
-
cawilliams changed the public information on the Ruby Development Tool project.
2009-07-08 16:56:25 UTC by cawilliams
-
cawilliams changed the public information on the Ruby Development Tool project.
2009-07-08 16:56:22 UTC by cawilliams
-
cawilliams changed the public information on the Ruby Development Tool project.
2009-07-08 16:54:46 UTC by cawilliams
-
this class [fragment] generate a warning while it shouldn't be:
class Heap
private
def initialize(&is_top)
@values = []
@is_top = is_top
end
public
def Heap.new_max_heap()
Heap.new() {|val0, val1| val0 > val1 }
end
[...]
end
System:
Windows XP Home
Eclipse 3.3.1.1, RDT 0.9.1, Ruby 1.8.6
Cheers!
Saverio.
2008-01-08 09:39:00 UTC by itmozart
-
steps:
create a new class, so that only class XXX / end appears.
position at the last character of the file [last position of then 'end' line]
press enter --> no new lines can be inserted.
insert random characters.
press enter --> now the new line can be inserted.
insert some other new lines and/or new statements
delete the random chars
press enter --> no new lines can be inserted...
2008-01-08 09:38:35 UTC by itmozart
-
After downloading RDT, in the popup message titled "Unable to detect Ruby install", there is a small typo where it says "liek" instead of "like".
2008-01-03 23:05:18 UTC by nobody
-
I installed RDT with the default options.
With this configuration I have two VMs: the ruby base one, and the RDT jruby.
When I create a new project, there is the panel "RubyVM", which has two problems:
1. The "use a project specific Ruby VM" combobox doesn't have any entry: it should have the two mentioned VMs.
2. If I click on "Configure Ruby VMs...", the preferences frame pops up...
2007-12-22 14:40:20 UTC by itmozart