From: "Rob ." Date: 2005-05-05T23:35:29+09:00 Subject: Re: [ANN] Ruby Editor Plugin for jEdit 0.6 - method completion release Alex, I don't get an exception in this case, but I see what you mean. The plugin can easily determine the type of the following and provide the appropriate method popup list. It should be an easy fix. Are there any others I'm missing apart from these: irb> {}.class => Hash irb> "".class => String irb> ''.class => String irb> [].class => Array Rob Alexandru Popescu wrote: > >> > Rob . said: > >> > > Version 0.6 of jEdit's Ruby Editor Plugin has been released and is > >> > > available for download! > >> > > > >> > > http://www.jedit.org/ruby/ > >> > > To Rob: > "a_string_here". => produces an exception