Plugins updated:
27-August-01 |
SQL 0.5: DB independance: now any type of JDBC-enabled DB can be supported; use SqlVFS to browse your databases as if they were your filesystem; a lot of fixes, restructuring, refactoring; requires jEdit 3.2pre9, XML 0.3, EditBus 0.9.4, and JDK 1.1 |
|
Plugins updated:
25-August-01 |
AntFarm 0.4.1: now uses Xerces XML parser from the XML plugin; fixed bug with multiple open views; requires jEdit 3.2pre9, XML plugin 0.3, EditBus 1.0.1, ErrorList 1.1, and JDK 1.1 |
AStylePlugin 0.3: bugfix: #440714 Markers are not restored after beautify; requires jEdit 3.2pre9 and JDK 1.1 |
ContextHelp 1.1: you can "Open the current Buffer with the associated application" (Thanks to Eric Albert's BrowserLauncher.java code); "Online Help for the current jEdit mode" which shows up the browser with a help page for the current associated jEdit mode at www.hartmath.org; requires jEdit 2.7pre2 and JDK 1.1 |
JavaStyle 1.1: updated to JRefactory library version 2.6.25; no longer redistributes the source of the JRefactory library. If you want the source, please download it from http://jrefactory.sf.net/; new JavaDoc stubs for JUnit methods; new JavaDoc options: "Document inner classes", "Keep all JavaDoc comments" (even at illegal places), "Allow single line JavaDoc comments"; new bracket indenting options: indent C style, Pascal style or Emacs style, "Create brackets around single-line blocks", "Put empty methods and constructors on a single line", "Indent continued lines"; three separate options for "else/catch/throws starts on a new line"; new options for C-style comments; new sort options to sort main methods and/or field initializers to the top; new options for alignment of field definitions; bugfix: #410730 Current line is not retained if "Format on Save" is on; bugfix: #449470 JavaStyle fails for method named "test1"; bugfix: #440714 Markers are not restored after beautify; bugfix: #435640 JavaStyle javadocs anon inner classes (JavaStyle now has an option to supress this.); bugfix: @variable@ placeholders (e.g. for Ant) are now preserved in JavaDoc comments; bugfix: formatted text inside <pre> tags in JavaDoc is now preserved; bugfix: unicode chars > 0xFF are no longer replaced by '?'; bugfix: Array initializers get indented too much; requires jEdit 3.2pre9 and JDK 1.1 |
|
Plugins updated:
20-August-01 |
XML 0.3: now uses Xerces, instead of microstar.xml; on-the-fly parsing can be disabled (its disabled by default); display of attributes can be configured, attributes shown in status bar if XML tree docked; option pane for changing various settings; code cleanup and reorganization; includes the start of a configurable system ID/public ID resolver; optionally validates against a DTD or schema (when available); requires jEdit 3.2pre9, EditBus 1.0.1, ErrorList 1.1, and JDK 1.1. |
|
Plugins updated:
11-August-01 |
AntFarm 0.4: added a combo box of targets automatically parsed from the currently selected build file; when typing text in the "Build File" text field, the string is colored red when not pointing to a valid file; fixed a bug preventing compilation when no "compiler" property was defined; requires jEdit 3.2pre6, EditBus 1.0, and JDK 1.1 |
BufferList 0.6.3: bugfix: NullPointerException at initialization after clean install; bugfix: "Save Session as" and "Manage Sessions" threw BeanShell errors; bugfix: Default session never got autosaved after clean install; bugfix: "Show vertical/horizonal lines" options had wrong default value in options pane; bugfix: Sometimes a (harmless) NullPointerException was thrown when switching sessions using the combo box because of a race condition; requires jEdit 3.2pre2 and JDK 1.1 |
DragAndDrop 0.2.5: updated to handle text selection drags in JDK 1.3.1 and beyond; better handling of text drags in general; requires jEdit 2.6pre9 and JDK 1.2 |
EditBus 1.0.1: fixes a thread safety bug; requires jEdit 2.6final and JDK 1.1 |
ErrorList 1.1: errors are now shown in a tree, rather than a list; new icons for errors and warnings; updated for jEdit 3.2 selection API; documentation generated with DocBook; error reporting API documentation included; requires jEdit 3.2pre8, EditBus 1.0.1, and JDK 1.1 |
JIndex 0.8.2: bugfix: #448471 deadlock if index was loaded during "JIndex on current word"; the action "Configure..." is now named "JIndex Configuration" (this doesn't affect existing shortcuts); requires jEdit 3.0pre5, EditBus 0.9.4, and JDK 1.1 |