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:

25574 questions
2694
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,614
  • 20
  • 73
  • 104
333
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
  • 5,206
  • 6
  • 32
  • 37
293
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,539
  • 7
  • 37
  • 53
273
votes
10 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
  • 9,875
  • 10
  • 51
  • 83
253
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 …
211
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.
  • 74,139
  • 30
  • 130
  • 136
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
  • 27,363
  • 32
  • 109
  • 125
184
votes
9 answers

How to change the locale in chrome browser

I want to change Accept-language request header to anything I wanted in chrome, is there any extension or plugin where I can do it. I want to be able to change locale and language both. Main requirement is changing the locale.
user1614862
  • 3,701
  • 7
  • 29
  • 46
182
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
  • 69,183
  • 25
  • 122
  • 167
178
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
  • 14,610
  • 8
  • 42
  • 62
174
votes
9 answers

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

Created project with Spring, Hibernate & Maven. My question is what is the logic behind plugin versus dependency ?
Soumyaansh
  • 8,626
  • 7
  • 45
  • 45
170
votes
18 answers

WordPress asking for my FTP credentials to install plugins

I installed a WordPress blog in my local system. But when I try to add plugins from admin it asks for FTP access. What do I need to configure for WordPress to be able to upload without FTP?
sasi kanth
  • 2,637
  • 4
  • 17
  • 29
165
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,847
  • 2
  • 12
  • 9
154
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…
149
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,407
  • 5
  • 37
  • 53
1
2 3
99 100