From: "Rob ." Date: 2008-02-06T19:55:20+09:00 Subject: Re: Anyone use JEdit on Windows? On Feb 6, 2008 6:04 AM, Day wrote: > autocompletion isn't working. > Everything I've read seems to imply that auto-completion should work > right out of the box with the ruby plug-in. I'm the author of the Ruby plugin. There used to be naive completion of method names for the core classes. However I found that it wasn't that useful, and took it out of the plugin. Instead I use the Edit -> Complete Word to complete words that I have already used in the same file. I also have a keybinding to toggle open the Ruby Docs view, which allows you to search the Ruby docs for Ruby core and for Rails. Regards, Rob