Plugins updated:
10-October-01 |
AntFarm 1.0: Complete re-write; Ant build files presented in a tree which allows you to run targets, browse Ant project directory and edit build file via right click; Ant build file errors are displayed and sent to the ErrorList when encountered at build file load or when build files are saved; Targets can be run in JVM or shelled to an external JVM for complex Ant configurations; Build errors are displayed in the Console using the Ant shell; All errors, including the task that
caused the error are sent to the Error List; The Ant Shell provides quick access to run Ant targets and load Ant files from the Console; build.xml files that are opened in jEdit are automatically loaded in AntFarm; build.xml files managed via Project Viewer can be automatically loaded in AntFarm; Documentation is located under jEdit Help > Plugin Documentation > Ant Farm; Removed requirement for Java 1.2; requires jEdit 3.2final, Console 3.0, EditBus 1.1, XML 0.3, and JDK 1.1 |
ClassWizard 0.4: multi language class support architecture (Java & PHP in this version); method editor - language bound (Java & PHP); option to insert stubs for methods; option to choose licence header; can add licences to classwizard.props file; requires jEdit 3.0 and JDK 1.3 |
CommonControls 0.2: added PathBuilder component; requires jEdit 2.7pre2 and JDK 1.1 |
IRC 1.3: 1.2 changes: implemented /NAMES command; settings will be read everytime the /CONNECT command is invoked, so you can switch servers within your current jEdit session; the IRC plugin will no longer block jEdit when trying to connect to a server; added a few more status messages; added menu item in "Plugins" menu; added display of MODE and TOPIC commands from the server; FIX: display of "Channel topic was set by ..." didn't show correct nickname; FIX: disconnection (when exiting jEdit, for example) could cause the IRC plugin to throw a NullPointerException when it was unable to connect to a server when trying the last time; 1.3 changes: /QUERY now takes additional message parameter; added status messages when trying to send messages while not being connected; FIX: removed superfluous disconnection from server when QUITting (causing "*** Disconnected from server" message to be shown twice); requires jEdit 3.2final and JDK 1.1 |
JSwatPlugin 1.1.5: now works with the JSwat "attach" and "detach" commands, facilitating interaction with a foreign VM; requires jEdit 3.2final, CommonControls 0.2, and JDK 1.3 |
XML 0.5: 'Remove' button in catalog option pane didn't work; 'Show attributes in tree' setting didn't work properly; 'Go to Matching Tag' command selected the matching tag but didn't move the caret; Fixed harmless exception printed when opening a file where tag highlights are used; The XML plugin now includes its own copy of the JCheckBoxList class, which fixes a bug found in the version of this class in the jEdit core; 'Edit tag' dialog box improvements; Tag completion improvements; If the XML insert window is docked at the top or bottom of the view, the two lists are placed side-by-side, instead of vertically; Tag list for XSL files (Felix Rosencrantz); Tag list for Ant <filename>build.xml</filename> files; Clicking an element in the XML insert window while a selection is active wraps each selection with opening and closing tags; Xerces 1.4.3 included; Documentation is now generated with DocBook-XSL stylesheets; Ant build file provided instead of JMK makefile; requires jEdit 3.2.1, EditBus 1.0.1, ErrorList 1.1, and JDK 1.1 |
|
Plugins updated:
28-September-01 |
Console 3.0.3: there was no way to insert a literal $ in the command line; fixed a bug in the console tool bar's handling of history; fixed with bugs with error matcher handling; "Console To Front" command didn't work; now includes Ant build file; requires jEdit 3.2pre9, EditBus 1.1, ErrorList 1.1.1, and JDK 1.1 |
FTP 0.3: soft links were not resolved properly;
file names with spaces in them were not supported;
made file list parsing code more compatible with various servers;
open from FTP Server" command didn't select the newly opened
buffer;
file permissions are now preserved when a file is being saved;
code cleanups;
documentation is now in DocBook-XML format; requires jEdit 2.7pre2 and JDK 1.1 |
SQL 0.8: dependancy on CommonControls 0.1 - now plugin uses illustrious
HelpfulJTable;
classpath for JDBC drivers can be set in the "Options" dialog (now
you don't have to move your JDBC drivers into jEdit directories);
minor bugfixes, docs updated; requires jEdit 2.7pre2, CommonControls 0.1, EditBus 0.9.4, XML 0.3, and JDK 1.2 |
|
Plugins updated:
19-September-01 |
CommonControls 0.1: new plugin maintained by Sergey Udaltsov with code contributions from others, including Dirk Moebius; provides a common set of enhanced Swing components intended for use by other jEdit plugins; requires jEdit 2.7pre2 and JDK 1.1 |
JythonInterpreter 0.5: several bug fixes; completely changed jython plugin support; added jython distribution to package; requires jEdit 3.1final, EditBus 1.0, and JDK 1.3 |
PyUtils 0.1: new plugin by Ollie Rutherfurd and Carlos Quiroz; contains utilities for Python development in jEdit, including PyBrowse, a python class browser; requires jEdit 3.1final, JythonInterpreter 0.5, and JDK 1.3 |
XInsert 1.7: fixes bug #441894 ("XInsert alters tree UI elements"); updated for jEdit 3.2.2; requires jEdit 3.2.2 and JDK 1.2 |
|
Plugins updated:
9-September-01 |
CodeAid 0.3.3: updated for jEdit 3.2; require jEdit 3.2.2, EditBus 1.0.1, and JDK 1.2 |
DragAndDrop 0.2.6: dropped directories added to favorites menu; extension mappings: Option pane added to allow users to map file extensions to available virtual file systems (common mappings might be '.class-->jode', '.jar-->archive', '.zip-->zip', etc. Not dependant on the existence of any particular plugin VFS.); requires jEdit 3.2pre2 and JDK 1.2 |
JCompiler 1.3.1: changed auto-detection of tools.jar on JDK 1.2 or higher to use the new jEdit builtin MiscUtilities.isToolsJarLoaded(); requires jEdit 3.2.2, EditBus 1.1, Console 3.0, and JDK 1.1 |
JSwatPlugin 1.1.4: initial Plugin Central release; this plugin integrates the JSwat Java debugger into jEdit; JSwat 1.4 is included; requires jEdit 3.2pre8 and JDK 1.3 |
SpellCheck R003: initial Plugin Central release; provides spell-checking functionality in any jEdit Buffer; requires the Aspell native executable, available separately from http://aspell.sf.net/ for Windows and most UNIX-like platforms; requires jEdit 2.7pre2 and JDK 1.3 |
SQL 0.7: documentation updated and converted to DocBook; in Result Sets, people can see the type of columns as tooltips; the data in the Result Set can be copied to the clipboard (using the popup context menu); requires jEdit 2.7pre2, EditBus 0.9.4, XML 0.3, and JDK 1.2 |