From: Curt Hibbs Date: 2005-12-03T06:15:16+09:00 Subject: Re: [ANN} Komodo 3.5.1 -- a professional Ruby IDE ------=_Part_3763_15441439.1133558108541 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 12/2/05, frugalprogrammer wrote: > > I thought Komodo used to support code completion drop-downs... is this > not the case anymore? Or only in PHP and not Ruby? > > AE > http://frugalprogrammer.com It does this in Ruby, too. But only if it knows what the type/class of a variable is. So if I have test =3D Array.new temp =3D "test string" You'll get the code assist on these two variables. But if all you have is: def my_method(value) end You won't get code assist on "value". Curt ------=_Part_3763_15441439.1133558108541--