Recently Updated Plugins
Plugins updated:
12-February-08 |
Ancestor 1.0.2: Fixed an exception when starting the plugin, it happened
sometimes that it received EditBus messages before being started |
RubyPlugin 0.9.2: Previous release jar didn't work on the Mac. Hoping if we compile this
release with Java 1.5 then it will work on the Mac. Minor changes to help
docs. |
Templates 4.1.1: Modified for API changes introduced in jEdit 4.3pre12. |
XML 2.0.9: No changes from 2.0.8, except that it needs to be rebuilt
against 4.3pre12 since
some binary compatibility issue broke completion in some modes. |
|
Plugins updated:
11-February-08 |
SVNPlugin 0.9.2: Announcement:
- Some fixes for the revision selection panel.
- Fix so that comment is actually committed with tag and branch
creation.
- Added 'export' command.
- Added 'import' command.
- Added 'mkdir' command.
- Fix so that user is asked if they'd like to reimport project files
after a switch.
- Added "switch" command.
- GUI cleanup.
- Added 'move' command.
- Added 'lock' and 'unlock' commands.
- Fix so that recuring from project node actually recurses.
- Set color on SVN Console to be the same as the jEdit view text area
(Alan Ezust).
- Removed checkout action from plugin menu since this no longer
works.
- Improved error handling.
- Added context menu to the jEdit text area context menu. This may
need changed, I'm adding it without asking the user first, and adding it
in
a way such that the context menu editor is unaware of the subversion
context menu. I did it this way because there doesn't seem to be any other
way to add a submenu via the context menu editor programmatically.
- Added ability to add a comment when doing a 'copy'.
- Added revision selector to copy/tag/branch dialogs.
- Update to use JTable in several places so the values can be copied
and pasted elsewhere.
- Added "X" to tabs on SVN Console for easier closing.
- Added 'diff' to SVN Browser.
- Added dependency on new, improved, JDiff 1.7.0.
- Lots of code cleanup and bug fixes.
- All subversion commands except merge are now supported.
Requires Java 1.5.0
Requires jEdit 04.03.10.00
Required plugins:
jdiff.JDiffPlugin 1.7.0
CommonControlsPlugin 0.9.4
projectviewer.ProjectPlugin 2.1.3 |
|
Plugins updated:
5-February-08 |
RubyPlugin 0.9.1: Upgraded Ruby documentation viewer to show Ruby on Rails 2.0.2 docs. File
structure parser recognizes RSpec and Rake file formats. Added action to
toggle between RSpec file and code file. Upgraded plugin to use JRuby
1.0.3. |
|
Plugins updated:
4-February-08 |
Console 4.3.6: o New option to remember current working directory from previous
sessions (ezust)
fix bug in capture of extra line for error (1854413 - David
Bernard)
o Forward slashes no longer substituted and driveletters no longer
prepended in arguments except when expanding completions on MS-Windows.
(#185614 - k_satoda, ezust)
o Subshell extra PATH works now (k_satoda - 1859034) |
JavaSideKick 2.3.5: 1. fix for bug 1691416, some annotations cause parser to fail.
2. updated tiger.jj with updates to the java grammar posted on the
javacc mailing list.
3. fixes for check imports for named nodes.
4. parser updates to better handle annotations.
5. improved ProjectViewer integration.
6. update to property file parser for \# in a key name so things
like mode.c\#.sidekick-tree.auto-expand-tree-depth=4 are handled
correctly.
7. fix for 1732337, Project Viewer is optional dependency, not a
required one.
8. fix for potential NPE in VariableDeclaratorId. |
JDiffPlugin 1.7.0: Announcement:
- added dockable to show line diffs
- moved merge controls to dockable
- added unsplit and swap panes to merge controls
- updated docs
- added mouse listener to global overview |