Skip to content

Komodo 9 Add on Changes

Todd Whiteman edited this page May 28, 2014 · 16 revisions

Some existing Komodo 8 add-ons will need to be updated in order to work in Komodo 9. These type of add-ons that will require changes in order to function correctly in Komodo 9.

Unit Test add-ons

Unit test harnesses now require an explicit xpcom category in the chrome.manifest file to register themselves. Format of the xpcom category entry is:

category  unittest-harness  relpath  extension_id

Where extension_id is the add-on id name (from the install.rdf file) and relpath is the relative path of the Python file under the add-on base directory.

Here is an example:

category  unittest-harness  harness/nose/as_node_harness.py  [email protected]