plugins

Firefox plugin that lets you to view a control's name?

Does anyone know of a firefox plugin that allows you to view what a control's name/id is? Preferably via a mouseover or something, but if I have to right click it or something that works too. ...

Netbeans 6.5.1 + Openfire 3.6.4 Collaboration ?

We are using the collab plugin in Netbeans. Unfortunately the "Service for the developer collaboration XMPP server share.java.net will be discontinued as of April 20, 2009. " http://wiki.netbeans.org/FaqShareJavaNet I managed to install OpenFire 3.6.4 on OpenSolaris 2008.11. Whatever I do I cant login from Netbeans collab plugin, but ...

jQuery.Scrollable Plugin

Hi, I am using the following plugin: http://flowplayer.org/tools/scrollable.html and under the sub-heading of "Scripting API" - there is a method as follows: getItems() jQuery Returns the scrollable items as a jQuery object My question is - how can I access this object to obtain its values, such as id and name of all the sc...

Passing Arrays into a jQuery PlugIn

Hi, I am looking at modifying a jQuery Plugin to cater for an additional requirement I need. Sorry, not a programming question, but can you pass an array from javascript into a jQuery plugin, that will maintain all it's information or do I lose the array content between javascript and jQuery Plugin? Thanks. TT. ...

show lyrics on ubuntu

Hi, I'm writing a little script for Ubuntu. My intention is to call rhythmbox lyrics plug-in with a global short-cut (configuring gnome) . I can call it from rhythmbox python console, but I don't know how to import rhythmbox built-in modules (eg. rhythmdb). Any ideas? ...

Secure plugin system for python application

Hi, I have an application written in python. I created a plugin system for the application that uses egg files. Egg files contain compiled python files and can be easily decompiled and used to hack the application. Is there a way to secure this system? I'd like to use digital signature for this - sign these egg files and check the signat...

Are plugins available to a rake task?

When I run a rake task for an application that uses Models defined in a plugin I get an Uninitialized Constant error, but when I run the model process, with script/runner, that is fired in the rake task then the job runs fine? Is there some difference between script/runner that loads all my plugins that doesn't happen when I fire up a r...

If you had to create something like ReSharper, where would you start?

If you had to create a plugin like ReSharper for Visual Studio, where would you start? (not talking about each and every feature, but I am trying to just get a skeleton of it going). ...

Is there a resource to explain how to export photos to a web site, for example like iPhoto to Facebook Export?

I am trying to understand the process of exporting from iPhoto to a web site. This would website would be a content management system. I have already located the iPhoto SDK for Exporting but cannot get my head around how to change the destination to a web site/service and the process involved. I am looking for some resource to give me...

How do Plugins/Flash Runtime work on IE

How does any PlugIn work on a web browser ? In which language is the Flash run time programmed ? The PlugIns are a part of IE or any web browser, why can't they make system calls ? Are they not security threats ? ...

What is your favorite eclipse plugins for c / c++ development?

Besides just the CDT what do you find essential for c development using eclipse? ...

Restrict browser plugin usage to specific servers?

For a new banking application we are currently discussing the details of a browser plugin installed on client PCs for accessing smartcard readers. A question that came up was: Is there a way to restrict the usage of this plugin to a specified list of domains? It should prevent any third-party-site to use the plugin just by serving some ...

Map plugin for an MFC application

I want to display a map in a MFC application (Visual Studo 2008 with MFC Feature Pack). Off the top of my head I have the following requirements: I have to be able to add my own markers (plain lat/lon positions), preferrably with different colors/icons so one can distinguish between different types of markers. If the map data is fetche...

(.NET) How do I deal with two versions of the same type when I'm building a plugin?

We're building a plugin for a commercial application that uses a recent version of a commercial UI framework. Our plugin references a different (older) version of the same framework as well as the API dlls for the app into which it plugs. We're now getting a duplicate-type conflict (CS0433) at runtime when loading certain parts of the ...

Problem fetching video data from server only in browser plugin

I have a problem with a server, written in Java, running on Tomcat, serving video files. I didn't write the code and have very little familiarity with the libraries involved in this problem, so any ideas to pursue would be much appreciated :) The videos in question work fine when you save them to disk from your browser and then play th...

SVN Firefox Plugin

Is there a firefox plugin which functions as an SVN client? I have checked on the official addon website. I really do not wish to go to the trouble of installing a standalone client, so is there currently a firefox plugin or some easy way I or someone else could make one? This would be very useful to me. ...

Specifying a target folder for Eclipse 3.4+ plugins when installing via Software Updates

After searching around I see that eclipse 3.4/3.5 now allow you to use their 'dropin' folder to manually install plugins. This works well in a situation where you have already downloaded the feature and plugin files, however in cases where you use the Software Updates feature to simply point to a URL and download a plugin, you don't app...

Can A VS plugin inject code into the compilation process?

I'm sort of conceptually designing a plug-in I'd love to have here. What I'd want is to be a able to tag line in my code (something like how breakpoints are added) and then get a trace log of when execution runs though them. Rather than set breakpoints (because they don't work outside the debugger), I'd rather that inside the compiler, t...

Standard IDE/editor format for expanding snippets?

Is there any kind of standard across editor and IDEs for expanding snippets? Specifically, I would like to write a patch for an API that would provide a code snippet database that could be imported into different editors/IDEs and expand on demand. I am writing something for vim (my editor of choice so that) :expand theme_some_funct...

How to make a Java PlugIn ?

I need to make my Java program as a PlugIn to OME - an Image processing web based s/w having Java API www.openmicroscopy ...