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

Netbeans plugins that help develop better code? - for Java

Can anybody point me to Netbeans plugins that help do better code? I hope to find some plugins that do Java code review and search for: bug patters duplicate code and other types of vulnerabilities. Thanks!
lpinto.eu
  • 2,077
  • 4
  • 21
  • 45
5
votes
1 answer

EncodedImage.getEncodedImageResource fail to load image with the same name different subfolder in Eclipse (Blackberry plugin)

I'm using the Blackberry JDE Plugin v1.3 for Eclipse and I'm trying this code to create a BitmapField and I've always done it this way: this.bitmap = EncodedImage.getEncodedImageResource("ico_01.png"); this.bitmap = this.bitmap.scaleImage32( …
orloxx
  • 153
  • 11
5
votes
2 answers

Django - developing an app using a modular architecture

I made a learning management system using Django REST as its backend app. The app has grown quite a bit, so has its user base, and more and more people are showing interest in it. Something I have realized is that the state-of-art LMS applications…
Samuele B.
  • 481
  • 1
  • 6
  • 29
5
votes
1 answer

A way to add before_filter from engine to application

Without a lot of specific code, this is just vague, but I'll provide what I can. Given a rails engine, a basic engine and not a mountable engine in its own space, how do I make methods from the engine available to the application as a before_filter…
blueblank
  • 4,724
  • 9
  • 48
  • 73
5
votes
3 answers

How to install the Eclipse plugin for Symfony 2?

I want to install the Eclipse plugin for Symfony 2. But I'm stuck at the start. I'm following the guide at http://pulse00.github.com/Symfony-2-Eclipse-Plugin/. Prerequisites At the current stage the Symfony Eclipse Plugin requires a nightly build…
Tool
  • 12,126
  • 15
  • 70
  • 120
5
votes
1 answer

Outlook Web Access Plugin Development

Has anybody written a plugin for outlook web access? Are there any resources to which you could point me or tips you can pass on? I'm probably more interested in OWA 2007 than 2003 but whatever you've got would be great.
stimms
  • 42,945
  • 30
  • 96
  • 149
5
votes
1 answer

Flutter share native objects between plugins

I am working on a couple plugins for streaming and recording video. In Android land it is generally not possible to have two things access the camera simultaneously. The obvious solution is to merge the two plugins into one that marshals/shares the…
TheGwa
  • 1,919
  • 27
  • 44
5
votes
2 answers

External modules implementation

What is the best way to implement an external module system for a DELPHI application? What I need is very basic really: The main APP detects if a module is present and loads it(Run time) Modules can store form Modules can store DataModules Modules…
Jlouro
  • 4,515
  • 9
  • 60
  • 91
5
votes
2 answers

Design a Plugin based java application

I'm trying to make a plugin-based application which means, besides the basic framework, other functionalities should be added with a plugin style. The majar problem of such system, i think, is how to load new plugins at the runtime. I don't want to…
cn1h
  • 1,188
  • 4
  • 16
  • 24
5
votes
5 answers

Is there a way to force Visual Studio 2008 (or below) to use a spellchecker for comments?

I'm not sure if this can be done at all, but it'd certainly make my life easier. I was wondering if maybe the MS spellchecker could be used as a plug-in for other applications... or something like that. Thanks.
Trap
  • 12,050
  • 15
  • 55
  • 67
5
votes
3 answers

Implement "Mark Occurrences" in new Eclipse editor

I am working on an eclipse plugin that implements a new editor. I would like to implement "Mark Occurences" wherein when the cursor is on one variable, all its occurances in the open editor are highlighted. Is there a way to implement this? Thanks!
Smitha
  • 51
  • 2
5
votes
1 answer

How and by what should I create plugin to Firefox?

I'd like to write a plugin for Firefox with the idea of taking HTML code user is presently onto, process it and send it to external php script. How would you proceed? What programming languages can I use?
Skuta
  • 5,830
  • 27
  • 60
  • 68
5
votes
1 answer

Run plugin's shell in cakephp 2.0

I have created a new CakePHP 2.0 app and want to run a plugin's shell.
baur79
  • 273
  • 5
  • 18
5
votes
2 answers

Wordpress: Package plugin with theme

Okay, this may sound silly but stay with me. I am packaging a Wordpress Premium Theme for sales in a major marketplace. The theme is heavily dependant on a couple of plugins (self-developed). I cannot expect the buyers to manually install both my…
Saddam Azad
  • 53
  • 1
  • 5
5
votes
2 answers

Spring MVC Plugin Architecture

I am a novice with JavaEE but have some experience with ASP.NET MVC. With ASP.NET MVC, I know we can make a plugin architecture with ASP.NET MVC web app so you can make a dll with MVC structure and put it into the existing ASP.NET MVC web app to…
Jon
  • 332
  • 4
  • 14
1 2 3
99
100