------ art_3763_15441439.1133558108541 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 12/2/05, frugalprogrammer <sillydeveloper / gmail.com> 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 = Array.new temp = "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 ------ art_3763_15441439.1133558108541--