plugins

How to edit subviews of a custom cocoa plugin

If you add a custom view to a xib, then add a textfield, you can select the textfield and edit properties. If I create a custom view as a plugin and it has a textfield as a child view, how do I edit the values of the textfield at design time when using the plugin? ...

JQuery and Secondary Functions in plugins

Hello http://www.learningjquery.com/2007/10/a-plugin-development-pattern I read this tutorial and there was a talk about secondary functions in a plugin. How can I use those functions outside the plugin? ...

Cross-platform general purpose C++ RPC library

Here's the task: Imagine, we have an applications and a plug-in for it (dynamic library). Interface between the application and the plug-in is completely defined. Now I need to run the application and the plug-in on different computers. I wrote a stub for the plug-in on a computer where the real applications is running. And the applicat...

How to implement automatic replacement of typos in Delphi2010

I am looking for a way to develop a plugin for Delphi 2010IDE and have yet to find any information on that topic, not even on how to get started. What I want to accomplish is some kind of auto-spellchecker wich can be given a list of common typos (flase instead of false, .cerate instead of .create and the like) and replace them with the...

how to call javascript function in main document from within iframe (ckeditor plugin)

I've built a simple CKeditor 3 plugin with one button that should just call a JS-function when somebody clicks it. The plugin (code when somebody clicks) looks like this and is working: var openAssetsBrowser = { exec:function(editor){ openAssetsBrowser(); } }; I always get the error "openAssetsBrowser is not a functio...

creating events in my classes, and allowing others to hook into them in my django app

I want to create events for my classes. Say I create a CMS application that has a Article object. I create events like: OnEdit OnCreate OnDelete PreCreate PreDelete Now I want someone to be able to hook into these events, and add their custom functionality at each event they wish. I don't want them touching the core source code, so...

Rails auto_complete "undefined method `auto_complete_for'" problem

rails -> 2.3.8 ruby -> 1.8.7 After auto_complete plugin installstion i still have "undefined method `auto_complete_for'" problem! Andrey-Bezruks-MacBook-Pro:eyeonasia.stage wizeflux$ ruby script/plugin install http://github.com/rails/auto_complete.git --force svn: '/Users/wizeflux/Projects/ionasia/eyeonasia.stage/vendor/plugins' is not...

User submitted posts in wordpress 3.0

I am in the middle of building a site with user submitted posts that let the user upload a zip file along with images. At the moment I am using TDO-Miniforms and wordpress 2.9.2, but TDO-miniforms has stopped development and is broken with wordpress 3.0 that just came out. I would like to update the site to 3.0 but I don't know of any al...

how to make a project that supports plugins

I have been asked to do a project where the client can create PHP plugins and add them to the website… same concept as WordPress plugins. What is the best way to make a software that supports that? I'm not asking for the solution, I'm asking for the concept or structure. Thanks. ...

Eclipse RCP: How to troubleshoot plugin dependencies & classpath problems?

I am working on an RCP project based on eclipse. It has been working fine but recently I thought I'd upgrade it to use a new eclipse version (3.2 -> 3.5). After a bit of trouble, it was running on the new platform. Then I did something. Don't know what. The end result is that I'm now getting a classpath error when one of my plugins (A) ...

Hudson Plugin for viewing XML Data as a chart (over time)

Hi, I'm trying to find a way to get this working: I use a Hudson Continuous Integration Server where I have some Maven builds. I've configured Findbugs for these builds and also the Graph plugin that shows me the Findbugs trend. Now I've developed a maven plugin that creates an xml file with some values in it like: <rootElement> <na...

Will_paginate Plugin on two objects on same page

Hello I am using will_paginte plugin on two objects on a same page. Like on stackoverflow. There is a profile page on which there is a pagination on two things QUestions and answers. I am having problem ie:-- when user is clicking on questions pagination page 2. answers page are also updating. The reason is both is sending a post vari...

how can i configure my custom result type using convetions plugin in result.

I have created custom result class to serialize json data to xml. I want to configure this result class as a result type for some specific actions via conventions plug ins. But it is giving errors at the time of starting container. My code and error is given below. Please advice ASAP. Thank you for your valuable advice. My custom Resul...

Plugin for Opera. DOM-tree modification.

I want to create a plugin for opera that modifies tha DOM-tree after the page have been loaded. Does opera have an appropriate plugin API? ...

VCSupdate plugin installation

I'm trying to install VCSupdate.zip in teamcity but the instructions online are for TeamCity 4. I'm using the newest version which is 5.1.2 so it doesn't have the data directory like the old one does. How do I install this plugin? Also, if i need to restart teamcity how do I do that? ...

apply shadow for header <h3> tag using jquery..

Is it possible to apply shadow for header <h3> tags jquery.... Here home,Manage users,Enquiry and reports are headers and i would like to add shadow to it... I looked for jquery shadow plugin which has div samples but how to apply the same for header tags? <script type="text/javascript"> $(function(){ $("#exampleDiv").shad...

How to allow plug-ins to expose plugin-specific menus, add form entries to application settings...?

Hi, while developing application that supports plug-ins, I am wondering what is the best approach to allow plug-ins to create its own menu entries in interface, add menu options to existing menus, add certain options to configuration dialog of application, that kind of stuff, and, how to handle saving those changes? If plug-in has knowl...

horizontal scrollbar

Hi, i need a good plugin/script for a horizontal scrollbar (has to be able to go right-to-left) any recommendations? ...

Online Comic Reader with Wordpress

I Want To Start a Comic Reader Online with Wordpress Power. If Can like this http://www.onemanga.com/ How Do this ? ...

Jquery plugin re-initailization after ajax

Hi I am using uploadify and after the images are uploaded I wish to re-initailize the options so that the queuelimit is set to the remaining number of images. The question is is there a way of reinitalizing the options of a plugin that is set up on document.ready only once. E.g $().ready(function(){ var options ={count:5} $("div")...