| Plugins updated:
27-March-03 |
| AntelopePlugin 2.42: some feature enhancement; new extra tasks; exposed an API for other plugins to interact with Antelope; other feature enhancements; supports the ability to run a number of targets sequentially with a single click; requires jEdit 4.0pre1, Console 3.3, ErrorList 1.2, CommonControls 0.7, and JDK 1.4 |
| AntFarm 1.3: updated the look and feel to be consistent with jEdit 4.1; updated to include Ant 1.5.1; reworked the integration of the ProjectViewer plugin to include the ProjectViewer 2.0 release; the Console plugin is not utilized (brought to the front/made active) until a target is run; fixed #560025 Ant Farm 1.1 does not reparse build.xml; fixed #630805 Ant Farm not a valid target; fixed #674224 AntFarm: Doesn't execute targets; requires jEdit 4.1final, CommonControls 0.7, Console 3.4, ErrorList 1.2.3, XML 0.11, and JDK 1.3; includes Ant 1.5.1 |
| CodeAid 0.9: the rewritten release of CodeAid; requires jEdit 4.1final, Jane 0.0.1, and JDK 1.4 |
| ContextHelp 1.8: user can define a template script for any kind of help system; directory keyword template script: use this script if you want to use a html or text files based help; compile with jEdit 4.1 API; added Tcl help example; requires jEdit 4.1final, Console 3.0, and JDK 1.3 |
| Docker 0.1: initial Plugin Central release; requires jEdit 4.1final, CommonControls 0.7, and JDK 1.3 |
| FastOpen 0.7: updated to jEdit 4.1 plugin changes; updated to ProjectViewer 2.0; removed FastOpen from EditBus event, making FastOpen even faster; removed ALL dependencies from creating ProjectViewer instances in FastOpen; lots & lots of code improvements/cleanups; removed the unneccesary active Project from titlebar; FastOpen now supports "Jump to selected file" feature whereby if FastOpen is invoked on a selected filename then it will automatically open that file if it is the only one in your project or shows you a list of files matching that selected text; file pattern textbox now occupies all the space on horizontal resize; FastOpen window set to a good default size for first time installation; requires jEdit 4.1final, ProjectViewer 2.0, and JDK 1.3 |
| InfoViewer 1.2: updated icons for jEdit 4.1 (still some images missing); fixed a few deprecation warnings; requires jEdit 4.1pre8 and JDK 1.3 |
| JakartaCommons 0.2: added bcel.jar to support Jane and JavaInsight; requires jEdit 4.1final and JDK 1.3 |
| Jane 0.0.1: initial Plugin Central release; requires jEdit 4.1final, ErrorList 1.2.2, JakartaCommons 0.2, SideKick 0.2, and JDK 1.3 |
| JavaInsight 0.5.1: BCEL moved to JakartaCommons; requires jEdit 4.1final, JakartaCommons 0.2, and JDK 1.3; includes Jode |
| JDocPlugin 1.02: fixed: the plugin core class was not correctly creating the jdoc directory for the jdoc.settings file (this directory and file are created the first time jEdit is run after the JDocPlugin is installed); miscellaneous bug fixes; requires jEdit 4.0final, Console 3.1, ErrorList 1.2, and JDK 1.3 |
| JSwatPlugin 1.3: many bug fixes and enhancements (see change log for details); requires jEdit 4.0pre7 and JDK 1.4; include JSwat 2.14 |
| NetRexxJe 0.09: replaced NetRexx Source Code Navigator by SideKick plugin's Structure Browser; requires jEdit 4.1final and JDK 1.3; includes NetRexx compiler |
| ProjectViewer 2.0.1: fixes various issues with file importing; some performance improvements when updating trees; some API additions; requires jEdit 4.1pre8, XML 0.10, and JDK 1.3 |
| SideKick 0.2: miscellaneous bug fixes; requires jEdit 4.1pre11, ErrorList 1.2, and JDK 1.3 |
| SQL 0.95: new databases supported (Thanks a million to all contributors); SQL toolbar introduced (thanks to contributors for icons); result set supports optional column autoresing and per-cell clipboard copying; requires jEdit 4.0final, CommonControls 0.2, ErrorList 1.2, Sessions 0.7.3, and JDK 1.3 |
| TaskList 0.4.2: fixed sf bug 535882, "TaskList, removing and jumping"; fixed a sorting bug (NPE if no ":" in Task.text); fixed "Reset task patterns"; added "Parse Buffer" to TaskList Popup menu; fixed sf bug 699048, "Unable to delete tasks"; added option to sort tasks by buffer name; fixed bug removing task patterns; requires jEdit 4.1pre10 and JDK 1.3 |
| XML 0.11.1: fixes a bug where the structure browser is not shown under Windows; miscellaneous bug fixes; added an option to insert a space before the "/>" in empty tags; requires jEdit 4.1pre11, ErrorList 1.2, SideKick 0.2, and JDK 1.3 |
| XSearch 0.8.0: many feature additions and bug fixes (see change log for details); requires jEdit 4.1final and JDK 1.3 |
| |
| Plugins updated:
27-February-03 |
| CodeLint 0.2: updated to jEdit 4.1 API & plugin props changes. CodeLint can work with both 4.0.x & 4.1; lots of Advance Options added to enable fine tuning of what kinds of bugs you would like to find when finding errors in class files; fixed a minor bug of CodeLint only working on Java files (now it is made to work on C/C++ code too); added dependency on Console Plugin missing from 0.1; Code Streamline; requires jEdit 4.0pre1, Console 3.3, ErrorList 1.2, and JDK 1.3; requires separate installation of JLint from http://www.artho.com/jlint |
| EditorScheme 0.4.2: added support for "foldLine" property and updated existing schemes; fixed bug that prevented one from creating new schemes until the 'Scheme Selector' dialog has been displayed at least once; added 5 new schemes; changed default value of "Automatically Apply" to false; requires jEdit 3.2final and JDK 1.1 |
| JTools 1.3: new version features optional Jane support, a new "Convert Imports to Wildcards" command and enhancements for the Extend Wizard, Toggle Line Comment and Toggle Range Comment commands; requires jEdit 4.1pre9, ErrorList 1.2, CommonControls 0.2, and JDK 1.3 |
| JythonInterpreter 0.9.1: added Python parser for SideKick plugin; fixed label properties used for option panes; requires jEdit 4.1pre11, SideKick 0.1, and JDK 1.3 |
| PMDPlugin 1.4: updated to use pmd-1.03; requires jEdit 4.0final, ErrorList 1.2, and JDK 1.3; includes PMD 1.03 |
| ProjectViewer 2.0.0: rewrite of the plugin; all features of the previous versions are present, plus performance improvements, lots of bug fixes, extensibility (other plugins can add functionality to PV), and many other changes too numerous to list here; Important: this release breaks backward compatibility - plugins that need old ProjectViewer versions will not work with this release; requires jEdit 4.1pre8, XML 0.10, and JDK 1.3 |
| PrologConsole 0.4: added two actions (Consult Current Buffer, Clear Engine
and Consult) to the jEdit Plugins menu; registered a Macros.Handler so that a user can have Prolog theories consulted at startup (note that this feature works only under the jEdit 4.1 series and above -- see the plugin documentation for further details); requires jEdit 4.0final, Console 3.2, and JDK 1.3; includes tuProlog 1.2.0. |
| Sessions 1.0.2: this release fixes the bug where switching Sessions
occasionally caused jEdit to hang (Steve Jakob); requires jEdit 4.0final and JDK 1.3 |
| SideKick 0.1: initial Plugin Central release; requires jEdit 4.1pre11, ErrorList 1.2, and JDK 1.3 |
| SourceControl 0.4: added support for Source Off Site; requires jEdit 4.0final and JDK 1.3 |
| SwitchBuffer 1.0.0: initial Plugin Central release; requires jEdit 4.0.3 and JDK 1.3 |
| TaskList 0.4.1: reduced parse time with default patterns (Antonio Argentieri); requires jEdit 4.1pre1 and JDK 1.3 |
| Templates 3.1.0: updated Velocity engine from 1.3-rc1 to 1.3.1-rc2; fixed accelerator expansion bug where expansion of template accelerator at the start of a buffer would cause a BeanShell error (array index out of bounds (-1)); fixed problem with #caret directive at start of file; added $_jeditSelection variable to allow templates to access text selected fixed properties loading problem which caused #today directive to fail in current buffer; added ability to "pass through" an unrecognized accelerator to jEdit's abbreviation expansion function; added an optional boolean parameter to the #beanshell directive to allow suppresion of output of the last result in the script; requires jEdit 4.0pre4 and JDK 1.3; include Apache Velocity 1.3.1-rc2 and Apache Commons Collections |
| TextTools 1.11: added "Move Rectangular Selection" action; requires jEdit 4.1pre1 and JDK 1.3 |
| XML 0.11: the XML plugin now relies on the new SideKick plugin to present the structure tree and code completion popups; improved handling of external entities; improved code completion when the buffer is validated against a schema; fixed various bugs with the resource cache; Xerces 2.3 now included; requires jEdit 4.1pre11, ErrorList 1.2, SideKick 0.1, and JDK 1.3; includes Xerces 2.3 |
| |
| Plugins updated:
3-February-03 |
| FTP 0.5: SFTP support using the sshtools library (this requires Java 2 version 1.4; the plugin will still work with version 1.3 but SFTP support will be disabled); login dialog box remembers previously entered values; various bug fixes; requires jEdit 4.1pre8 and JDK 1.3 (1.4 to build); include Log4j 1.2.6 and SSHTools-J2SSH 0.0.5-alpha |
| IncludesParser 0.3: initial Plugin Central release; requires jEdit 4.1pre6 and JDK 1.4 |
| JazzyPlugin 0.2.0: highlighting of misspelled words when dialog is shown; dynamic replacing of words in buffer; mode specific spellchecking (for XML, Java, and Tex modes; can be disabled); has a built in (fairly basic) dictionary which is loaded if no dictionary is specified in the options pane, or if the file specified could not be found; requires jEdit 4.1pre4 and JDK 1.4 |
| JCounter 0.3.1: initial Plugin Central release; requrires jEdit 4.1pre4, ProjectViewer 1.0.6, and JDK 1.4 |
| JDocPlugin 1.0: initial Plugin Central release; requires jEdit 4.0pre1, Console 3.1, ErrorList 1.2, and JDK 1.3 |
| Lazy8Ledger 1.32: added the language Estonian to the already existing languages Swedish and English; requires jEdit 4.0pre8, BufferTabs 0.7.6, InfoViewer 1.1, and JDK 1.3 |
| PMDPlugin 1.3: updated to use pmd-1.02; requires jEdit 4.0final and JDK 1.3; include PMD 1.02 |
| TomcatSwitch 0.6.2: modified the IsServerRunning() function that incorrectly always detected a listening server on Windows 2000; added range checking for the HTTP port number; removed a useless attempt to load an absent icon, thus logging an error; requires jEdit 4.0pre2, Console 3.1, and JDK 1.3; works with Jakarta Tomcat 3.2, 3.3, and 4 |
| |
| Plugins updated:
21-January-03 |
| AntelopePlugin 2.25: bug fixes; feature enhancements; requires jEdit 4.0pre1, Console 3.3, ErrorList 1.2, CommonControls 0.7, and JDK 1.4 |
| EBrowse 0.5.3: initial Plugin Central release; requires jEdit 4.1pre1, Console 3.3, and JDK 1.3 |
| IRC 1.9.1: changed default server to irc.freenode.net; requires jEdit 4.1pre5 and JDK 1.3 |
| ProjectViewer 1.0.6: jEdit4.1 look & feel enhancements; bug fixes; small feature enhancments; requires jEdit 4.1pre1 and JDK 1.3 |
| XML 0.10: includes Xerces 2.2.1; element completion supports namespaces and schemas (schema support is
still somewhat experimental and incomplete); completion popups now include entries for inserting comments and
<![CDATA[ sections; the entity resolver now uses the VFS API, so it should be possible to download DTDs from FTP servers that require authentication, etc.; the XHTML 1.1 DTD is now bundled; bug fixes; requires jEdit 4.1pre5, ErrorList 1.2, and JDK 1.3 |
| XSLT 0.4.1: stylesheet settings can now be saved and loaded (the settings are saved to file in an Ant build format which can be run with Ant independently of the XSLT plugin); stylesheet parameters now definable at the GUI; improved DTD handling, now uses same entity resolution mechanism as the XML plugin; fixed bug running XPath on remote files; enforce user definition of source, stylesheet and result settings; fixed bug running XPath on files containing CDATA; fixed bug that happened when running transformation with no stylesheet parameters defined; requires jEdit 4.1pre5, XML 0.10, and JDK 1.3; includes Xalan 2.4.1 |