------ art_63598_3534336.1147053416101 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 5/8/06, Corey <0011 / hush.com> wrote: > > How about a programming editor that just looks at the variable names you > have and then compares them with others to see if they are similar, the > editor could even pop up a tool tip that says "Hey are you sure you dont > mean {variable_name}?" I am not really familiar with any editor that > does that i am new to programming and ruby altogether but thats what i > would look for if i was having the same issue. I saw a Perl module once that caught any exceptions in your running code, and decided for itself what you *really* meant. So if you mis-typed a variable name, it took a guess at the variable you might have intended to use. That only worked when the code was actually running, so not quite the same. It was pretty funny though.. I bet you could knock up a Ruby version in a day. ;Daniel PS I couldn't find it after 90 seconds of searching on CPAN. Anyone else remember this? -- Daniel Baird http://danielbaird.com (TiddlyW;nks! :: Whiteboard Koala :: Blog :: Things That Suck) ------ art_63598_3534336.1147053416101--