From: "Rob ." Date: 2005-05-05T11:04:32+09:00 Subject: [ANN] Ruby Editor Plugin for jEdit 0.6 - method completion release Version 0.6 of jEdit's Ruby Editor Plugin has been released and is available for download! For details and downloads go to: http://www.jedit.org/ruby/ 0.6 introduces two major new features that will make you more productive when you write Ruby code, particularly if you are new to Ruby: - Method completion for the Ruby core types via a popup that appears when you type '.' after a variable name. This feature uses the methods you have already called on a variable to guess it's type, and the popup is populated accordingly. - An integrated Ruby documentation viewer (that's modelled after FreeRide's documentation plugin). While selecting a method via the completion popup you can see the corresponding method documentation on the docked documentation viewer. Have fun! As always, feedback and suggestions are welcome. Special thanks to all the free software programmers whose work is being leveraged to create the plugin, particularly those in the JRuby team for their excellent Ruby parser, and Slava Pestov for jEdit itself. The Ruby Editor Plugin and jEdit are released as free software with full source code, provided under the terms of the GNU General Public License. Cheers, Rob