plugins

How to do registration-free COM in a plug-in architecture

We use manifest files to do registration-free COM, as I've also elaborated on in this other question. Now we're trying to use registration-free COM with an application that supports plug-ins. The plug-ins are OCX files that can be added to the main application's folder after the main application is already installed. However, that mea...

Maven : Is it possible to override the configuration of a plugin already defined for a profile in a parent POM

In a POM parent file of my project, I have such a profile defining some configurations useful for this project (so that I can't get rid of this parent POM) : <profile> <id>wls7</id> ... <build> <plugins> <!-- use java 1.4 --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifact...

sfEasyGMapPlugin won't show the Google Map.

Hi everyone. I've just started to use the sfEasyGMapPlugin, in my Symfony website. So I've followed the samples and created a basic map, to check if it works. In the action : $this->gMap = new GMap(); $this->gMap->setCenter(50.637551,3.062725); And in the template : <?php use_helper('Javascript','GMap') ?> <?php include_map($gMap,...

Testing if Quicktime and Java are installed?

In Javascript how can I test if the user has the quicktime plugin and java plugins installed? ...

VIM VTreeExplorer plugin (IDE style browsing for VIM)

Hi, I've looked at a number of the IDE style file explorer / management plugins for VIM. The most popular one seems to be Project, but I've never got on well with it. Specifically, having to always create a .project file for the files you want to browse, and that changes to that file hierarchy outside of VIM are not picked up. I stu...

git not responding to my rails vendor/plugins directory

My git works fine in my app, except it doesn't respond to my vendor/plugins/paperclip directory. I can make a change in vendor/plugins/whatever and git status will show it, but not in vendor/plugins/paperclip. My .gitignore file only gas log* and public/system in it. I'm pretty stumped...searched google & asked in IRC, but nothing. Any i...

Writing a visual studio plugin?

I'm looking for resources on writing a visual studio 2008/2010 plugin, preferably a book of some sort. ...

How to write XCode plugins?

Where can I find resource on how to write XCode plugins? I don't want to write macros and project templates, but plugins that extend the IDE functionality like the ones that can be developed for Visual Studio - capable of displaying in their own window and accessing XCode project data. ...

How to debug firefox plugin?

I writing plugin for firefox and I need a way to debug it. Plugin written in javascript. So is there is a elegant way how I can debug it? ...

Most useful ActionScript packages / libraries

What are some useful plug-ins, packages or source-code for ActionScript? Please include ActionScript version, name, link and description. ...

How to create a Coda plug-in which creates a new site?

Hi, I'm using Coda for web developement. I often create new sites in my ~/Sites folder. I always enter the same information in Coda, except for the name of the site, and the directory where it's stored. Is it possible to create a plug-in (in either Cocoa or ShellScript) which automates this (so I don't need to enter all FTP stuff etc......

adding variable into a jquery plugin

Hi, i dont know if it can be done but can you use a variable to use in this instance: This is the normal way: jQuery(function() { jQuery('#cropbox').Jcrop({ onChange: showCoords, onSelect: showCoords, aspectRatio: 16 / 9 }); }); wanting to do so like: var ratioRetrieve = "16 / 9"; var run = true; if( run === ...

Maven assembly plugin: run only one descriptor

I have a project which has several custom descriptors written for the assembly plugin. Is there a way to run only one of those descriptors at a time instead of the whole bunch? I tried using the descriptors switch as documented here, passing in the full path to the one descriptor that I wanted to run, but instead it's running all of the ...

Kanban board plug-in for Trac

Is there any plug-in/app for presenting/managing tickets from Trac bug tracking system on Kanban board? For example, I want to be able to change the status of Trac tickets by dragging-dropping them accross the board. I tried some standalone tools like AgileZen but but I couldn't find a way to integrate them with Trac. ...

rails recaptcha on localhost? windows causing issues?

I just checked out this answer: http://stackoverflow.com/questions/1076600/rails-recaptcha-plugin-always-returns-false but it didn't seem to help. I'm trying to run recaptcha on rails on my local machine. The site says the API keys should work for prod and local. I've checked the keys many times and have even tried "workarounds" where y...

Eclipse MyFaces Wizard?

Hello, I am new to java development and a customer uses MyFaces for MVC based website development. While I know the ASP.NET based MVC Framework from Microsoft and the possibility of easily adding new pages via IDE methods (context menues, wizards, etc.), in eclipse everything has to be done manually. For adding a simple new website, I ...

I'm searching for a Grails-Plugin to attach images to a domain class

Hi, i am quite new to Grails and on the lookout for a plugin to attach files (images) to a model. something like a uploaded avatar-picture for a user. in Ruby on Rails i used the fantastic Paperclip plugin. Someting like that would be absolute awesome. Thanks for your help. ...

WPF Ribbon and Plugin

Hi Everyone, I'm looking into using the Office Ribbon UI to help navigate around my application and provide different tools for the current selected tab. I need the Ribbon to be plugable. Each plugin has its own tab and using a DataTemplate displays what's needed. The main control area will have a navigation on the left and a Tab Co...

Wordpress Plugin without any Host

I have a blog hosted in wordpress. I bought a domain from GoDaddy and forwared it to my wordpress blog. Now, if I want to install any plugin to my site, I always get instructions like - download this and place it to that directory. How do I find that directory when I am using Wordpress's free bloggin service. ...

Open source theme/plugin directory engine

Most open source wiki and CMS engines host user-contributed themes/plugins in directories whose code, strikingly, is not itself released as open source software. Possibly the best example is WordPress' own plugin/theme directory, offering support for one-click plugin installation as well as plugin metadata, screenshots, changelogs, syste...