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
54
votes
7 answers

How do I create a Java sandbox?

I want to make my application to run other people's code, aka plugins. However, what options do I have to make this secure so they don't write malicious code. How do I control what they can or can not do? I have stumbled around that JVM has a "built…
corgrath
  • 11,673
  • 15
  • 68
  • 99
54
votes
5 answers

In vim, is there a plugin to use % to match the corresponding double quote (")?

The % key is one of the best features of vim: it lets you jump from { to }, [ to ], and so on. However, it does not work by default with quotes: Either " or ', probably because the opening and closing quote are the same character, making…
static_rtti
  • 53,760
  • 47
  • 136
  • 192
53
votes
4 answers

What are the gigantic *.CFS files all about in Eclipse workspace plugin folder?

I started to notice my WD drive getting full and ran a size:gigantic file search on it. It has turned up several files here: F:\SCOTT-SHARED-DESKTOP\My…
stanlick
  • 1,442
  • 3
  • 16
  • 29
53
votes
14 answers

Android Studio "Unable to save plugin settings"

When I opened android studio today, it showed me the following errors: Then, when after I restart Android Studio, I get these errors: After I enable "Android Support", and restart, the first two errors show again, and when I restart again, I get…
dan.lee
  • 695
  • 1
  • 5
  • 9
53
votes
7 answers

Is it possible to display indentation guides in Vim?

I'm a longtime Vim user (3 or 4 years) who has recently started dealing with some deeply nested code. This code is indented with spaces, not tabs. I would like some clean and non-distracting indication of indentation to help with keeping track of…
mjn12
  • 1,853
  • 3
  • 19
  • 27
53
votes
5 answers

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 slowed Eclipse down too much, and was a hassle to use…
Dean Rather
  • 31,756
  • 15
  • 66
  • 72
52
votes
2 answers

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 plugin: found when scanning the plugins…
Rebecca Chernoff
  • 22,065
  • 5
  • 42
  • 46
52
votes
3 answers

How to load vendor asset folder in Rails 4?

I have a plugin with many types of files, and its own tree structure (html, css, js, documentation, images, etc) Rather than going through the plugin folder, and splitting all the css and js files into the vendor/assets/js/ vendor/assets/css/…
ahnbizcad
  • 10,491
  • 9
  • 59
  • 85
52
votes
6 answers

is there an autosave function/plugin for notepad++?

After an unplanned system restart, all of my Notepad++ temp (and unsaved) tabs are gone. How can I avoid this in future? I don't want to have to save explicitly every single temp file with a file name. Is there a plugin for NP++, which saves my…
mchlfchr
  • 3,998
  • 4
  • 26
  • 35
52
votes
11 answers

Ignore javascript syntax errors in a page and continue executing the script

I develop plugins for WordPress. It uses some jquery in the user side (themes) as a jquery plugin. The problem is, when there is an javascript error with other plugins made by other autors, my plugin's javascript fails to execute. And the worst…
Aakash Chakravarthy
  • 10,523
  • 18
  • 61
  • 78
52
votes
10 answers

Is there a keyboard shortcut to move the cursor between methods in Visual Studio 2010?

Is there any keyboard shortcut to move the cursor between methods in Visual Studio? Is there any plugins that can do the same job? All the time when I program, I want to go at the end of the current method and if I could have a shortcut that can…
51
votes
3 answers

Unity3d integration with android

I need to create an android application which consists of parts written on Unity3d (animation and so on) and on AndroidSDK (by androidSDK I mean few activities written in java, manifest and resources) In fact I already have those parts (At least…
leshka
  • 1,764
  • 6
  • 32
  • 42
51
votes
3 answers

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 entrypoints was introduced by setuptools, and is tied to the…
Alexis Métaireau
  • 10,767
  • 5
  • 24
  • 34
51
votes
6 answers

How to use the ANSIcolor plugin in Jenkins?

I have installed the ANSI-color plugin for Jenkins. In the Jobs I have activated that plugin with the default profile 'xterm'. I cannot figure out how to colorize the output of the Console Log when printing to the log from the batch files…
Stefan Schroeder
  • 651
  • 1
  • 5
  • 11
51
votes
3 answers

How to write a Nginx module?

I'm trying to find tutorials on how to build a module/plugin for Nginx web server. Can someone help please, I just can't seem to find the appropriate tutorials.
user63898
  • 29,839
  • 85
  • 272
  • 514