plugins

Visual Studio compiled Qt Plugin doesn't load in release mode

Hi, I am developing a Qt application and a Qt Plugin library. Everything is working fine as far as I use the debug mode. Nevertheless, when I try to compile in release mode the plugin doesn't load. I got the following error message from QPluginLoader: Expected build key "Windows msvc release full-config" got "Windows msvc debug ful...

Using eclipse plugin independent from eclipse

Can I programmatically use an Eclipse plugin in my java code (so that it is independent from eclipse)? ...

Grails cannot find plugin provided view after modifying controller

I created a grails plugin in which some domain classes, controllers and views were added. After creating the plugin, I imported it in a grails application by using "grails.plugin.location.'...' = '.....'" in BuildConfig.groovy. Everything is okay when the application starts up. And, everything is nice when online modifying the view GSP...

how to test file server plugin on Symbian emulator?

I am developing a simple file server plugin that intercepts requests. I want to test it. Because of the TCB capabilities I can't put it on a real device. How can I test it on Symbian^3 emulator? I am new to platform developments. I need help. ...

Abbreviation plugins

hi, I need a good abbreviation plugins which i can use in a text area , using jquery.. some thing like when user types BP i text area . it should show expanded version like blood pressure and he must be able to accept or reject the expansion . ...

How to create plugins/addons for firefox, IE and chrome

Hi I need to create plug-ins/add-ons for IE, firefox and chrome browsers for the following requirement: If the url requested is in a particular format/ matching a particular regex pattern, the plugin has to block the request and pop up and alert box. I have searched a lot but did not find anything helpful. For IE, I think we can creat...

WordPress plugin for document vault

I'm looking for a plugin for WordPress that will: With users, allow users to upload documents into a vault. Other users should NOT be able to view other users documents. The admin should be able to view ALL documents that are organized by user. The admin should be able to upload files into a user's account for their view. Does anyone...

How come I get 'E492: Not an editor command' when trying to run :RmVimball in VIM?

Hi, So I installed the Command-T VIM plugin but it did not work. In fact it made VIM not work. I installed Ruby 1.8.x like it asked. I followed the install instructions to a tee but nothing. So I tried to uninstall it. I opened a no-frills version of VIM by running vim -u NONE -i NONE Then from with in VIM I typed :RmVimball com...

Jquery conditionally load on a wordpress page

Hi, my website is powered by wordpress and I have conflicting plugins. I found when I remove the <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"&gt;&lt;/script&gt; from the header to load the Jquery libary, the plugin works but all other Jquery elements do not. I thought a good solut...

make a rails plug-in

I want to make a rails plug-in they have small and useful please suggest the topic ...

Getting all classes from the current workspace in Eclipse.

Hi, am writing an Eclipse plugin, and I was trying to create a method that returns all the classes in the workspace in an ArrayList<\Class<\?>> (I added the "\" to include the generic brackets since html won't let me do so otherwise). Here is the code I have: private ArrayList<Class<?>> getAllClasses() throws JavaModelException { Arr...

How to get started writing iCal plugins?

I'd like to write an iCal plugin to help me cope with the need to put most events I create onto two calendars. Google is uncharacteristically less than helpful in providing programming resources for this purpose. Can someone here provide pointer(s)? ...

Getting Plugins to work with Eclipse Helios 3.6

I have been searching for a new IDE for a while. I finally decided to try Eclipse, although I am a little discontent with the memory usage, and I really like a lot of aspects about it. There are, as with learning any new IDE, some things that I haven't been able to figure out yet. One of the biggest ones is that it seems like no matter w...

jquery deactivate plugin

Hello, Consider I have a plugin "fooPlugin" I attach it to an element like $(element).fooPlugin(); But later, i want to deactivate the plugin. How to deactivate the plugin? Currently, I am using jwysiwyg plugin I am creating a editor with jwysiwyg plugin and I need to enable the editor when a button is clicked and remove the editor wh...

jQuery validation: check for existing username in DB

Hello, I want to put together the functionality of these two links: http://www.bitrepository.com/a-simple-ajax-username-availability-checker.html http://bassistance.de/jquery-plugins/jquery-plugin-validation/ (demo: http://jquery.bassistance.de/validate/demo/) It is actually adding the email existence check to the jQuery Validation plu...

Ruby on Rails add models for existing plugin?

Hi, I am new to Ruby On Rails, and currently trying to modify an existing (uncomplete) plugin from github. Things went smoothly until I am trying to add new models to this plugin. I know script/generate model, and script/generate plugin. But how to add models into a plugin without regenerate the whole plugin? I don't want rewrite the pl...

Zend Framework choose controller from Plugin

Is it possible to choose controller from Plugin? For example I have table of departments and categories in database. I'm fetching them and want to make certain actions(picking controller and action). The reason - I don't want to create sepparate controller for each department and action for each category. ...

Wordpress plugin to notify all users when there is a new comment.

Hi, I was wondering if anyone knew of a plugin that notified all users when an new comment was made. At the moment it only notifies the author of the post. Cheers. ...

Eclipse Top Plugins to get for a Visual Studio Developer

I live in Visual Studio with Resharper. What free plug ins should I get for Eclipse to get me to the same level as I am used to in VS with Resharper. I have found Eclipse to have many of the Resharper features built in, but don't want to be missing great productivity tools. ...

loading plugins at runtime with MEF

helos, my application allows users to write plugins (implementing IPlugin) that they can instantiate at runtime. on startup a directory of plugin .dlls is parsed, registering all the available plugins infos. at runtime a GUI is provided that lets users create instances of any of the plugins. this works. but now i see MEF and hope i ca...