Add-ons Vs Add-ons (Legacy)

Hi,

  1. What’s the difference between Add-ons and Add-ons (Legacy)?
  2. Is it sufficient to follow these steps to be able to install an add-on from Tools > Add-ons?

Thanks

Hi @Tormec,

Tools > Add-ons is where you want to be to see which Add-ons you have installed already. It’s a liiiiiittle confusing IMO. You can hit backspace to go up one “scope” and be in the Packages scope.

Or enter Commando using Ctrl + Shift + O then follow this gif:

They both facilitate the same thing, but the legacy version is deprecated and will likely be removed soon. It’s offered as an alternative while we flesh out the new addon interface.

And what about my 2nd question:

Is it sufficient to follow these steps to be able to install an add-on from Tools > Add-ons?

Because this list has 49 add-ons while if I go in Tools > Add-ons > Packages > Addons I see only 40 of them (… fatality the one that I want to install is among the missing 9).

Did you change your prefs?

Nope. Mine are identical to yours (in particular max result is set to 50).

I’m using Komodo Edit, version 11.0.1, build 18119, platform linux-x86_64.

The following are not listed in (my) Tools > Add-ons but are present in https://github.com/Komodo/Packages/blob/master/addons.yml:

  1. New Source Tree: https://github.com/HTD/NST
  2. Komodin Git: https://github.com/titoBouzout/komodo-komodin-git
  3. Quick Diff: https://github.com/tuomassalo/komodo-quickdiff
  4. Klint: https://github.com/dafizilla/komodo-klint
  5. Xultris: https://github.com/mackers/xultris
  6. Perfect Python: https://github.com/raymondbutcher/perfectpython
  7. Paster!: https://github.com/jdpaton/Paster
  8. Autocode: https://github.com/davestewart/komodo-autocode
  9. Tabswitcher: https://github.com/dafizilla/komodo-tabswitcher

I think I got it. These are not shown in Tools > Add-ons because they haven’t a release in their repository (as mentioned in step 3 and 4 in https://community.komodoide.com/packages/submit-instructions/#pane-packages).

The list you gave is completely unrelated to your installed addons. Those are AVAILABLE addons.

@nathanr I think he’s saying that the lists of add-ons are NOT available. @Tormec is trying to install one of those add-ons and he can’t because it’s not listed as available in Commando.

@Tormec is trying to install one of those add-ons and he can’t because it’s not listed as available in Commando.

Right.

Tools > Addons lists your installed addons, not the available addons. To find available addons click “Go to Anything” and select “Packages”.

Komodo will only show addons that have an .xpi release. Addons that do not have this cannot be listed as they cannot be installed without needing additional steps.

eg. https://github.com/HTD/NST/issues/49