Top "Plugins" questions

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

file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known

I'm trying to download an image from a server using a PHP script on my website on xampp server. The …

php api plugins file-get-contents web-development-server
How do I run a specific goal with a particular configuration in a Maven plugin when I have several configurations for that goal

See plugin config from pom.xml below. I can do: mvn myplugin:myGoal Which runs myGoal (both executions I suppose) …

maven plugins maven-2 pom.xml
How to write a plugin for Eclipse?

How can I start writing a plugin for Eclipse? I've looked for documentation, but unfortunately there is very little or …

java eclipse plugins
Notepad++ plugin for auto format Css

I'm looking for a plugin for Notepad++ that will auto align (auto format) my Css files. Something similar to visual …

css plugins autolayout notepad++ auto-indent
Wordpress- how to disable plugin update

I've found a great plugin for WordPress under GPLv2 license and made a lot of changes in source code, plugin …

wordpress plugins updating
Is there vim plugin for notepad++?

There are a lot of questions and answers about vim and notepad++ but it's not definitely clear, what is best …

vim plugins notepad++ text-editor
java was started but returned exit code = -805306369

Can anyone help me with this error: java was started but returned exit code = -805306369 C:\Windows\System32\javaw.exe …

eclipse jakarta-ee plugins helios
Maven update dependencies in POM

Are there any preexisting Maven plugins or commands to update the dependencies in the POM? Example: (if this was in …

java maven-2 plugins command
How to uninstall plugins in Eclipse 3.4.X or higher

The GUI for managing plugins in Eclipse got a bit of an overhaul in version 3.4.0. This GUI is accessed via …

java eclipse ide plugins eclipse-plugin
Profiling a Java Application in Eclipse? (plug-in)

I'm looking to find bottlenecks in my Java application in Eclipse. I'm thinking this might be useful: http://www.eclipse.…

java eclipse optimization profiling plugins