Plugins updated:
5-September-01 |
AntFarm 0.5.1: added threading so AntFarm does not block the AWT during extended Ant tasks (Kyle F. Downing); improved message when tools.jar is not found; updated button images, in line with the rest of jEdit's UI; requires jEdit 3.2pre10, EditBus 1.0.1, ErrorList 1.1, XML 0.3, and JDK 1.1 |
Clipper 0.9.2: integrated 'Go to Clipper' macro; updated for jEdit 3.2; requires jEdit 3.2final and JDK 1.1 |
JTidyPlugin 1.0: initial Plugin Central release; this plugin is the JTidy portion of the HTML (which is now deprecated); the tag-related actions of the HTML plugin are now part of the XML plugin; requires jEdit 3.2.1, EditBus 1.0.1, and JDK 1.1 |
XML 0.4: bug fixes; can now use catalog files in XML Catalog format or OASIS SOCAT format to resolve system and public IDs; new "XML Insert" window lists declared elements and entities (loaded from the DTD for XML files, a built-in list for HTML files); "Edit Tag" dialog box for graphically editing tag attributes; tag and entity completion, invoked when < or & is pressed; tag highlighting moved from HTML plugin; tag-related commands moved from HTML plugin; and more...; HTML plugin is not compatible with this plugin and must be removed; requires jEdit 3.2.1, EditBus 1.0.1, ErrorList 1.1, and JDK 1.1 |
|
Plugins updated:
2-September-01 |
BufferTabs 0.7.5: fixed bug #437925 and its duplicates which happened with the first versions of startup.bsh or the latest pre releases of jEdit 3.2; BufferTabs are no longer enabled by default after the first installation; requires jEdit 3.2final and JDK 1.1 |
Console 3.0.2: environement variables disabled on Windows; bug fixes; documentation updates; requires jEdit 3.2pre9, EditBus 1.1, ErrorList 1.1.1, and JDK 1.1 |
ContextHelp 1.4: uses the path for the autosave file instead of the disk file if the file is currently "dirty"; now contains a build.xml file; requires jEdit 2.7pre2 and JDK 1.1 |
Sessions 0.7.1: the Sessions toolbar can now be added to jEdit's main toolbar, saving screen space; requires jEdit 3.2.1 and JDK 1.1 |
SQL 0.6: new logo instead of "Oracle Plugin" (Do you like it? If no -
contribute your ideas); more sophisticated OracleVFS; support for DB2 and PostgreSQL (great thanks to Carmine Lucarelli and Pierluigi Mangani); some bugfixes; renamed from SQLPlugin to SQL (the Plugin Manager "upgrade" function will not work; you should remove SQLPlugin or OraclePlugin and install SQL 0.6); requires jEdit 2.7pre2, EditBus 0.9.4, XML 0.3, and JDK 1.2 |
|
Plugins updated:
30-August-01 |
AntFarm 0.5: integrated ProjectBridge, which links Antfarm to the ProjectViewer plugin (if the current ProjectViewer project contains a build.xml in the project directory, this is loaded and parsed) (Calvin Yu); integrated AntBridge interface and picture buttons (Calvin Yu); removed class "TargetParser" (functionality went into SimpleAntBridge); requires jEdit 3.2pre10, EditBus 1.0.1, ErrorList 1.1, XML 0.3, and JDK 1.1 |
BufferList 0.7: session management taken out into a new plugin: SessionsPlugin; bugfix: NullPointerException in HelpfulJTable, BufferList didn't start up; bugfix: table background color changed after properties changed; requires jEdit 3.2pre2 and JDK 1.1 |
Sessions 0.7: initial release, spun off of BufferList plugin 0.6.3; as a result of the spin off, the Session Switcher toolbar can no longer be docked into BufferList (Dirk is searching for a remedy, but in the meantime your only choice is to dock it into the view at top); bugfix: switching sessions could cause the line numbers in the gutter to vanish (SessionsPlugin no longer sends out PropertiesChanged messages on session change); requires jEdit 3.2pre2 and JDK 1.1 |
|
Plugins updated:
28-August-01 |
AntFarm 0.4.2: minor bugfix release by Dirk Moebius; auto-detects and loads tools.jar if started on JDK 1.2 (removing the need to put tools.jar in the CLASSPATH any longer before jEdit is started, which should fix problems using the "classic" or "modern" compiler); requires jEdit 3.2pre10, EditBus 1.0.1, ErroList 1.1, XML 0.3, and JDK 1.1 |
Console 3.0: compatibility fixes for jEdit 3.2; loads a BeanShell snippet on startup with runCommandInConsole(), runCommandToBuffer(), runInSystemShell() methods; shell interface changed: if you use JCompiler, you will need to install a new version; the current working directory is now set on a per-console, rather than global, basis; each console can run its own process. Processes can be started in the background by appending & to the command line; process output can now be redirected to a new buffer; 'Console To Front' and 'Run Last Command' actions; multiple-line error patterns are now supported, a regexp is used to differentiate between errors and warnings, instead of the hard-coded check as before; error patterns are stored in a different format (you will need to re-add any custom error patterns you defined previously); ; Environment variables: ${name}, $name, or %name% (On Unix and Windows, OS-specific means are used to obtain their values. %set, %unset built-ins change environment variable values, %env prints a list); Commando feature creates graphical front-ends to command-line tools from an XML file; requires jEdit 3.2pre9, EditBus 1.1, ErrorList 1.1.1, and JDK 1.1 |
EditBus 1.1: supports multiple-line error messages; requries jEdit 2.6final and JDK 1.1 |
ErrorList 1.1.1: bug fixes; supports multiple-line error messages; requires jEdit 3.2pre8 and JDK 1.1 |
HTML 3.5.2: automatic insertion of closing tags (Ollie Rutherfurd); updated for the jEdit 3.2 Selection API, menu items for toggle actions should display faster; HTML integrates Tidy 04aug2000 r7 (without the DOM and the SAX API); HTML now depends on the XML Plugin (xerces.jar); bugfix: resources files from the Tidy distribution were not included; requires jEdit 3.2pre9, EditBus 0.9.4, XML 0.3, and JDK 1.1 |
JCompiler 1.3: new option in the compiler option dialog to choose between classic and modern compiler on JDK >= 1.3 (just like in Ant); updated for Console 3.0 API; support for multi-line compiler errors; all textfields in the compiler option dialog now have history popups; menu command "Options..." renamed to "Java Compiler Options..." (existing shortcuts for "Options..." should stay valid); command 'help' and unknown commands no longer clear existing errors; better parsing for '^' error line indicators; requires jEdit 3.2pre10, EditBus 1.0, Console 3.0, and JDK 1.1 |
JythonInterpreter 0.4.1: initial Plugin Central release; requires jEdit 3.1final, EditBus 1.0, Console 3.0, and JDK 1.1 |
LineGuides 0.5.1: changed initial value of "Enable LineGuides by Default" from true to false; simplified and cleaned up LineGuidesOptionPane, hopefully fixing the reported problems with editiing the guide offsets (thanks to some of Slava's code in the jEdit option panes); added docs (DocBook XML format); requires jEdit 3.0final and JDK 1.1 |