{{{ RubyPlugin 0.9.6
Source: https://github.com/robmckinnon/jedit-ruby-plugin
After git clone of the code, use git checkout v0.9.6 to checkout the tagged release
Announcement: Now handles Ruby 1.9 syntax by using jruby-parser.jar for parsing;
RDoc viewer updated to RDoc for Ruby 1.9.3 and Rails 3.2.6
Requires Java 1.6
Requires jEdit 04.04.01.00
Required plugins:
SideKick 0.7.3 (sidekick.SideKickPlugin)
Short Description: The Ruby Editor Plugin converts jEdit into an intelligent Ruby editor.
Long Description: The Ruby Editor Plugin converts jEdit into an intelligent Ruby editor.
Focused on programmer productivity, the plugin lets you navigate Ruby code
at the syntax level.
}}}
This plugin requires also ErrorList. Please put it in dependencies. Please also check if the version of SideKick is correct. If you don't know much about it, just type the number of version that required jedit donwloads using plugin manager.
There are more problems.
1. jruby-parser.jar is broken: it's too big and contains itself.
2. rdoc.jar contains files with :: in it. Does it mean the plugin mustn't be build on windows? Windows doesn't accept colon in filenames.
that jruby-parser.jar is really screwed up. It includes itself multiple times.
Also, I'd appreciate it if you'd clone your GIT repo here on sourceforge.net so that we (plugin manager admins) can also commit fixes to it.