Questions tagged [plugins]

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.

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.

See also:

23930 questions
2695
votes
73 answers

How can I get query string values in JavaScript?

Is there a plugin-less way of retrieving query string values via jQuery (or without)? If so, how? If not, is there a plugin which can do so?
Subliminal Hash
  • 13,340
  • 20
  • 70
  • 99
299
votes
6 answers

How do I list loaded plugins in Vim?

Does anybody know of a way to list up the "loaded plugins" in Vim? I know I should be keeping track of this kind of stuff myself but it would always be nice to be able to check the current status.
Daisuke Shimamoto
  • 4,651
  • 5
  • 28
  • 36
289
votes
8 answers

Best way to allow plugins for a PHP application

I am starting a new web application in PHP and this time around I want to create something that people can extend by using a plugin interface. How does one go about writing 'hooks' into their code so that plugins can attach to specific events?
Wally Lawless
  • 7,341
  • 7
  • 32
  • 53
251
votes
28 answers

"Gradle Version 2.10 is required." Error

As I've been using classpath 'com.android.tools.build:gradle:+' In the build.gradle file, I got the following error since gradle version 2.10 has been released. The error is : Warning:Gradle version 2.10 is required. Current version is 2.8. If …
222
votes
9 answers

How do I make CMake output into a 'bin' dir?

I'm currently constructing a project with a plugin structure. I'm using CMake to compile the project. The plugins are compiled in separate directories. My problem is that CMake compiles and saves the binaries and plugins, dynamic libraries, in the…
Martin Kristiansen
  • 8,778
  • 10
  • 43
  • 81
211
votes
77 answers

Recommended add-ons/plugins for Microsoft Visual Studio

Can anyone recommend any good add-ons or plugins for Microsoft Visual Studio? Freebies are preferred, but if it is worth the cost then that's fine.
Bryan Denny
  • 26,451
  • 32
  • 103
  • 124
195
votes
18 answers

Building a minimal plugin architecture in Python

I have an application, written in Python, which is used by a fairly technical audience (scientists). I'm looking for a good way to make the application extensible by the users, i.e. a scripting/plugin architecture. I am looking for something…
dF.
  • 67,375
  • 27
  • 125
  • 135
164
votes
9 answers

How To Create a Flexible Plug-In Architecture?

A repeating theme in my development work has been the use of or creation of an in-house plug-in architecture. I've seen it approached many ways - configuration files (XML, .conf, and so on), inheritance frameworks, database information, libraries,…
justkt
  • 13,970
  • 8
  • 39
  • 61
158
votes
5 answers

VIM ctrlp.vim plugin: how to rescan files?

I have come across the awesome ctrlp.vim plugin. It is a good alternative to the Command-T plugin which I have used before. What I did not like about Command-T is that it would take about 20-30 seconds to rescan files when it is invoked for the…
ko1Rn
  • 1,767
  • 2
  • 10
  • 8
149
votes
8 answers

Best way to build a Plugin system with Java

How would you implement a Plugin-system for your Java application? Is it possible to have an easy to use (for the developer) system which achieves the following: Users put their plugins into a subdirectory of the app The Plugin can provide a…
144
votes
8 answers

How to install plugins to Sublime Text 2 editor?

How to install plugins to the Sublime Text editor? I would like to install Emmet plugin to Sublime Text 2 editor.
Arun Krishnan
  • 1,828
  • 2
  • 15
  • 23
143
votes
2 answers

How can you display the Maven dependency tree for the *plugins* in your project?

A common Maven debugging technique is to use mvn dependency:tree to view the graph of project dependencies. However, this list shows the project dependencies, not the plugin dependency tree for each plugin. Is there some way to do this from a…
Alex Miller
  • 65,227
  • 26
  • 112
  • 160
140
votes
12 answers

Implementing a plugin architecture / plugin system / pluggable framework in Angular 2, 4, 5, 6

Update 5/24/2018: We are now +3 versions of Angular from my original post and still don't have a final workable solution. Lars Meijdam (@LarsMeijdam) has come up with an interesting approach which is certainly worth a look-see. (Due to proprietary…
Anthony Gatlin
  • 4,218
  • 4
  • 33
  • 51
140
votes
8 answers

What is the difference in maven between dependency and plugin tags in pom xml?

I'm new to the maven tool, I have made a project with Spring and Hibernate and they are configured in pom.xml as plugins, but JUnit is tagged under dependency. My question is what is the logic behind one as a plugin and one as dependency ?
Soumyaansh
  • 7,482
  • 6
  • 36
  • 43
133
votes
8 answers

JavaScript editor within Eclipse

I'm looking for the best JavaScript editor available as an Eclipse plugin. I've been using Spket which is good. But, is there more better one?
Dónal
  • 176,670
  • 166
  • 541
  • 787
1
2 3
99 100