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
65
votes
11 answers

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 the "Software Updates..." option in the Help menu. The option to remove the selected Mylyn plugin is greyed out. In fact, this is true of…
Dónal
  • 185,044
  • 174
  • 569
  • 824
65
votes
9 answers

Useful Vim plugins for web development and design (php, html, css, javascript)?

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 there other useful plugins for web…
alexchenco
  • 53,565
  • 76
  • 241
  • 413
64
votes
10 answers

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 seemed to crash more often than work (the site said…
Adnan
  • 2,949
  • 4
  • 29
  • 45
63
votes
3 answers

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 IDE. What options do I have for doing Servlet…
Y Pgjn
63
votes
7 answers

How can I simulate mobile devices and debug in Firefox Browser?

I would like to be able to view and debug my website in mobile device mode on a computer. Also I want to debug my website with tools like Firebug or ... even better I can use Firebug. What is an established solution to do that?
user1433439
61
votes
10 answers

Vim Command-T plugin error: could not load the C extension

I'm trying to install the Command-T plugin. I compiled vim following the instructions in this comment: Installing vim with ruby support (+ruby) So now there's the +ruby flag, but still when I try to use the plugin I get this error: command-t.vim…
Carlo
  • 4,016
  • 7
  • 44
  • 65
61
votes
11 answers

How can I disable WordPress plugin updates?

I've found a great plugin for WordPress under GPLv2 license and made a lot of changes in source code, plugin does something else now. I modified author (with original plugin author's credits), URL, version number (from xxx 1.5 to YYY…
pp_1
  • 762
  • 1
  • 7
  • 13
60
votes
3 answers

What is the purpose of passing-in undefined?

I have noticed jQuery and related keynote plugins like jQuery.UI pass undefined as a parameter into anonymous functions used in their module definitions, like so: (function($, undefined) { ... })(jQuery); Alternatively, I have noticed other plugins…
Prisoner ZERO
  • 13,848
  • 21
  • 92
  • 137
60
votes
8 answers

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 authentication solutions are available for Rails 3, which…
jrdioko
  • 32,230
  • 28
  • 81
  • 120
59
votes
4 answers

only build script and other plugins script blocks are allowed before plugins

I want to use gradle plugin having this syntax plugins { id "id" version "version" } but i have the error of only build script and other plugins script blocks are allowed before plugins I moved it to the bloc buildscript but still not…
Toumi
  • 2,925
  • 4
  • 37
  • 31
57
votes
2 answers

In a Maven multi-module project, how can I disable a plugin in one child?

I have a maven multi-module project (boy, I've written that opening way too many times on this site). Almost all the modules (that is, the ones that have code in them) should run the maven-site-plugin to generate reports about code coverage, etc. …
Coderer
  • 25,844
  • 28
  • 99
  • 154
56
votes
8 answers

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.org/projects/project_summary.php?projectid=tptp.performance Any other good plug-ins to use? EDIT OK, it doesn't necessarily have…
Nick Heiner
  • 119,074
  • 188
  • 476
  • 699
55
votes
7 answers

DLL Load Library - Error Code 126

I'm using the 'LoadLibrary' from the Windows API, when I run the application, it throws me an error code 126. I read that it may be caused by dependencies, I checked what's wrong with some applications like Dependency Walker, but everything was…
Spamdark
  • 1,341
  • 2
  • 19
  • 38
54
votes
4 answers

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 controllers from my plugin assemblies. I'm using WebForms…
Erik van Brakel
  • 23,220
  • 2
  • 52
  • 66