plugins

Profiling a Java Application in Eclipse? (plug-in)

I'm looking to find bottlenecks in my Java application in Eclipse. I'm thinking this might be useful: http://www.eclipse.org/projects/project%5Fsummary.php?projectid=tptp.performance Any other good plug-ins to use? EDIT OK, it doesn't necessarily have to be an Eclipse plug-in. But it would be nice. And, I'm most interested in speed. ...

plugin_action_links not working in WordPress 2.8+

I developed a plugin with Settings link that was working fine in WordPress 2.7. Version 2.8 brings some additional security features that cause Settings link displaying message: You do not have sufficient permissions to access this page. This is the API hook I use to create link: function folksr_plugin_action($links, $file) { if (s...

How to install a custom plug-in in Eclipse Ganymede?

Hi, We have a custom plug-in. That is, the company where I'm working developed it in house. I would like to install it as an available plug-in in Eclipse Ganymede. How do I do that? From what I can figure out, the Eclipse software install only supports installation from Eclipse software update sites. I went to Help -> Install New Soft...

jQuery plugin that takes user method

I am working on a jQuery plugin and I would like for the user to pass in a method name to be executed after a flag (in the code) is set to true. I already have the flags working as needed, I just need a way to execute the method that is passed. For example: (function(jQuery){ $.fn.extend({ pluginName: function(options) { var ...

Kettle plugin remains on Idle

I'm writing my first Pentaho Kettle plugin, and when I run it through the Spoon UI, it remains Idle, while the other plugins are active. I connected it to an input, and it just processed. What am I doing wrong? ...

Webkit.framework and Google Gears drag and drop support

I would like to support drag and drop from Google Gears in my MacOS application (Google Wave client Waveboard - http://www.getwaveboard.com). Although the Gears plugin seems to work in my WebView it does not respond to drag and drop actions like it should. In Safari and Fluid this works fine. Question: Does someone know if I need to set...

To be a lazy developer or not to be a lazy developer?

Am I a lazy developer? Is it being lazy to use automated tools, such as code generators and such? Now, I could, if I had to, create all the data layers and entities I needed, but I choose to use CodeSmith to generate my datalayers and entities. I also use Resharper and I would say it fights with MSDeploy as to which gets installed first...

Jquery photo comparison

There's a jQuery plugin out there that puts a dragable bar that lets you pull it to the left or right to show one image or another. You can keep it in the middle to see half of each photo. It's not a "slider". It's great for showing how something has been altered or photoshoped. Is anyone aware of this plugin and know where I can find it...

MEF vs Mono.AddIn

Hi, I'm developing a .NET 3.5 C# desktop application. It should be extensible via plug-ins. Are there any articles etc. discussing the differences between MEF and Mono.AddIn to help me make an informed decision? Or even better have you got experience with both of these frameworks and can comment on them? Thanks, Patrick ...

How do I keep WordPress from formatting out leading spaces?

I'm trying to post some code snippets on my WordPress blog, but when I copy and paste, it strips out all the leading spaces from each line of code. It doesn't seem to have a problem with leading spaces being there in general, since I can add them back in manually, but it doesn't like them being pasted in for whatever reason. Is there s...

problem installing Checkstyle on Eclipse 3.5

I'm having trouble installing the Checkstyle plugin on Eclipse platform 3.5, Java EE IDE 1.2. I've pasted the error message below when I try to install Checkstyle. Thanks in advance for your help. ERROR MESSAGE Cannot complete the install because one or more required items could not be found. Software currently installed: m2eclipse ...

Is there a jQuery jEditable Multi-select plugin?

I'm using the excellent jEditable plugin for some in-place editing on my page. There is one spot I need a multiple select element. Is there a jEditable plugin that allows me to do this? I've been trying to use the jEditable author's plugin API to create my own multiselect plugin, but no dice so far. There just doesn't seem to be quite e...

vBulletin OpenID Plugin

Hi. Is there an OpenID Plugin for vBulletin? I need to be able to replace the current registration/login functionality with OpenID authentication. Thanks, Jon ...

Is Lua the best/fastest choice for a gaming server?

I am working on a project where I want users to be able to modify and customize as much as possible. Open source might be a good choice but not due to the fact that I want to keep a few internal classes closed. Two other options that I thought about were plug-ins as external libraries and Lua scripting. The problem with libraries (DLL...

hudson(CI) plugins for failed build

Is there any plugins can detect the build fails and then run next certain job? what i try to do is let hudson run one job after current job build successfully, run another job if current build fails. Thanks ...

Write browser plugin for a personal web application.

I want to make a browser plugin, similar to that are available for Twitter. But in my case, the users must be able to submit tweets to my web application. I want to know which language is used to write such plugins. ...

Wordpress: Accessing A Plugin's Function From A Theme

Hi all, I'm trying to add some functionality from a plugin I have made into a Wordpress theme but I am having little joy. The documentation doesn't really help me solve the problem so perhaps someone here can help. I have a plugin in Wordpress that is activated and working fine. The class for this plugin has a function called generat...

How to have multiple instances of jQuery plugin on single page?

I'm writing a simple jQuery plugin, but I'm having trouble being able to use multiple instances on a page. For instance, here is a sample plugin to illustrate my point: (function($) { $.fn.samplePlugin = function(options) { if (typeof foo == 'undefined') { alert('Already defined!'); } else { var foo = 'bar'; ...

Simple Opera plugin

How to write a simple Opera plugin? I'd like to develop a plugin that would change the Referer header of a request based on request's url data. Opera's website says plugins should be developed using [Netscape4 Plug-in API][1]. However there's not so much information about it available. I looked up in my c:/program files/opera/program/p...

Trac page with SVN directory list?

Say I have repository structure like: /svn /Department A /MyProj1 /MyProj2 /MyProj3 I'd like to have a page on my Trac wiki which looks like: Projects under Source Control for Department A: - MyProj1 - MyProj2 - MyProj3 Is there an existing plugin, macro, or other neat Trac trick to allow this? I tri...