From: "Rob ." Date: 2005-09-09T00:43:46+09:00 Subject: Re: Need help finding decent IDE/development environment for Windows ------=_Part_7840_26893817.1126194223937 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 9/8/05, Edward Faulkner wrote:=20 >=20 > By the way, it appears rather difficult to make a Ruby IDE with > tab-completion, because you can't know in advance the type of any > object, and methods may be added and changed on the fly. The jEdit Ruby Editor Plugin has code completion for the core types based= =20 on a naive type inference algorithm, which can be summarized as "if it=20 quacks like a duck, it'll probably waddle like a duck": http://www.jedit.org/ruby/ Cheers, Rob ------=_Part_7840_26893817.1126194223937--