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.
1555
votes
47answers
543k views
How can I get query string values?
Is there a plugin-less way of retrieving query string values via jQuery (or without)?
If so, how, and if not what plugin do you recommend?
259
votes
11answers
241k views
Recommended Eclipse plugins to generate UML from Java code
Are there eclipse plugins that you can recommend for generating diagrams (UML, sequence) from Java code?
115
votes
8answers
64k views
What's the best edit-in-place plugin for jQuery? [closed]
I need an edit-in-place plugin for jQuery but there are quite some around. I've been testing jeditable (http://www.appelsiini.net/projects/jeditable) but it lacks some basic options (like hover ...
114
votes
10answers
11k views
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 ...
113
votes
78answers
20k views
Recommended add-ons/plugins for Microsoft Visual Studio [closed]
Can anyone recommend any good add-ons/plugins for Microsoft Visual Studio? Freebies are preferred, but if it is worth the cost then that's fine.
102
votes
19answers
8k views
What are the “must have” jQuery plugins?
I'd like to know what are the most useful JQuery plugins. I'm particularly interested in those which are likely to be useful in general UI development, such as Tablesorter, rather than those which ...
101
votes
2answers
18k views
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.
...
99
votes
51answers
16k views
Do you have any recommended plugins for Eclipse?
Are there any great plugins out there for Eclipse, either free or otherwise?
85
votes
8answers
69k views
Eclipse JavaScript editor [closed]
I'm looking for opinions on the best JavaScript editor available as an Eclipse plugin. I've been using Spket, which is good, but I'm convinced there must be something better out there. Is there?
81
votes
12answers
64k views
What Subversion plugins for Visual Studio are there?
What Subversion plugins exist for Visual Studio?
52
votes
6answers
19k views
Plug-in architecture for ASP.NET MVC
I've been spending some time looking at Phil Haack's article on Grouping Controllers very interesting stuff.
At the moment I'm trying to figure out if it would be possible to use the same ideas to ...
51
votes
11answers
44k views
uninstall plugins in Eclipse 3.4.X
The GUI for managing plugins in Eclipse got a bit of an overhaul in version 3.4.0.
This GUI is accessed via the "Software Updates..." option in the Help menu.
This displays the following dialog:
...
50
votes
5answers
36k views
Preferred ruby plugin for Eclipse?
RDT seems to be the preferred ruby plugin for adding ruby language support to Eclipse. However, I see that the main developer on that project has joined Aptana RadRails. Does this mean that project is ...
50
votes
6answers
21k views
Rails 3 authentication solutions
I poked around StackOverflow and Google, but couldn't find anyone who has put together a comparison of authentication gems or plugins for Rails (I'm looking for something for Rails 3). What ...
49
votes
8answers
13k views
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 ...
49
votes
9answers
15k views
Painless integration of Eclipse with Vim?
Has anyone managed to get Vim integrated into Eclipse painlessly? I just want to use Vim for the editor while retaining the general Eclipse interface. I have tried using Eclim plugin but the editor ...
47
votes
5answers
35k views
Which Eclipse Subversion plugin should I use?
Subclipse, Subversive, or something else?
There's a bit of debate around the topic, can we come to some conclusion here?
EDIT:
It's been a couple months now, and I ended up deciding the plugin ...
45
votes
4answers
32k views
How to install plugin for Eclipse from .zip
How to install Eclipse plugin from .zip ? I have installed plugins by choosing site and then check but never from .zip . Can anybody help ?
44
votes
12answers
1k views
Recommendations for a scripting or plugin language for highly math-dependent user coding?
I have started a bounty for this question
...because I really want the
community's input. I can (and have)
looked at several languages /
frameworks and think 'well, this will
probably ...
44
votes
1answer
910 views
TeamCity loads custom plugin, but there's no evidence the plugin code runs
I am playing around with a TeamCity install and developing a plugin that extends a BuildServerAdapter. When I package it up and install it to the server, teamcity-server.log contains entries for my ...
41
votes
3answers
69k views
How do you develop Java Servlets using Eclipse?
I would like to program Java servlets using Eclipse and I plan on deploying them using Tomcat. I think I can build the projects using Ant which is bundled with Eclipse. I have the standard Eclipse ...
40
votes
7answers
18k views
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 ...
40
votes
5answers
38k views
Notepad++ File explorer Plugins [closed]
I like Notepad++ because it is quick to start up, it supports many languages, and it can even match an opening and closing tags so that you can check when a <div> is matching the correct closing ...
40
votes
3answers
5k views
Sandbox against malicious code in a Java application
In a simulation server environment where users are allowed to submit their own code to be run by the server, it would clearly be advantageous for any user-submitted code to be run in side a sandbox, ...
38
votes
4answers
4k views
Temporarily disable some plugins using pathogen in vim.
I think I have a bug in one plugin. I would like to load only this plugin, without having to delete all the other bundles in my pathogen's bundle folder, to debug.
Is it possible?
38
votes
9answers
30k views
Best jQuery Status Message Plugin?
What is the best jQuery status message plugin?
I like jGrowl and Purr, but jGrowl doesn't have the feature to remain sticky (not close automatially) and Purr doesn't seem to work right in IE 6.
I ...
38
votes
2answers
18k views
Eclipse plugins vs features vs dropins
What is the difference between the plugins, features and dropins folder from an eclipse installation? What is the correct use of these folders?
37
votes
12answers
35k views
Eclipse UML plugin? [duplicate]
Possible Duplicate:
Good free UML tool for Java/Eclipse?
I want a UML modelling tool, preferably as an eclipse plugin that can perform the following:
model UML diagrams
Generate stub java ...
36
votes
4answers
23k views
Difference between jQuery.extend and jQuery.fn.extend?
I am trying to understand the jquery plugin syntax, because I want to merge two plugins into
one. The blinker that also needs to be able to stop de interval or run a number of times.
Anyway,
is this ...
35
votes
8answers
11k views
What's safe for a C++ plug-in system?
Plug-in systems in C++ are hard because the ABI is not properly defined, and each compiler (or version thereof) follows its own rules. However, COM on Windows shows that it's possible to create a ...
35
votes
9answers
11k views
Useful Vim plugins for web development and design (php, html, css, javascript)? [closed]
Right now I'm using surround.vim to enclose text in HTML tags, and a plugin that highlights text according to the hex value in the CSS file (e.g. #888 will have gray background in the CSS file).
Are ...
35
votes
2answers
932 views
Alternative implementations of python/setuptools entry points (extensions) in other languages/applications
While this question has a python backend, the question is not tied to python itself, but rather about extension mechanisms and how to register/lookup for plugins.
In python, the concept of ...
34
votes
21answers
3k views
Most useful jQuery plugins [closed]
Which are the most useful jQuery plugins you have used.
List out one per answer(to rank the best plugins individually), and describe what it does as well.
BlockUI - Can block certain elements (or ...
33
votes
6answers
32k views
Add comma to numbers every three digits using jQuery
jQuery plugin to add comma separating numbers into three digits without white spaces and if total digits are under three, then no comma added.
Ex:
2984 => 2,984
297312984 => 297,312,984
...
33
votes
4answers
12k views
Visual Studio 2010 Plug-in - Adding a context-menu to the Solution Explorer
I want to add a new option in Visual Studio 2010's solution explorer's context menu for a specific file type. So for example, right clicking on a *.cs file will show the existing context menu plus "my ...
32
votes
7answers
10k views
Xcode 4 plugin development
I've been looking all over the place but I can't find anything. Does anyone know where to find documentation on how to create an Xcode 4 plugin?
32
votes
8answers
7k views
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), ...
31
votes
3answers
21k views
What's the .apply jQuery function?
I see that in different plugins and codes, but I don't understand what does that function... In the jQuery api isn't referenced!
31
votes
4answers
10k views
Anyone found a PowerShell Syntax highlighting or IntelliSense plugin for Visual Studio? [closed]
Has anyone found a plugin for Visual Studio to allow for PowerShell syntax highlighting or IntelliSense? If not, does anyone have any idea why not? I keep hoping someone else with copious free time ...
30
votes
4answers
17k views
How do I “source” something in my .vimrc file?
I've been working on expanding my vim-foo lately and I've run across a couple of plugins (autotag.vim for example) that require them to be "sourced" in my .vimrc file. What exactly does this mean and ...
30
votes
1answer
614 views
How do I integrate Perfidies (Browser plug-in vulnerability scanner) into my website?
Perfidies / Plugindir is the client to Mozilla's plugin vulnerability database. I think a variant of this is used here on this site geared for end users.
I would like to redirect any browser that is ...
29
votes
7answers
8k views
Rockscroll or Metalscroll for Visual Studio 2010 (Minimap)
Has any one found a replacement for Rockscroll or Metalscroll for Visual Studio 2010?
I miss it so much that I looked into making one my self but only have word highlighting working and a place ...
29
votes
11answers
9k views
Designing extensible software (plugin architecture)
I need some resources that talk about how to design your software to be extensible, i.e. so that other people can write add-ons/plug-ins that adds functionality to it.
What do you recommend? Any ...
28
votes
7answers
32k views
Redmine and Scrum [closed]
What is the best support for Scrum in Redmine?
Best practices?
Plugin support?
All plugins I've tried are either not that active anymore and/or not up to the task of managing a major project using ...
28
votes
11answers
14k views
Installing the ADT Plugin for Eclipse
I am trying to install the the Android ADT plugin for Eclipse. However, after I have went to "Install New Software..." and entered the plugin location https://dl-ssl.google.com/android/eclipse/, ...
27
votes
8answers
7k views
What are some recommended plugins for Trac?
In particular, I need a more full fledged version of Trac to support robust project management, and task tracking. I went through the plugins and literally found over 50 that looked promising.
My ...
27
votes
10answers
10k views
How best to do Agile Development with Trac? [closed]
We use Trac as our bug tracking / development / wiki system and I was wondering if anyone has experience and uses some of the Trac Agile/Scrum plugins or functionalities? Anything you'd recommend?
Or ...
27
votes
4answers
11k views
Views in separate assemblies in ASP.NET MVC
I'm trying to create a webapplication where I want to be able to plug-in separate assemblies. I'm using MVC preview 4 combined with Unity for dependency injection, which I use to create the ...
26
votes
6answers
9k views
Implementing MEF with ASP.NET MVC?
I am trying to find out if anyone has any experience or ideas of using MEF (Managed Extensible Framework (Microsoft's new plugin framework) with ASP.NET MVC. I need to create a standard ASP.NET MVC, ...
26
votes
5answers
15k views
How to write a plugin for eclipse?
my question it's very easy, how I can write a plugin for eclipse? I've looked for documentation but unfortunately there is very little or it's poor, so can anyone recommend any articles?
