Questions tagged [add-on]

Add-on, a.k.a. Plug-in is a set of components that enhances the existing, or adds new capabilities to a software application.

A plug-in system is very common, because it lets other developers (and maybe users) make small plug-ins to add new features quite easily.

Add-ons are also a good customization tools, because they let users chose which of the features do they want, and which they don't. It also helps to keep the distributive small.

There are specific tags for certain platforms / applications, like

Usually it's better to use the more specific one.

1100 questions
3
votes
3 answers

VSTO add-in silent installation

I've developed a VSTO addin with VS2012 signed by a DigiCert certificate. I need to deploy it to all the Enterprise users so the installer shouldn't prompt the user because it will fail since all the installation process is silent. I'm not able to…
Paul Exchange
  • 2,637
  • 3
  • 26
  • 33
3
votes
1 answer

Protecting source code with serial key based on PS_SHOP_DOMAIN

I'm developing a Prestashop module which I need to protect against easy code modification (I'm completely aware there is no program that can't be decompiled in certain way or at least being opcode-exposed) make sure each client pays for the…
alexandernst
  • 14,352
  • 22
  • 97
  • 197
3
votes
1 answer

How to call method from another kodi/xbmc addon

I am trying to make an addon which calls another script addon. Now what I want to know is how can I access methods of the second addon from the first one. If yes please someone provide me with the syntax.
Jaysheel Utekar
  • 1,171
  • 1
  • 19
  • 37
3
votes
1 answer

SilverStripe MultiForm not working

I installed and configured SilverStripe on my server. I installed the MultiForm module and followed the instructions in the module documentation. After following the instructions I still don't see any new page type in my CMS Portal. I also tried…
anjnkmr
  • 838
  • 15
  • 37
3
votes
2 answers

How can I copy a list of the open tab titles in Firefox?

I've been trying to copy a list of the open tab titles in Firefox, but I cannot seem to find a solution. The closest I've came is by using: https://addons.mozilla.org/en-us/firefox/addon/send-tab-urls/ But this add-on copies other details in…
Grant Miller
  • 27,532
  • 16
  • 147
  • 165
3
votes
1 answer

Advantages of node.js addon vs child_process

What would be the advantages, if any, of using a node.js addon written in C/C++ compared to calling a binary with arguments through child_process? More specifically, I have a small program, which accepts possibly up to a few hundred arguments and…
user33946
  • 404
  • 6
  • 10
3
votes
2 answers

Missing pyconfig.h while installing a package

I'm using Python3 (v3.4) add-on on my Synology NAS. When I try to install package (via ssh using python3 setup.py install) it returns error: invalid Python installation: unable to open /volume1/@appstore/py3k/usr/local/include/python3.4m/pyconfig.h…
user2781994
  • 469
  • 1
  • 5
  • 12
3
votes
1 answer

Auto save my edits

I have only been able to find 1 add-on for autosaving/draft-save. The problem is that if the browser crashes while you are editing content of a page, or created a new page, that changes will be lost. And it's not always, that one will remember to…
user1960836
  • 1,732
  • 7
  • 27
  • 47
3
votes
0 answers

SqlServer Management studio 2008 r2 Addon: new query but ServiceCache unavailable

I'm trying to make an addon for Sql Server Management Studio 2008 R2 which adds an option to a context menu which I'd like to open a new query. I can get the context menu item to work but the execution does not, complaining during the…
Retiarius
  • 334
  • 2
  • 12
3
votes
1 answer

Scripts appears automatically in web pages

Today the following scripts appears (only in View-Source) in the tags all web pages in the browser automatically. The script not only in my php projects, but also all the pages opening in the browser. If I do view source of this stackoverflow page,…
Golden World
  • 158
  • 9
3
votes
1 answer

Issue with code using Interface Options Addon in World of Warcraft

I am writing a UI to a pre-existing addon. Or, more specifically, adding configuration options and trying to take advantage of the Interface Options Addons (IOA) panel. I've been referencing wowwiki, specifically the page that talks about using that…
RHSeeger
  • 16,034
  • 7
  • 51
  • 41
3
votes
0 answers

mozilla addon run program and get stdout

This question is related to: How to execute a windows command from firefox addon? I am developing an addon for thunderbird/firefox. Basically, I want to run an executable and get the stdout of this executable. To do so, the answer of the above…
quant
  • 2,184
  • 2
  • 19
  • 29
3
votes
3 answers

How do I loop through a 2D array in lua

I am attempting to make a WoW addon and am saving some guild data in a 2D array. I have successfully saved the data to the array but am having trouble getting it back out. local playerName = UnitName("player"); ChatFrame1:AddMessage('Hi my name is:…
Lavick
  • 43
  • 1
  • 4
3
votes
1 answer

How to find all installed Add-ons for Internet Explorer programmatically in a console application

I have seen a few questions on how to enable and disable add-ons for Internet Explorer, but none that simply list the names of the installed add-ons. While trying to get this working on my own, I've found that a few of my installed add-ons show up…
Garrett
  • 545
  • 1
  • 7
  • 21
3
votes
1 answer

Add CKEditor add-ons to

I am using PrimeFaces Extensions which is basically a server side JSF component which generates the necessary HTML/CSS/JS code output for CKEditor. It works fine, however I have a new requirement which requires me to use either the…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202