{{{ JavaSideKick 3.3.0
Source: Source code is in SVN with the tag javasidekick-3-3-0
Announcement:
- PropertySideKick, fix for bug 1803, fails to parse properties files that do not end with a newline.
- PropertySideKick, properly handle multi-line properties, sidekick folding now works for those properties.
- JavaSideKick, support for Java 1.8 including new locations for annotations and lambda expressions.
- JavaSideKick, fixed bug 1620, refresh global class loader throws beanshell exception.
- JavaSideKick, fix for bug 1783, imports asset includes extra lines which throws off sidekick folding.
Requires Java 1.7.0
Requires jEdit 05.00.99.00
Required plugins:
Classpath 1.0.1 (classpath.ClasspathPlugin)
Common Controls 1.7.3 (CommonControlsPlugin)
EclipseIcons 1.0 (eclipseicons.EclipseIconsPlugin)
ErrorList 2.1 (errorlist.ErrorListPlugin)
SideKick 1.7 (sidekick.SideKickPlugin)
Optional plugins:
SuperAbbrevs 2.0 (SuperAbbrevsPlugin)
Short Description: SideKick to browse java, javacc, and property files.
Long Description: <html>
The JavaSideKick plug-in provides a highly customizable tool for navigating through Java source code. JavaSideKick supports all Java versions up to Java 1.8. Using Sidekick, you can see a tree view for the hierarchy of classes, interfaces, and methods for the file in the current buffer. In addition, attributes, extends, implements and method exception information can be displayed.
JavaSideKick offers Java-related services to other plugins, as well as completion, insert missing imports.
In addition to java files, JavaSideKick also handles javacc files (.jj and .jjt) and java property files.
}}}
Hold off on this one for a bit, please. I'd set SideKick 1.7 as a dependency, and that isn't released yet. I have a couple of small changes for SideKick that I want to check in first.
I've put in a release request for SideKick 1.7, so this is ready as soon as SideKick is ready.
Hey Dale, getting a startup error. Plugin requires CommonControls 1.7.4, but highest available for jEdit 5.0 is 1.7.3. Downgrade CommonControls, or jEdit requirement?
Also want to confirm that the required Java is 1.7.
I've changed the Common Controls dependency to 1.7.3, so this should be good now.
Diff:
Diff:
Hey Alan, you changed it back to CC 1.7.4? It was causing a startup error because the highest CC version available for jEdit 5.0 is 1.7.3. Was there another change that's supposed to go along with this?
I thought it was "pending" because there was still a problem after Dale set
it back to 1.7.3. Perhaps I am meddling unnecessarily?
On Mon, Feb 2, 2015 at 10:34 PM, Townsfolk elberry@users.sf.net wrote:
Related
Plugin Central Submission:
#965Diff:
ok I reverted my previous commit.
Sorry for the long delay. Released to plugin central.