Recently Updated Plugins
Plugins updated:
3-January-10 |
ImageViewer 1.2: - Added ability to copy an image to the system clipboard for pasting into other apps.
- Added toolbar actions to plugin menu so shortcuts can be attached to them.
- Added ".jpeg" as an allowed file name extension.
- Fixed a possible class cast exception.
- Fixed a possible null pointer exception.
- Adjusted default behavior to respond to clicks instead of mouseover. (ezust)
- Added a plugin menu item. (ezust)
- Some GUI adjustments: smaller border, transparent refresh button, toolbar non-floatable.
- Fix for tracker 2924797, the JVM caches images loaded by ImageIcon, which made the "Refresh" button not work as expected when the image was changed on the file system.
- Removed code to let this plugin work with older versions of ProjectViewer. ProjectViewer is still optional, but at least version 2.9.1 is required if used. |
|
Plugins updated:
23-December-09 |
LucenePlugin 1.0: First version of the LucenePlugin, which provides an interface to the Lucene search engine in jEdit. |
|
Plugins updated:
18-December-09 |
JavaSideKick 2.7.0: Some bug fixes and improvements:
- Java code completion is better.
- Now showing class load errors in the status bar.
- Imports are now visible in javacc sidekick. |
JDiffPlugin 3.1.0: New features:
- Added ability to move all non-conflicting diff changes at once.
- Added two new configuration options, one to use faster diff
heuristics and a second to minimize the number of diff hunks.
- Fixed the 'Diff' button on the tool bar so it is active at the right time.
- Fixed a problem where unsplitting would cause a stack overflow error. |
LookAndFeel 1.4.0: Fixes and new LAF:
- Upgraded Lipstik LAF to pick up a couple of bug fixes.
- Added Substance LAF, which means this plugin now requires Java 1.6. |
|
Plugins updated:
15-December-09 |
Console 4.4.1: Version 4.4.1 Requires jEdit 4.3pre17, JDK 1.5, ErrorList 1.4,
ProjectViewer 2.9 (optional).
Patch #2893518 - un-synchronized getOutput() to avoid deadlocks (Damien
kog13)
Report errors for processes with only one multiline error, fixing
regression introduced by 2783642 in Console 4.4.
Added an "uncustomize" context menu item for Commando Buttons that
override same-named commando.xml files from the jar, to easily restore them
to the previous state, as well as indicators via tooltip and color, that a
button has been customized. |
DirtyGutter 0.2: Initial plugin version - highlights changes vs. the saved |
ErrorList 1.8: Version 1.8. requires JDK 1.5, and jEdit 4.3pre7.
display error.extraMessages in GutterIcon (Dwayne Bernard - # 1854405)
Remembers state of error/warning buttons (Shlomy Reinstein)
Automatically Show on Errors no longer shows when only hidden warnings pass
through (#2907190 - Shlomy Reinstein)
No longer displays ErrorList when adding a zero-length ErrorSource.
(#1869137 - Alan Ezust)
Enable multiple errors at different offsets in a same line. (Patch #2011885
- kerik) |
PMDPlugin 3.2: 3.1 and 3.2 together...
- Better messaging on parse errors.
- Display rule description along with example.
- Fixed CPD so it can check almost all file modes supported by
jEdit.
- Put hard-coded strings in property file so they can be
localized.
- Upgraded to PMD 4.2.6. |