Plugin Central updates (11)
Submitted by Tuesday, 2 December, 2003 - 16:55
on
- ConfigurableFoldHandler 0.6.1: updated to use new plugin API; performance improvements; uses java.util.regex if available (Java 1.4): this supports more regex syntax than gnu.regexp and allows folding on strings where one is a substring of another such as Function, End Function; better error reporting if invalid strings are entered; suggested default strings for some modes; fix for bug and documentation error in version 0.6 (never released); requires jEdit 4.2pre1 and JDK 1.3
- CTPlugin 0.3: miscellaneous bug fixes; requires jEdit 4.1final and JDK 1.3
- EditorScheme 0.5: updated for 4.2 plugin API, new and modified properties, and token `type`s; requires jEdit 4.2pre2 and JDK 1.3
- FindFile 0.3: initial Plugin Central release; requires jEdit 4.2pre6 and JDK 1.4
- JakartaCommons 0.4.1: updated BCEL; requires jEdit 4.0final and JDK 1.3
- LazyImporter 1.05: Java import ordering; classpath FileChooser; bug fix: removed stack trace when invalid classpath element was specified (this has been replaced with a message in the activity log); requires jEdit 4.0final and JDK 1.4
- OpenIt 1.02: initial Plugin Central release; requires jEdit 4.0final and JDK 1.4
- PMDPlugin 2.3: updated to use PMD 1.3; requires jEdit 4.2pre1, ErrorList 1.2, and JDK 1.3; includes PMD 1.3, PMD Swingui 0.1, Saxpath 1.0, and Jaxen 1.0
- Sessions 1.2.1: fix bug with initial loading of (experimental) custom session properties; add "browse" capability for finding "base" directory for current session (under experimental session properties); add optional capability to switch FSB, if visible, to "base" directory when session is switched; requires jEdit 4.2pre2 and JDK 1.3
- TextTools 1.12: adds comment toggle commands previously found in the JTools plugin; requires jEdit 4.2pre1 and JDK 1.3
- XmlIndenter 0.3.1: user can configure a list of elements whose enclosed text nodes should have whitespace preserved; attributes that start on a new line will stay on a new line after indenting; they will be indented two levels deeper that the element start tag; fixed bug where line breaks and tab characters were being removed without being replaced with a single space character; fixed bug where attribute values in single quotes were being replaced with attribute values in double quotes, regardless of whether the attribute value contained double quotes; a space before the /> in an empty element is kept; requires jEdit 4.2pre3, XML 0.12, and JDK 1.3