Plugin Central updates (5)
Submitted by Tuesday, 28 May, 2002 - 06:53
on
- Console 3.3: file name completion when Tab key is pressed (Alexander Maryanovsky); error patterns can now specify a file name value of "$f", in which case the current buffer's path will be substituted; fixed generic error pattern for g++; fixed another possible problem if a program outputs an invalid line number in an error message; removed -encoding setting from the Jikes commando; requires jEdit 4.0final and JDK 1.3
- JcrontabPlugin 0.6: initial Plugin Central release; added properties pane and documentation; requires jEdit 4.0final and JDK 1.3; includes jcrontab 1.0 (jcrontab.sf.net)
- LineGuides 0.5.4: fixed bug where color chooser dialog in the option pane was being shown when the number column was clicked (reported by Song PR); requires jEdit 4.0pre4 and JDK 1.3
- NetRexxJe 0.06: updated for jEdit 4.0 API changes; added code to set classpath interactively; added Ant build script; requires jEdit 4.0final and JDK 1.3
- XSLT 0.2: added "Indent XML buffer" action; the result of an XSLT transformation will now be indented if the top-level stylesheet has 'indent="yes"' in the xsl:output declaration; the result buffer can now be saved directly to a file instead of a new buffer; GUI layout improved to work better when docked on the left or right; code refactoring; requires jEdit 4.0pre7, XML 0.8.1, and JDK 1.3; includes Xalan