plugins

Cross-Platform C++ Dynamic Library Plugin Loader

I was just wondering what my options were for cross-platform implementations for the dynamic loading of plugins using shared libraries. So far the only one that I have found is: http://library.gnome.org/devel/glib/stable/glib-Dynamic-Loading-of-Modules.html And I was just wondering if I had other options? Essentially, I want to be ab...

If you use plugin Comments of CakeDC

I maked ticket http://cakedc.lighthouseapp.com/projects/59616/tickets/9-error-comment-when-use-in-many-model If i use comments plugins for 2 model example Film and Article . If user comment in Film/view/51, then when view Article/view/51, I see comment that in Film/view/51. I try use callback but cant. If this is error, please fix...

Display list of changesets linked to a particular Ticket on Trac

I have a Trac installation with the Trac-Git plugin. When committing to git, I can use TracLinks to reference to a Bug by using a prefix bug:123 or #123 and the changeset is linked to the bug. I want to achieve the reverse effect now. On a given ticket, I want to see a list of all the Changesets associated with it. I read in other thread...

jquery :: animation/timer pausing?

Hi there, I have setup a jquery based marquee, This works perfectly fine until I have attempted to add in pausing the marquee on hover. On hover it pauses it fine, But upon resuming there is a gap after the current marquee. What would be causing this? A working example is at: http://202.78.151.195/marquee.html The javascript is at...

Flowplayer embed plugin with flowplayer module for drupal-6

I am using flowplayer module (for drupal) as dependency for my webtv module. I need to implement a flowplayer js-plugin embed that helps to generate embed code. I am loading js-plugin module (flowplayer.embed-3.0.3.js) that actually extends the $f object. There is no issue while js-plugin module is loaded. Finally when $f.getEmbedCode(...

Extending TinyMCE Wordpress Plugin with more plugins

I want to extend TinyMCE Advanced Wordpress Plugin with one of the plugins that is written for original tinymce editor package (http://tinymce.moxiecode.com/). That plugin is imgmap and I can find some steps (www.code.google.com/p/imgmap/wiki/TinyMCE_setup) to setup this plugin with original tinymce editor, but tinymce advanced wordpress...

Plugin for svn that extract text from sources

Hello, I don't know if a plugin like that exists but for me will be useful. I'd like a plugin that can extract some text (defined in some way similar to Doxygen) and insert this text into description when a commit is made. With this plugin, I could document the changes of a source file into the source file and then, the plugin would me...

Unable to save form values in self create table while creating wordpress plugin

Hi, I am creating a plugin for wordpress3.0.1.I have created two tables wp_subscription_options & wp_user_plans while activate the plugin. I have created admin user interface using html to save plugin setting into wp_subscription_options table. i have created two php files 1.menu.php & addoptions.php under wp plugin directory. I want to...

Creating a single CRM plugin DLL to store in the CRM database

Since the suggested way of storing plugins in MS CRM is via the CRM database, I figured it's about time to do something about the method I'm currently using, which is storing the DLLs on the disk. The trouble however is that I don't know how to embed all the other various bits that are needed by the DLL: the localization resource files ...

How to create an SSIS custom task that references another library

How can one successfully reference a library from an SSIS Task library? EX: MyCompany.SsisTasks.AwesomeTask have a reference to MyCompany.SsisTasks.Common? When I try to do this, this is what pops up: Could not load file or assembly 'AwesomeTask, PublicKeyToken=xxxxxxxxxxxxxxxx' or one of its dependencies. The system cannot...

How to create custom configuration editor plugin for Eclipse?

I would like to create the configuration editor plugin for my XML configuration file which would be similiar to this. I was searching how I can create Eclipse plugin and I didn't find any plugin option which would allow me to do that. Only thing which is close to what I want is custom editor but it would be very tedious write entire c...

Having trouble getting Ariel Flesler's ScrollTo working

I've been trying to implement Ariel Flesler's ScrollTo plugin, but I can seem to figure out how to initiate it. This is his website: http://flesler.blogspot.com/ What I would like to do is have a static navigation, and when the user clicks a nav link, the content scrolls within a particular div. I have a pretty good understanding of jQ...

The module "taggableComplete" is not enabled

I'm trying to add the tag widget from the plugin sfDoctrineActAsTaggablePlugin I've added "_tag" to my configuration.yml, and in _tag.php I wrote : <?php include_component('taggableComplete','tagWidget', array('object' => $form->getObject())) ?> But all I get now is the following error : "The module "taggableComplete" is not en...

.NET: Binding of assembly to an new version of referenced assembly without recompile

Hi, I have a strong-named .NET assembly PluginHost which dynamically loads plugin-assemblies using Assembly.LoadFrom(). It has an Assembly- and File-version of 1.0.0.0. Every plugin-assembly references PluginHost because in PluginHost there is an interface defined, every plugin has to implement. Now I want to deploy an updated but fully...

How to stub data for PHPUnit with plugin using Zend_Auth that redirects on failed authentication

I'm still a newb to phpunit so I hope to be explaining this correctly. I'm trying to run a controller test with PHPUnit, however the plugin that is using Zend_Auth is redirecting back to the login. How do I create the stub data? I tried placing it in my setUp but Zend_Auth appears to be reinstantiated after setUp. Thanks for any help ...

Where do I edit output code to mark-up an image url?

Hello, I have a wordpress site with these two image gallery plugins: http://wordpress.org/extend/plugins/nextgen-gallery/ http://wordpress.org/extend/plugins/nextgen-smooth-gallery/ I want to add some extra markup(for a resizer php) to the image urls, but can't find where in the plugin code to do it. What should I be looking for? Yo...

how to install an intellij plugin without uploading it to intellij

ive built my .zip file, and i just want to extract it into my ~/Library/Application Support/Intellij-x folder That doest seem to work, and all jetbrains tells me (in their docs) is that I should upload it to their server. "Then everyone has access to it!" as though thats a good thing while im trying to test it outside of the sandbox and...

Upload or delete WP plugins without a FTP account?

Is there a way to upload or delete plugins in WordPress without having a ftp account or credentials? I would like to manage them through the WordPress interface. ...

Wordpress Plugin: Strange Browser specific issue with NextGen Gallery

This is really strange. I use the Latest versions of "NextGen Gallery" and "Effects for NextGEN Gallery" plugins on WP 3.0.1. Without "Effects for NextGEN Gallery", Lightbox won't work on NGG. I enabled Lightbox in Effects for NGG, and it works... But strangely, it works fine only in Opera and IE browsers. When opened in Chrome, Safari o...

how to implement a eclipse plugin with autocomplete features

Hi everyone I want to develop a eclipse plugin for a launguage with auto completion features. But i don't know where to start. Is there any tutorial on this kind of subject? Do i need to develop a parser which parses the code first and/or other things? best regards ...