Download
 
 

Recently Updated Plugins

Plugins updated: 13-January-03
BufferTabs 0.7.8:  fixed a bug where the pop-up menu was not displayed on OS X (right click will only work in jEdit 4.1pre8 and newer); fixed a bug where the path was not updated after doing "Save As"; delayed pop-up menu creation; requires jEdit 3.2final and JDK 1.3
CommonControls 0.7:  new version of kappalayout; requires jEdit 4.0pre8 and JDK 1.3
Console 3.4:  built-in command name completion now supported; file name and command completion can now be used in the console tool bar; "cd -" now goes to the last visited directory; updated for jEdit 4.1 icon theme; on Windows NT/2000/XP, all commands are now run through cmd.exe (this allows batch files to be run by entering their name); when running on Windows ME, child processes should now inherit jEdit's environment variables (there is still no way to change them from within jEdit though); added getenv() and setenv() BeanShell commands for obtaining and changing environment variables; %run can now run scripts in any scripting language supported by an installed plugin, not just BeanShell; various bug fixes; requires jEdit 4.1pre8, ErrorList 1.2, and JDK 1.3
HeadlinePlugin 1.0.2:  initial Plugin Central release; requries jEdit 4.0.3, InfoViewer 1.1, and JDK 1.4
PrologConsole 0.3:  added lazy initialization of the Prolog engine, in order to lighten the burden on the jEdit startup time; the Console text area is now enabled to display the engine's spy information when solving a Prolog goal (see the use of the spy/0 and nospy/0 predicates in the tuProlog documentation); added a missing docs property in the PrologPlugin.props file; requires jEdit 4.0final, Console 3.2, and JDK 1.3; includes tuProlog 1.2.0
XSLT 0.3.2:  fixed transformation bug due to missing property in the XSLT.props file; fixed some indent problems related to handling tab characters (Robert Fletcher); requires jEdit 4.0pre7, XML 0.8.1, and JDK 1.3
 
Plugins updated: 8-January-03
CommonControls 0.6:  changes to PopupList (Calvin Yu); requires jEdit 4.0pre8 and JDK 1.3
JDiffPlugin 1.3.2:  supercedes erroneous 1.3.1 release (which was actually 1.3); requires jEdit 4.1pre1 and JDK 1.3
XSLT 0.3.1:  indent XML feature now uses the buffer options to determine the indent amount and whether to indent using tabs; indent action is now performed as a compound edit, therefore only requiring one undo command to undo; requires jEdit 4.0pre7, XML 0.8.1, and JDK 1.3
 
Plugins updated: 7-January-03
AxisHelper 0.1:  initial Plugin Central release; requires jEdit 4.0pre4 and JDK 1.3; requires separate installation of Apache Axis
ClearCasePlugin 0.27:  initial Plugin Central release; requires jEdit 4.1pre1, Console 3.1, and JDK 1.4; works with Rational ClearCase 3.2 and 4.1
DragAndDrop 0.2.8:  adds jEdit buffer scrolling when you are dropping a text selection; requires jEdit 3.2pre2 and JDK 1.3
GruntspudPlugin 0.2.2-beta:  home location tool bar icons have been removed and put on the main tool bar; option to turn back on long path names in the home locataion drop down menu; sorting by size and status fixed; import file table now saves table column widths; importing takes notice of .cvsignore and sets the type accordingly; connection types now have icons. This icon is shown where a connection profile can be selected, and on the status bar in standalone version; connection profiles can be sorted; default settings (window sizes, table column widths etc) improved again; many more changes; requires jEdit 4.0final, Console 3.1, JDiffPlugin 1.3, InfoViewer 1.1 (optional), and JDK 1.3
JarMaker 0.4:  fixed image button; requires jEdit 4.0pre3 and JDK 1.3
JazzyPlugin 0.1.0:  initial Plugin Central release; requires jEdit 4.1pre4 and JDK 1.3
JDiffPlugin 1.3.1:  updated documentation; options now use jEdit's ColorWellButton; requires jEdit 4.1pre1 and JDK 1.3
SourceControl 0.3:  added undo checkout capability; lazy initialization to help speed up jEdit startup; requires jEdit 4.0final and JDK 1.3
XML 0.9.2:  the DTD downloader would re-download DTDs every time (the cache was broken); fixed various bugs and memory leaks when working with multiple views; fixed various tag highlighting and matching bugs; with some DTDs, elements could show up multiple times in completion lists; requires jEdit 4.1pre5, ErrorList 1.2, and JDK 1.3
XSLT 0.3:  improved display of XPath expression results; new implementation of Indent XML feature that does not replace entity values in the XML; fix for problems displaying new lines characters under Windows; new "4.1" theme icons on buttons; requires jEdit 4.0pre7, XML 0.8, and JDK 1.3
 
