Jules wrote:
> Code Complete is not working for my JEdit Ruby Plugin?
>
> If I type something like
> dog= Array.new
> dog.
>
> I do not get any suggested ruby Array methods for dog.

If anyone else has this problem please let me know.

Jules, code completion is working for me in both GNU/Linux and Windows
with JEdit 4.2final + Java 1.5. What OS are you using? Your
configuration setup description seems correct. Do you see any error
messages in the log file:
Utilities -> Troubleshooting -> Activity Log

> the ruby syntax checking seems to only work
> intermittently, and  is rather slow when it does
> recognise errors.

On the dialog 'Plugins-> Plugin Options -> SideKick -> General' you
can configure how long it takes to parse after a keystroke. The plugin
uses JRuby to parse the file and indentify errors. Execution speed may
vary based on machine specs.

Rob