plugins

Grails searchable: search for a specific field in a member object?

Using the Grails Searchable plugin, I've got these classes: class Person { static searchable = { address component: true } } and: class Address { static searchable = { root false } String country } I want to do a specific search for persons from a specific country. "country:NL" doesn't work. "address:country:NL" doesn't...

How do plugin systems work?

I'm working on a project where I would find a basic plugin system useful. Essentially, I create the base class and can provide this base class to a plugin developer. Then the developer overrides it and overrides the methods. Then this is where it becomes a bit unclear to me. How does it work from here? Where could I find documentation pe...

Install LuceneSail on sesame2

I am looking for a web resource where I can find a step-by-step instruction how to install LuceneSail in OpenRdf sesame 2 server and how to enable the sesame workbench to create new LuceneSail repositories. Has anybody successfully installed this sail? ...

jQuery qTip doesn't work under jquery-1.4.2?

i'm using jQuery qTip plugin, but it doesn't work with latest version of jquery(1.4.2) it works fine with 1.3.2. What is the reason? Thanks much UPDATE: here is the simplest example, which doesn't work ... <head> <script type="text/javascript" src="javascript/jquery-1.4.2.js" ></script> <script type="text/javascript" src=...

How to get path to flex element through a browser?

Is there any plugin for any browser which can tell me the pass to certain flex element? I mean, I have a flex frontend. And I need to find the full path to some element, like /topLevelPanel/innerPanel/checkbox[0]/img. ...

Plugin System without rebuilding for each OS?

I'm making a game that will allow content development and I'd like it to be sort of a DLL based system. But, my game works for Linux (X86 arch) , Mac OSX and 32 bit Windows. Is there a way I could allow content developers to compile only one thing and have it work based on the platform? I fear it might get confusing if there are 3 versio...

Visual Studio plugin for automating nunit test creation?

You know how they say, "There's an app for that"? Well, is there a VS plugin for this ................. ? I want to be able to right click on a method and select "Create unit test method ..." and have it generate an nunit stub in a particular place in my project tree. So for example. I have a TheNextBigThing library with an Idea class ...

Rails plugin to filter abuse words / expletives ?

I've been looking, but can't seem to find a RoR plugin/gem for filtering out abuse words / expletives from strings. Do you know of a RoR plugin that does this? Ps. I do understand that there are many ways that such words can be displayed (like shit, shït, shıt, śhit, and śhiŧ). If a plugin can filter out such "words" as well, that's a...

TinyMCE pop up window resizing

I am using the TinyMCE editor, with the emotions plugin. Does anyone know how to resize the pop up window for the emotions plugin, as I have more emoticons that can fit in the window and the window has no scroll bar. I have tried editing the editor_plugin.js file but this didn't change anything. Any help appreciated. EDIT: My tinyMCE ...

special things to do when using rmi + plugins

I have an application FooApplication (code in foo.jar) with a plugin BarPlugin (code in foo-bar-plugin.jar). The application instantiates an instance of the plugin dynamically. It works great. FooApplication has some functionality accessible via an RMI interface FooRemote. That also works great, except for one thing. FooRemote has a me...

Installing SphinxSE as a plugin in an existing MySQL install (on OS X)

Pretty simple question. I have an existing MySQL install on OS X. I want to install the Sphinx engine as a plugin. Is there any straightforward way to do this? ...

MySQL error: Can't find symbol '_mysql_plugin_interface_version_' in library

The boring, necessary details: I'm on Snow Leopard running MySQL locally. I'm trying to install the Sphinx engine for MySQL like so: mysql> install plugin sphinx soname 'sphinx.so'; ERROR 1127 (HY000): Can't find symbol '_mysql_plugin_interface_version_' in library I've Googled everywhere and can't seem to find an actual solution to ...

How do you install Ruby on Rails plugins?

I am trying to install the has_calendar plugin, and it says that is successfully installing. However, when I have a page with code the plugin should execute, I am returned errors of undefined functions. Is there somewhere I need to reference the plugin as a helper? Here the sample code, straight off the wiki page. <%= calendar :year =...

What is a MIME type?

Hi Guys; I have been reading about how to build plug-ins and this "MIME type" keeps getting discussed in it, i have tried to look into and know that its Multipurpose Internet Mail Extensions (MIME) but no suitable explanation of how it relates to browser plug-ins as in what i need to know about it for building plug-ins is provided, plea...

How to create PMD custom rule in ruleset?

I am damm confusing to create a new PMD rule in ruleset! can anyone guide me to the approach to do so? thanks in advance! ...

Should the Managed Extensibility Framework be used to consume external plugins?

I think i get the MEF model. But I'm having a hard time seeing if it fit's with what I'm trying to do. I have an app which will call out to third party plugins to do some video processing. The plugin can be FFMPEG.exe or x264.exe, doesn't matter. The process of calling the plugins is via the ProcessStartInfo (basically through the co...

Does anybody have a Ruby on rails plugin test_helper.rb to share ??

I'm thinking to something better than what you can find on the railsguides : - something which initialize a plugin specific minimalistic rails 3 app, not to launch the main project the plugin belongs to - something which handles fixtures caching as AR tests does thanks in advance ! ...

jquery plugin public function

This is my plugin (function($){ $.fn.editor = function(options){ var defaults = {}, settings = $.extend({},defaults, options); this.each(function(){ function save(){ alert('voila'); } }); } })(jQuery); I want to call function save from outside the plugin....

MissingTranslationData - How do you set the TranslationData?

When posting from the has_calendar plugin, there is a request for the TranslationData. I'm not sure what this is, or how to set it (or where to set it). Here's the error it's spitting out. translation missing: en, date, formats, day_of_week Is there somewhere I need to set the locale for the calendar? The plugin doesn't give any inst...

Wordpress POD CMS Plugin error

Undefined property: stdClass::$tbl_row_id in /public_html/wp-content/plugins/pods/classes/PodAPI.php on line 1073 I keep gettin this error after clicking to add a new record for a POD I created. Nothing makes sense. I deleted the whole database and tried again but keep gettin the same error. Any ideas? ...