Download
 
 

Recently Updated Plugins

Plugins updated: 31-July-09
BufferTabs 1.1.1:  Updated for 4.3pre17 api compatibility
 
Plugins updated: 30-July-09
CtagsSideKick 1.4:  Announcement: This is a bug fix release. Requires Java 1.5 Requires jEdit 04.03.12.00 Required plugins: sidekick.SideKickPlugin 0.7.5
P4Plugin 0.3.0:  Beta version of the plugin that supports the new ProjectViewer 3.0 API. No new functionality has been added (other than a couple of bug fixes).
SideKick 0.8:  Announcement: This is mainly a bug fix release. The tooltip now specifies also the tree path of the element in the tree. Requires Java 1.5 Requires jEdit 04.03.17.00 Required plugins: errorlist.ErrorListPlugin 1.4
TaskList 1.1.0:  Modernization release since this plugin hasn't been released in about 5 years. - Updated for Java 1.5 and the latest jEdit 4.3preX (kpouer) - gnu.regex replaced by jdk regex (kpouer) - fixed pattern matching (shlomy) - fixed logic error in test if regular expression matches the sample text (daleanson) - code clean up for Java 5/6 unchecked warnings, doc update, option pane layout update, added ability to find all tasks in a project via ProjectViewer (daleanson)
 
Plugins updated: 29-July-09
CtagsInterface 1.0:  Announcement: This new version works with the new ProjectViewer API and contains many improvements that for a long time resided in a branch. Requires Java 1.5 Requires jEdit 04.03.13.00 Required plugins: SuperAbbrevsPlugin 0.32 Optional plugins: projectviewer.ProjectPlugin 2.9.0.0
JavaSideKick 2.5.0:  Announcement: - Made the javasidekick menu anction invoke the java sidekick parser (Alan Ezust) - Updated to work with ProjectViewer 2.9 (Dale Anson) Requires Java 1.5.0 Requires jEdit 04.03.10.00 Required plugins: sidekick.SideKickPlugin 0.7.3 errorlist.ErrorListPlugin 1.4.2 Optional plugins: projectviewer.ProjectPlugin 2.9.0.0
Navigator 2.1:  Announcement: Bug fix release -- - Fix for tracker 2824226, Navigator hands when opening multiple files at once. - Fixed a bug when jumping back, if 'current' was not the current position, it was pushed to the backHistory stack but the location wasn't changed (only after the next 'back' it would change). - Fix for tracker 2824680, keep line numbers in history, not caret positions. Added option to group by line. - Restored a method that was inadvertently removed to get the toolbar for the Navigator dockable. Requires Java 1.5 Requires jEdit 04.03.17.00 Required plugins: code2html.Code2HTMLPlugin 0.6
ScalacPlugin 1.1.0:  Initial release.
SVNPlugin 1.3.0:  Announcement: This is a significant update since the last official release. Please consider this a beta release. There may be bugs, but I use this plugin everyday, and I know of no major issues. - Upgraded to use svnkit 1.3.0, with support for SVN 1.6. - Fix for tracker 2566170, add ability to copy url from svn browser to clipboard. - Added jna.jar. This can improve performance by using native calls. In particular, it is used to improve performance of operations related to symbolic links. Also, it enables credentials encryption on Windows (to store and read encrypted cached credentials to and from SVN_CONFIG/auth/ files). - Fixed export command. - Fix issue where attempting to commit only a directory (not subdirectories nor files contained in that directory, for example, setting a property on a directory) would also recursively commit items contained in that directory. - Added support for new version control display in ProjectViewer. - Fixed properties handling so files with more than one property will show all properties. - Adjusted status output so it says that a file has changed due to content change or properties changed or both. - Changed to not check status against repository for status checks from PV. This is much faster and just as accurate. - Give user option to check status locally or against repository. - Added ability to change the format of the internal svn working files. This means it is possible to use this plugin with other, older, svn clients. Compatibility with svn 1.3, 1.4, 1.5, and 1.6 clients is supported. - Fix for tracker 2778637, don't pass null update results to results panel. - Updates to comply with new JDiff 3.0 API changes. - Added support for bugtraq. - Allow user to set default value for number of log messages to retrieve. The original 100 seemed too low to me, so I bumped it to 1000, which in some cases is too large. Now the user can set their own default. - Added line highlight to blame UI. Using same color as text area line highlight. This makes it easier see which line in the text area lines up with which line in the blame UI. - Added keyboard mnemonics and default button to all dialogs. - Applied Eric's patch from tracker 2819322 to set foreground color in cell renderers. - Allow user to set default working copy format. Defaults to svn 1.5 format. This value is used during checkout so newly checked out files will be in the right working copy format for interoperability with other svn tools. Announcement for unreleased version 1.2.0: This release finally provides support for all subversion commands with the addition of 'merge' and 'ignore'. This is the last release based on the SVN 1.4 client, the next release will be based on the SVN 1.5 client. - Added support for SVN "merge" command. - Fixed console output so everything is not double-spaced. - Fixed textfield for revision number entry to properly handle delete and backspace. - Changing order of "theirs" versus "mine" for diff, which makes it easier for merging. - Added editing for keywords, eol-style, and boolean values for several predefined properties. This means the keyword functionality is now complete, plus bugtraq is almost there. - Added 'ignore' to text area context menu. - SVN "ignore" works now. I suppose it already did via setting properties directly, but now there is a gui just for 'ignore'. - Added handlers to the EditBus to remove the "keep this file" buttons when the view is unsplit. - Replaced the jspinner for the revision selection field with a text field since it never seemed to work quite right and a spinner really isn't necessary. - Updated Info to get info from working directory if asking for info for local files. Only goes to repository if requesting info for urls. This makes the PVSVNOption pane load the url and username much faster. - Updates to work with ProjectViewer 2.9. - Added a check on the urls for a commit, if the url contains "/tags/", prompt the user and let them know they may be attempting to commit on a tag rather than a branch or trunk. - Fixed issue where diff could show the wrong files. - Fix for 2081908, auto-reload after commit so svn keyword substitution is displayed. - Defer to JDiff for splitting and dockable showing. - Adjustments to better follow look and feel. Requires Java 1.5.0 Requires jEdit 04.03.15.00 Required plugins: infoviewer.InfoViewerPlugin 1.5.9 jdiff.JDiffPlugin 3.0.0 CommonControlsPlugin 0.9.4 projectviewer.ProjectPlugin 2.9.1 Short Description: Subversion plugin
XSearch 1.6:  Announcement: Updates to newer jEdit API and ProjectViewer API. Requires Java 1.5 Requires jEdit 04.03.17.00 Required plugins: projectviewer.ProjectPlugin 2.9 GnuRegexpPlugin 1.0
 
