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
50
votes
4 answers

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) but I want to be able to choose either the first or the second executions independently. I know I can add an id to the execution…
lukewm
  • 21,433
  • 6
  • 26
  • 28
50
votes
8 answers

How to Write OS X Finder plugin

I'm looking for a guide or sample code for writing Mac OS X Finder plugins? It would like to know how to do some simple actions: adding image overlayers to icons adding context menu items listen to file changes I found the following two…
notnoop
  • 58,763
  • 21
  • 123
  • 144
49
votes
8 answers

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 minimal plug-in system that allows programmers with…
Carl Seleborg
  • 13,125
  • 11
  • 58
  • 70
49
votes
5 answers

Latex and Vim usage

How can I use Latex effectively in VIM? Is there a way to configure compile errors by highlighting the line in vim? I have syntax highlight. What are other recommended add-ons? Is a makefile the recommended way to compile a latex file to…
Verhogen
  • 27,221
  • 34
  • 90
  • 109
48
votes
8 answers

Force Internet Explorer to use a specific Java Runtime Environment install?

When viewing someone else's webpage containing an applet, how can I force Internet Explorer 6.0 to use a a particular JRE when I have several installed?
Mark MacIver
48
votes
12 answers

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 work okay' -- but I would really appreciate advice…
David
  • 13,360
  • 7
  • 66
  • 130
48
votes
2 answers

Use Notepad++ as HEX-Editor

I'm using Notepad++, version 7.8.5 64bit on Windows 10. I'd like to use it as a Hex Editor. I open a binfile, but Notepad shows it to me as a text with strange characters. In order to visualize the Hex-numbers, I select a part of the text, go and…
Uwe_98
  • 697
  • 1
  • 8
  • 21
48
votes
5 answers

How to put my javascript in the footer

I just want to ask on how to print script 'javascript' at the footer using simple plugin. I'm using WordPress 3.0 any ideas?
Trez
  • 1,140
  • 5
  • 16
  • 23
48
votes
11 answers

How can I 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() is called from the plugin, it returns [wordpress_install_dir], the root of installation.)
bog
  • 485
  • 1
  • 4
  • 5
48
votes
5 answers

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 editor must have something inbuilt in it. I have seen developers use some sort of FTP plugin with it. Feedback appreciated. I am on a Mac Moutain Lion…
pal4life
  • 3,210
  • 5
  • 36
  • 57
47
votes
10 answers

Align text on an equals sign in vim

I tend to align code on equal signs for better readability. From this: $ = jQuery.sub() Survey = App.Survey Sidebar = App.Sidebar Main = App.Main To this: $ = jQuery.sub() Survey = App.Survey Sidebar = App.Sidebar Main = App.Main Is…
iblue
  • 29,609
  • 19
  • 89
  • 128
47
votes
8 answers

Managing Vim plugins

What's the best way to manage Vim plugins? Some plugins use Vimball, but I read somewhere that it was seriously broken, and manually dropping each plugin into ~/.vim/ results in a mess of files that are near impossible to update or organise. Is…
Robbie
  • 1,359
  • 3
  • 14
  • 16
46
votes
6 answers

Xcode 4 plugin development

I've been looking all over the place but I can't find anything. Does anyone know how to create an Xcode 4 plugin?
rid
  • 61,078
  • 31
  • 152
  • 193
46
votes
4 answers

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 new option". I'm wondering what the code would…
Kenn
  • 2,379
  • 2
  • 29
  • 38
46
votes
6 answers

Jenkins Git Plugin not pulling latest changes before building job

I am working with Jenkins CI and am trying to properly configure my jobs to use git. I have the git plugin installed and configured for one of my jobs. When I build the job, I expect it to pull the latest changes for the branch I specify and then…
polarice
  • 517
  • 1
  • 5
  • 7