A plug-in (or plugin) is a set of software components that adds specific abilities to a larger software application. If supported, plug-ins enable customizing the functionality of an application.
0
votes
0answers
2 views
How can I download an eclipse update site, zip it and take it to another machine's eclipse and use it as local installation?
What I need is a way to download an update site for eclipse, specifically the EPIC update, download it locally in my windows machine and then transfer it to a linux machine that has eclipse but does ...
0
votes
1answer
6 views
Writing gradle plugin with nested extension objects
I am working on a gradle plugin (i dont know groovy, and just started using gradle) that integrates with Asgard (from netflix). I want my extension object to look like this for the user:
asgard {
...
0
votes
0answers
6 views
PyDev interactive help window (like Spyder)?
I was wondering if there might be a plugin (or something already implemented in Pydev/Eclipse that I didn't found) that enables an automatic help while programm in PyDev. With interactive help i mean ...
0
votes
1answer
13 views
Jquery drag and drop upload without actual upload
I am looking for a JQuery plugin that allows me to drag files into a div or something and then sends the filename to my backend application (java).
Most plugins I find upload the file, but I want the ...
0
votes
0answers
9 views
How to include another assembly in a Windows Phone 8 XAP
I would like to include another assembly in my XAP for Windows Phone without referencing it directly (like a plugin system) so I can load it at runtime and activate types from it but I can't find any ...
0
votes
0answers
3 views
“Error calling method on NPObject” err when implement Cordova plugin for AccountManager
I tried to implement a Android Cordova plugin for confirmCredentials method of Account Manager but always got this error
"Uncaught Error: Error calling method on NPObject. at ...
0
votes
0answers
4 views
Selenium IDE - sel block plugin is not getting loaded in Firefox22
When opening Selenium IDE 2.2.0 in Firfox22, the following error message is displayed
"The following plugins were disabled due to errors while loading their code. See the Plugins section in the ...
0
votes
0answers
7 views
How can I add a plugin to visual studios 2010?
I would like to add a graph to my websites I'm creating with Visual Studios. I've come across the library qjPlot which uses jquery to do this found here: ...
-3
votes
0answers
31 views
When I install vundle plugin for vim, I run the cmd :BundleInstall, then there is an error as follows:
fatal: destination path '/Users/lxy/.vim/bundle/vundle' already exists and is not an empty directory.�
What is wrong?
1
vote
0answers
10 views
phonegap-plugin-facebook-connect: no callback function after FB.Login
Hello I've a problem with the phonegab facebook plugin, the FB.login seems to work correctly with Facebook App installed, it ask me to authorize my app, but after my confirmation to the question it ...
0
votes
0answers
7 views
Update wordpress table after pressing button
I'm trying to create a plugin for Wordpress to update a variable in a database table I created. The database stores a post ID and some other stuff and I've got an admin page with a form where a new ...
0
votes
0answers
9 views
CKEDITOR how change the action element on ui file element
I am working on a plugin where the user could upload a file and decide if he wants to secure this file. So I have those element on my dialog box :
{
type: 'file',
...
0
votes
0answers
11 views
BarcodeScanner - Cordova 2.7 - xcode 4.6 - Scanner Does Not RELOAD
I am trying to integrate Phonegap Barcode Scanner Plugin in my iOS project. I am using xcode 4.6.2 and corodva 2.7. The scanner loads properly and scans perfectly for the first time but when I try to ...
0
votes
1answer
11 views
As-you-type spell-checking for VS2012
After Google I couldn't find As-you-type spell-checking for VS2012.
I have used one for VS210. I don't remember name of it which was quite useful to avoid spell mistakes in Aspx/razor Views
Does ...
0
votes
1answer
9 views
Fetching values from app.config on plugin click in VS 2012 C#
I have a plugin solution in VS 2012 IN C#. I have to execute T4 TEMPLATES on click of this plugin. These T4 TEMPLATES are using some variables which are defined as keys in key value pair in app.config ...