plugins

Good patterns for a C/C++ plugin-based system?

When developing a C/C++ (=2?) plugin based framework with shared objects/dynamic libraries that need to support live swapping what examples would be helpful to look at for implementation details? Thanks. Note: live swapping is the key point here, no need to restart the system is a requirement ...

Java Plugin Framework that will only load from sealed JARS

I am looking to load a JAR at runtime but want loading to fail if the JARs aren't either signed nor sealed. I know that Java JCE has this capability when loading new crypto algorithms. Do any of the plugin frameworks already support this functionality? Otherwise, what is the best approach? ...

I just cant figure out Project Plugin in VIM. Please help me

I am trying to use VIM for some programming. I am a total beginner in VIM. Could you guys please help me figure out Project Plugin. I cant understand the documentation. If you have used this plugin, could you tell me the basic steps to get started? ...

Java Plugin Pattern

I am a Java beginner and I would appreciate it if someone here can explain how to implement Martin Fowler's plugin pattern in Java. Thanks in advance. ...

integrating a plug-in into moodle

hi, am tryng to integrate a video plug-in into moodle. But i tried copying the plug-in to the /mod/ directory. But still,our module has not been included under notifications in Moodle. We consulted the MOODLE site for help, "http://docs.moodle.org/en/Installing_contributed_modules_or_plugins" and followed the instruction: 1)Visit you...

Use external Bundle-Localization path in MANIFEST file

The MANIFEST.MF file contains an entry to define which *.properties files are loaded at runtime. These entry defined name and the corresponding properties file is used to translate the plugin strings which start with the prefix "%", like "%plugin.name" Bundle-Localization: plugin plugin.properties than contains a line like %plugin.na...

Create Plugins in Flex - loading nested SWF files

I'm trying to implement a plugin system for our application, and having a devil of a time getting SWF file which was dynamically loaded itself, load additional SWF files. It goes something like this: Main Application Shell loads... ---------+ Application loads... -----------------+Plugin(s) I have no problem getting app #1 to load a...

DLL mess in .NET, how to split one solution to multiple DLLs?

I've got a big VS.NET project with 5-6 projects and one of these projects is the Core DLL. Now to add some plugin support I extracted an interface, however interface was required to use some other classes and the Core.dll needed the interface so I had to separate them. (I can't reference to each other) After this my day ruined because ...

How do you build a simple Eclipse editor with a select set of plugins?

Does anyone have a tutorial for building a custom Eclipse IDE with only a select set of plugins? I am assuming I would need: eclipse.exe some plugins from the plugins directory, some folders from the features directory. My goal is to only include the basic text editor and maybe a couple of other utilities. (Yes, I could just use notep...

which Maven(2) plugin to use with GWT 1.6?

There seems to be quite a lot of confusion regarding integrating Maven with GWT 1.6, as Google has changed the layout to "exploded war" format. Which plugin are you using? Does it have goals for hosted/compile? Does it work "in place", writing output to src/main/webapp/WEB-INF, or does it use an external dir? (I'm not a fan of having...

How do I "source" something in my .vimrc file?

I've been working on expanding my vim-foo lately and I've run across a couple of plugins (autotag.vim for example) that require them to be "sourced" in my .vimrc file. What exactly does this mean and how do I do it? ...

Making custom changes to AssetTagHelper into a plugin

I have written some custom code that make changes to some of the methods in ActionView::Helpers::AssetTagHelper An example: module ActionView module Helpers module AssetTagHelper alias old_existing_method existing_method def existing_method puts "Does foobar" return old_existing_method end en...

How can I set PrivateBinPath in MEF?

How can I set PrivateBinPath in MEF? This is what I'm trying to do : http://stackoverflow.com/questions/806383/how-to-change-the-loading-path-of-references-in-net ...

Integrate test process with Rspec and Cucumber in a plugin using Desert

Hello, I'm developing some rails plugins with desert, and I would like to use tests with RSpec and Cucumber in the development. RSpec is integrated by default in Desert plugins, but it gives me some bugs. Finally I have created a minimal application which use my plugin, and I try to test it like a normal application without plugin. But I...

Maven Release Plugin war stories

Hello, I have been given the task of exploring the maven-release-plugin before we try using it on our project. As of now, the releases are done manually on request. This process involves (skip this part if you're not interested, it's just to give you an idea): In the head, open the base POM file: Increment the numbering of the \proje...

event mouseout on datepicker

Hello, could someone explain too me how this code will work Because, I don't know if I should put the code in the plugin-file or de head section off the page what else do I need too pay attention for the code is from http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerCloseMouseOut.html thanks in advance, Richa...

JavaFX Design Preview Function in Netbeans

The Netbeans plugin has a little design preview window (Alt+Shift+P), every time you apply changes to the fx file it will be reflected in the preview window (as long it is compelete and executable). With the last version of the JavaFX Kit plugin (version 1.7) that does not work anymore. There is still the preview but it renders the previ...

Photoshop plugin Pipl resources and disabling save

I have a photoshop plugin for a file format Ive written in c++ that loads and opens the images, however I do not have code to save the image in the same format Using SimpleFormat sample plugin as a base I have the following code: FormatFlags { fmtSavesImageResources, fmtCanRead, fmtCanWrite, ...

How to implement a profanity filter in RoR?

I am developing a social web application with RoR. I realized that it's probably a good idea to prevent users from inserting rude or profane language into comments or posts. Do you know any solution or plug-in that help me prevent something like this? ...

Is there a Visual Studio plugin that spellchecks strings and comments?

Is there a Visual Studio plugin that spellchecks strings and comments? Duplicate of http://stackoverflow.com/questions/30947/visual-studio-08-spell-check-addin ...