Recently Updated Plugins
Plugins updated:
4-June-06 |
SideKick 0.6: Version 0.6 requires jEdit 4.3pre3 and ErrorListPlugin 1.2.
cvs tag: release-0-6
Changes:
o Added a combo box to let you switch parsers on an
individual buffer basis. (Alan Ezust)
o Improved Documentation. (Alan Ezust)
o No more multi-line StatusBar messages. Using
getShortString() instead of getLongString(). (Alan Ezust) |
XML 0.18: XML Plugin Version 0.18 Requires jedit 4.3pre3, Java
1.4, ErrorList 1.3.1, SideKick 0.3 and XercesPlugin 2.8.0.
o Debugged goto matching tag action. Deselects current
selection before doing its thing. (Alan Ezust)
o Some refactoring to help HtmlSideKick with
completion. (Alan Ezust)
cvs tag: release-0-18 |
|
Plugins updated:
2-June-06 |
CommonControls 0.9.1: * Fix some issues with the worker thread pool
* Add new method to the thread pool that has some
guarantees about how the tasks will be executed. |
P4Plugin 0.2.1: Announcement:
- add "p4 filelog" command as an executable action
- install a mode file that does basic highlighting of
perforce change lists, client specs, etc.
- bug fixes: lots of changes to avoid deadlocks, fix a
possible serialization issue, and other minor fixes. |
XML 0.17: Attribute Completion now works. |
|
Plugins updated:
31-May-06 |
ColumnRuler 1.0.0: Updated for jEdit 4.3pre4, and works better with
multiple views/splits |
|
Plugins updated:
30-May-06 |
PHPParser 1.2.3: better modifier parsing
a bug fixed in code analysis of try statements
some bugs fixed in dockable panel
1458668 fixed (< while ($a) : ?>blabla<?endwhile;?>
1432935 fixed
1489533 fixed (const keyword)
Syntax like
TR_TreeAction::getInstance('containers')->isRoot(5); fixed
several fields declared in the same likes is now
allowed in php 5 |