Version 0.0.1
(I don't dare to call this one "Alpha" just yet, but at least it compiles and doesn't seem to produce any runtime errors.

)
UnrealScript SideKick is a plugin based on
jEdit's SideKick and Error List plugins. Eventually it will be able to parse an UnrealScript file and display an outline in the SideKick Structure Browser. Additionally UnrealScript SideKick displays problems in the Error List. (This part works already for simple structural errors and might even be a bit more specific than UCC Make.)
With this thread I'm trying to find people who want to help testing UnrealScript SideKick. I'm interested in all kinds of reports about problems, especially those where the plugin reports errors when everything is fine or when there are obvious errors but the plugin doesn't list them.
Installation
UnrealScript SideKick requires at least
Java 2 Platform Standard Edition (J2SE) 5.0 and
jEdit 4.3pre3.
To install UnrealScript SideKick, simply extract the JAR file in the ZIP to the "jars" directory in the jEdit application directory or your jEdit user directory. Make sure you install the Error List v1.4 and SideKick v0.5 plugins (you can download them with jEdit's plugin manager) as well, otherwise UnrealScript SideKick will not work.