NST icon indicating copy to clipboard operation
NST copied to clipboard

Support for Komodo Edit 9

Open leonelquinteros opened this issue 10 years ago • 3 comments

The add-on doesn't works on latest version of Komodo Edit

leonelquinteros avatar May 05 '15 17:05 leonelquinteros

I've just unpacked / edited / repacked it and changed the version ranges.

Unpack the xpi file (it's actually a zip archive).

Edit install.rdf so that the lines that say 8.* say 9.* instead (there are two, one for edit, one for IDE)

Repack the files e.g.

7z a ../nst.zip *

Rename your new zip file to an xpi and drag into the Add Ons dialog of Komodo to install.

Your mileage may vary - the reason for the version check is that the APIs may change between versions, but so far, it's worked for me.

Of course, it would be best if the author made a proper release for the 9.x series, since he knows better than us which APIs that NST consumes may have been affected by moving to 9.

Really all the Mozilla based projects could do with some kind of automated API usage / changes checking tool....

awilkins avatar Jun 12 '15 12:06 awilkins

@awilkins Thanks. It works like a charm :)

rrd108 avatar Jun 15 '15 16:06 rrd108

I guess this ticket can be closed, because PR #55 has already been merged.

cmb69 avatar Feb 28 '17 15:02 cmb69