Plugins updated: 26-November-02
AntelopePlugin 1.141:  added Assert, If, Try, and Variable Ant tasks; now works in multiple views in jEdit; rewrote docs in docbook format, added a lot of documentation; improved AntLogger; added option for display of targets starting with a dash; requires jEdit 4.0pre1, Console 3.3, ErrorList 1.2, CommonControls 0.3, and JDK 1.4
BufferList 0.8:  changed display so that files are grouped by directory now; removed list of recent files; entries are shown in File System Browser colors; allow operations on multiple selections of buffers: save, close, reload (This allows you to close, for example, all files of one directory at once); bugfix: bufferlist showed up on buffer change even if "Auto-show on buffer change" was off; requires jEdit 4.0final and JDK 1.3
CodeBrowser 1.0.0:  initial Plugin Central release; requires jEdit 4.0pre4 and JDK 1.3; requires separate download of Exuberant C Tags from http://ctags.sf.net/.
CodeLint 0.1:  initial Plugin Central release; requires jEdit 4.0pre1, ErrorList 1.2, Console 3.1, and JDK 1.3; requires separate download of JLint from http://artho.com/jlint/.
CommonControls 0.5:  something new in PopupList.java; requires jEdit 4.0pre8 and JDK 1.3
Dict 0.3:  initial Plugin Central release; requires jEdit 4.0pre8 and JDK 1.3
GruntspudPlugin 0.1.0-beta:  it is now possible to turn off the use of the native file mode handler (i.e. chmod on *nix, attrib on windows) and use Java's File.setReadOnly method; all the files now show in report dialog when commands are in different directories (multiple commands run); an empty message on import is now caught before the command starts to run; Revision / Branch options are now blank upon a new import; text file detection now takes tabs into account; refreshes better upon file updates (CVS, external); last selected view is now reselected correctly when a view is closed; more spurious rescans removed; selection is kept when flat mode is toggled; many other changes; requires jEdit 4.0pre4, JDiff 1.3, Console 3.1, InfoViewer 1.1 (optional), and JDK 1.3
JTools 1.2.1:  adds a couple of options to the toggle comments tools: 1 - The selection can be retained after toggling comments. 2 - A new mode for line comments allows comment symbols to be inserted at the leftmost indent of the selected lines; requires jEdit 4.0pre1, CommonControls 0.2, ErrorList 1.2, and JDK 1.3
JythonInterpreter 0.9:  fixed bugs #606782, #536885, #524056; added option to uset UP/DOWN for history navigation; added option to reuse the export to file; added option for the export to file to remember the original source file (when export to is pressed it will use again the original source file); removed all old Console dependencies; added option pane to define colors and font; requires jEdit 4.0pre6 and JDK 1.3
LaTeXTools 0.1.1:  initial Plugin Central release; requires jEdit 4.1pre4 and JDK 1.3
LookAndFeel 0.10:  updated Skin LAF to version 1.2.3; updated Kunstoff to version 2.0.1; updated Metouia to version 1.0 beta; added option for setting all widget fonts to use fonts specified from Global Options > Appearance (Chris Kent); requires jEdit 3.1final and JDK 1.2; includes Skin L&F 1.2.3, Kunstoff 2.0.1, Metouia 1.0 beta, and Oyoaha 3.0rc1
PMDPlugin 1.0:  updated to use PMD-1.01; requires jEdit 4.0final, ErrorList 1.2, and JDK 1.3; includes PMD 1.01
Sessions 1.0.1:  new option to add the session toolbar at the top of the BufferList plugin (needs BufferList 0.8 or higher); fixed bug #611660: Sessions 0.7.3 referencing wrong icons; requires jEdit 4.0final and JDK 1.3
TextTools 1.10:  "Sort" action now sorts rectangular selections; more options in "Advanced Sort"; added "Delete Duplicates" action; insert variable-length text in "Block Fill/Insert"; fixed minor bugs; requires jEdit 4.0pre1 and JDK 1.3
XML 0.9:  if a DTD does not appear in a catalog file, the plugin will now offer to download it; downloaded DTDs are cached in ~/.jedit/dtds; added "Split Tag" command; updated for 4.1 icons; many bug fixes; requires jEdit 4.1pre5, ErrorList 1.2, and JDK 1.3
Xrefactory 1.5.10je-final:  generation of import statement from completions; a few minor bug fixes; requires jEdit 4.0final and JDK 1.4

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