Plugins updated: 28-July-09
Console 4.4:  Updated to listen to ProjectViewer 2.9 project switch events. Updated to use jEdit 4.2 EditBus registration technique (Shlomy Reinstein), for compatibility with MyDoggy Plugin. System shell built-in cd changes drives as well as directories on windows. (Alan Ezust) Console: Immediately report errors to ErrorList (Shlomy Reinstein - # 2783642)
FastOpen 2.2:  Announcement: Updated for ProjectViewer 2.9 and latest jEdit API. Small bugfixes. Requires Java 1.5 Requires jEdit 04.03.16.00 Optional plugins: projectviewer.ProjectPlugin 2.9
ProjectViewer 2.9.1:  This is a beta release of the new ProjectViewer plugins. Lots of things have been re-designed internally, especially with regards to better integration with jEdit features such as VFS and the Services framework. Requires Java 1.5 Requires jEdit 04.03.17.00 Required plugins: CommonControlsPlugin 0.9.4 Optional plugins: infoviewer.InfoViewerPlugin 1.2 errorlist.ErrorListPlugin 1.3.1 Short Description: The ProjectViewer plugin provides an interface for managing a "project", i.e. a related group of source files. Long Description: The ProjectViewer plugin provides an interface for managing a "project", i.e. a related group of source files. The plugin provides a GUI for managing the projects and their contents, and provides a powerful extension mechanism for other plugins that want to add project-specific functionality.

More recent release batches

Earlier release batches

 
Main Site
Features
Compatibility
Screenshots
Icons and Images
Reviews
Download
Plugins

Community
Community Site
Message Boards
Community Downloads
Links
Help
Quick Start Guide
Online Documentation
Feedback and Support
Developer
Development
SourceForge Project
Donate