Top "Plugins" questions

A plug-in (or plugin) is a set of software components that adds specific abilities to a larger software application.

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, …

javascript eclipse plugins editor
How to get the current plugin directory in WordPress?

I need to get the current plugin directory like [wordpress_install_dir]/wp-content/plugins/plugin_name (if getcwd() called from …

php wordpress plugins
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 …

java design-patterns plugins frameworks plugin-architecture
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 …

python architecture plugins
A good free ftp plugin for Sublimetext 2

I am new to Sublimetext and wondering what is a good free FTP plugin to use with it. Thought the …

plugins ftp sublimetext2
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 …

javascript jquery plugins apply
Downloading Eclipse plug-in update sites for offline installation

A plug-in that I want to install provides an update site for installation. However, the Eclipse installation that I want …

eclipse plugins installation
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) …

plugins vi vim
Installing WindowBuilder on Eclipse 4.2

I'm using Eclipse Juno 4.2, downloaded from here. On previous installs, I've been using 3.7, and I've been using WindowBuilder, which I …

java eclipse plugins installation windowbuilder
Is it possible to override the configuration of a plugin already defined for a profile in a parent POM?

In a POM parent file of my project, I have such a profile defining some configurations useful for this project (…

maven-2 plugins configuration profile