From: "Rob ." Date: 2005-05-12T08:54:58+09:00 Subject: [ANN] Ruby Editor Plugin for jEdit - release 0.6.5 Release 0.6.5 of the jEdit Ruby Editor Plugin is available from the download site: http://www.jedit.org/ruby/ Changes include: - Class hierarchy information added to the RDocViewer documentation display. - Fix for the missing parameters in the structure browser/popup (reported by Stefan). - Fix for method completion popup showing when editing comment or string (reported by Eric), this fix requires downloading Karl's ruby.xml file which is also on the download site. - Fix for method completion selection unnecessarily adding parentheses to the end of zero parameter methods (reported by Ben). Thanks for the great feedback from those using the plugin. I'm endeavoring to fix some other problems that are in the SideKick plugin code. The SideKick plugin is used by the Ruby plugin to provide method completion support. Know problems with the SideKick plugin are: tab key doesn't trigger completion under Windows; backspace key closes completion popup instead of rewidening the list of available methods. Cheers, Rob