Following up on the posting http://support.activestate.com/forum-topic/create-firefox-extensions Here is a similar template for creating Komodo extensions. Read the above article first for basic instructions, then install the attached kpz file.
| Attachment | Size |
|---|---|
| komodo.kpz | 14.04 KB |
It looks like your .kpz mime type needs to be fixed. I did not see correct translations for this file type. I'm actually viewing the site with Firefox and it didn't know what to do with this file.
---
Kevin Benton
Yes. The file attachment was a very recent addition, so there are a few quirks with it yet.
You can right-click and select download as and it should download correctly.
I've been using 7-zip pretty much exclusively these days and if anyone's in the same boat, they can update the 'build XPI' macro like so by changing 'zip -Dr' to '7z a -tzip', so the cmd.push lines would look like:
cmd.push("7z a -tzip "+extName+".jar "+dirs[i]); cmd.push("7z a -tzip "+extName+"-"+extVer+".xpi "+extName+".jar install.rdf chrome.manifest");- Jason
http://www.phpdoc.info/images/komodokpz-ff.png
"Firefox" should read "Komodo"
S
FYI, the install.rdf file only works for Komodo IDE, not Komodo Edit. It's necessary to get the Komodo Edit GUID info from another sample extension, like the Remote Drive Tree extension.
4.1 beta 2 will have these built in, with some small updates