0
votes
1answer
58 views
Making a pluggable Android messaging app
I'm making a messaging app and I want to be able to extend it by using plugins. The plugin might, for example, replace :) with a smiley image. I've written some test code which uses intent filters to …
0
votes
3answers
20 views
Web Browser Plugin that Allows user to view Message Traffic
What is the name of the IE plug in that someone can download (I think from Microsoft) that lets a developer (well, anyone who gets the plug-in, actually) to view the message traffic that goes on …
0
votes
2answers
11 views
How to update an Eclipse installed via Yoxos.
I downloaded and installed Eclipse using Yoxos a few months ago. Since then, several of the plugins I downloaded as part of the install have been updated. In particular, the App Engine sdk has gone …
0
votes
2answers
51 views
Any example of writing an NPAPI plugin in Linux?
Hi, all
I need to write a browser plugin to communicate with another process, and it seems I have to use NPAPI plugins. Is there any example or open source NPAPI plugin I can refer to?
Many thanks …
0
votes
1answer
61 views
+100
How to design an extensible CMS for Google App Engine?
I am a fan of the extensibility of the CMSes. You can upload some code (usually PHP), authorize it from the CMS admin panel and it's running.
I wonder if it is possible in Google App Engine. I …
1
vote
3answers
96 views
Can you embed python scripts into the web browser?
I'm trying to see how I can get a python script to run in the web browser. Does anyone know if this is possible or would I need to make a plugin?
I'm looking for something that would work like:
…
0
votes
1answer
15 views
Is it possible to write script to automatically install firefox plugin?
I wrote firefox extension and want to be able to install it to firefox using sh script, for example. Is it possible?
0
votes
2answers
19 views
Registering a VS2008 plugin.
Hi all,
I have a Visual Studio 2008 plugin DLL compiled and ready to use. But ... how do i Install the plugin so that VS2008 sees it?
I'm sure I'm being completely thick but I just can't figure …
1
vote
0answers
18 views
Eclipse Plugin-ins: How can I add a group to the popup context menu?
I have a command available in the eclipse context menu when I right click on a project folder. THe submenu is visible in what I believe is the 'additions' section of the context menu. However, I want …
0
votes
2answers
60 views
How do I detect a custom plugin in Firefox/IE/Chrome?
My team wants to build a "plugin" for firefox/chrome/IE.
How do I use javascript to detect if this plugin (not extension) is installed?
I would like to have a piece of javascript that can detect if a …
0
votes
1answer
19 views
What does the mb prefix signify when attached to some jquery plugins?
I am looking at http://plugins.jquery.com/project/Plugins/category/51
and seeing (mb)Tooltip, (mb)Containers, etc.
what is mb?
1
vote
3answers
121 views
What’s a pattern for getting two “deep” parts of a multi-threaded program talking to each other?
I have this general problem in design, refactoring or "triage":
I have an existing multi-threaded C++ application which searches for data using a number of plugin libraries. With the current search …
1
vote
1answer
36 views
+100
Is there any addon for Visual Studio that enables drag-and-drop references?
I would like to drag a dll to my project references. Is it possible? Is there an plugin for it?
1
vote
1answer
41 views
Sandboxing plugins with Managed Extensibility Framework
I'm working on an application where third party developers will be able to write plugins. I've been looking a little at Managed Extensibility Framework and it seems the right way to go.
One thing …
2
votes
4answers
101 views
Usage of GPL plugins for proprietary software?
Hello. I've read existing questions about this topic on here already, but none of them seem to address my question so far.
Here is the situation:
We are developing a closed-source/proprietary …
