Recently Updated Plugins
Plugins updated:
16-July-06 |
XML 2.0.1: XML 2.0.1 is a major improvement over previous versions of XML, as you will see
from the change log.
The new included CSS sidekick offers both structure browsing and completion. The
HTML, JavaScript and XML parsers all contain bug fixes and improvements.
* Match tag also matches brackets.
* Added separate caching option for CatalogManager, clarified some of the options.
* Error messages from files in the catalog manager are now being reported from the correct local pathname. (ezust)
* Added option to popup (or not) edit tag dialog after completion.
* Bug # 1511997 - Abstract elements defined in xsd (e.g. list.class, para.class from docbook xsd) are now handled properly in completions and element lists. (ezust)
* Patch # 1511588 - Fixed xml insert (will69/ezust).
* XSD completion info fixes #1511612 (will69)
* Removed registration of SAXParserFactory. This should help avoid clashing with other plugins that use SAXParserFactory.
* Removed use of gnu.regexp in favor of java.util.regex. (ezust) |
|
Plugins updated:
15-July-06 |
CodeBrowser 1.4.3: * Fixes for change in regexp/search API
* Sends new CaretChanging editbus message for the benefit of Navigator. |
Console 4.2.6.4: * Added option to not show welcome message.
* File completion now expands ~ as the homedir.
* Ctrl-U deletes what you typed.
* Bugfix with runInSystemShell - selects the correct Output now. |
JUnitPlugin 0.4: *The possibility of customizing the project-specific options has been added.
*The dependency on the CommonControls plugin has been removed.
*Updated junit.jar.
*Improved/updated documentation. |
RETest 1.1.0: modified to use the java.util.regex package as its regular expression engine, rather than the gnu.regexp |
|
Plugins updated:
14-July-06 |
XML 1.0.1: * Match tag also matches brackets.
* Added separate caching option for
CatalogManager, clarified some of the options. (ezust)
* Error messages from files in the catalog
manager are now being reported from the correct local
pathname. (ezust)
* Added option to popup (or not) edit tag
dialog after completion.
* Bug # 1511997 - Abstract elements defined in
xsd (e.g. list.class, para.class from docbook xsd) are
now handled properly in completions and element lists.
(Alan Ezust)
* Patch # 1511588 - Fixed xml insert
(will69/ezust).
* XSD completion info fixes #1511612 (will69)
* Removed registration of SAXParserFactory.
This should help avoid clashing with other plugins that
use SAXParserFactory.
* Removed use of gnu.regexp in favor of
java.util.regex. |
|
Plugins updated:
6-July-06 |
SideKick 0.6.4: * Emits new (4.3pre5) EBMessage
msg.CaretChanging when an asset is selected in the tree.
* PgUp and PgDn keys work from completion
popups. Arrow keys don't wrap around anymore.
* Popup menu on parse button for conveniently
changing auto parse settings/caret follow settings
(requires JDK 1.5).
* Parse event bugfixes |