plugins

Eclipse Plugin-ins: How can I add a group to the popup context menu?

I have a command available in the eclipse context menu when I right click on a project folder. THe submenu is visible in what I believe is the 'additions' section of the context menu. However, I want a line separator do distinguish my contribution from other additions. How can I do this? I know that with action contributions, you can use...

using jquery datatable plugin, does fnAddAdd() add rows to the top or bottom of a html tabld

i have tested this and the reason i asked the question is that it seems to be doing different things for different tables. i couldn't find any documentation on if this is configurable or not. I would have thought it would do the bottom but i have a few examples where i see it adding rows at the top or even in the middle sometimes. it ...

How To Post Articles To Wordpress Programmatically?

Wondering is there a way so that you can post an article to Wordpress directly from your own PHP code. I want to post in my own standalone wordpress from my php page which should call the hosted wordpress 2.8.6 version and post an article with images (create thumbnail automatically). Is it possible? ...

Is it possible to write script to automatically install firefox plugin?

I wrote firefox extension and want to be able to install it to firefox using sh script, for example. Is it possible? ...

Generating async Javascript events from browser plugin (NPAPI)

Hi! I'm writing a web browser plugin (NPAPI.) My plugin starts a worker thread, and as the worker progresses, I'd like to pass events back to Javascript. But because of the NPAPI threading model, it's not legal for the worker thread to call back into NPAPI directly, so the worker thread can't invoke Javascript. One solution to this is ...

How to update an Eclipse installed via Yoxos.

I downloaded and installed Eclipse using Yoxos a few months ago. Since then, several of the plugins I downloaded as part of the install have been updated. In particular, the App Engine sdk has gone through 4 or 5 point releases, and GWT went from 1.7 to 2.0. The yoxos "software updates" tool seems painfully unaware of these updates th...

Making a pluggable Android messaging app

I'm making a messaging app and I want to be able to extend it by using plugins. The plugin might, for example, replace :) with a smiley image. I've written some test code which uses intent filters to find the plugins, but I can't find a way to create an instance of the that plugin class. Is it possible to do this, and if not, what would ...

Web Browser Plugin that Allows user to view Message Traffic

What is the name of the IE plug in that someone can download (I think from Microsoft) that lets a developer (well, anyone who gets the plug-in, actually) to view the message traffic that goes on behind the scenes from the browser to the server? I saw this one in action but I forget its name. And I think, for the FireFox broswer, you ca...

How to correctly modify <HEAD> in Django-CMS for custom plugins?

Django-CMS custom plugins and navigation extenders allow to create any content HTML in some part of the HTML . However I frequently have some JavaScripts required for some specific plugins, like a photo album viewer plugin that requires a JS in the . My current solution is to let the user specify a specific template for that. I could do...

Display reason of failure on the Hudson Project page

Hi Friends I am new in Hudson. In my project it is required to display the reason of build failure on the hudson project page. Currenly while build failure we have to look at the console output to see exactly why the build failed. Is there any possiblity to integrate the reason of build error into the project page display? What I want...

Outlook Plugin (C#)

I am working on an application which captures the inbound and oubound e-mails for MS Outlook. My plugin seems to be working fine except for one case -- when I directly attach a file to it from Windows explorer (Go to the location of the file, right click it and do "Send To->Mail Recepient"). Whenever I try this the plugin does not seem t...

Getting dead.letter... Saved message in /home/content... after sending message in a form

I am using a wordpress plugin that sets up a basic contact form on a website. After filling in the fields and submitting, I get the dead letter message. I have read what a dead letter is, but I don't understand why I am getting the message. The email is actually sent to the recipient, but he does not like this error showing up and scarin...

IE plugin (mimetype content extension) accelerators

Hi everyone, I wrote a content extension plug-in for IE (ActiveX component, c++) That control has at least one inputbox. The problem that I have is that some of the keystrokes (tab, backspace etc) are processed also by the main IE window. I would very much like to inhibit IE processing those. One more thing will be to programmaticall...

when to release object in npapi plugin

I am confused about the ref count in npapi. Mostly, I don't know which method will increase ref count. Can anyone explain in detail about this? For the convenience, I listed most common used NPN_* functions here and my own understanding: NPN_CreateObject: set ref count to 0 NPN_RetainObject: inc ref count NPN_ReleaseObject: dec ref co...

Plugin permissions in an IRC Bot

My friend and I are writing an C# IRC Bot that will allow users to extend it's capabilities via plugins. We need it so that each command will be able to have its own permissions. So that only a user on a specific level or above could execute the command. We had a hard time deciding how to do this. The permissions system would be 1-10. 1...

Browser plug-in for JPEGs with zoom

Does someone know a plug-in that allows me to open JPEG files on my browser (Internet Explorer or Firefox) with zoom and rotation buttons? I have tried to find it but without succes : ( ...

JUnit Eclipse Plugin?

I feel stupid for not being able to find this, but where is the JUnit plugin for Eclipse? I've included the latest .jar in my buildpath, but I still don't have the option to create a new test case, run test cases with the green/red bar, etc. I need the plugin for this, right? EDIT: I'm using "Eclipse for PHP Developers". So perhaps that...

Suggested username plugin for Ruby on Rails?

Does anyone know of a "suggested username" plugin for Rails? I want something that will check if a username is available as a user types and display suggested usernames if unavailable. I know this would be easy to implement, just wondering if anyone has seen something out of the box. Thanks! ...

Rails model generator - from existing database

Hello, Is there any working automatic model generator for creating a model from existing database? Something like symfony's task symfony doctrine:build-model. I found just Dr Nic’s magic model generator but it doesn't work with rails 2.3+. Please do not recommend Dr Nic's magic models. That's not what I want. I don't believe that ther...

how to delete cookies in firefox 3.5+ using an extension?

hi everyone. i've got a problem: i need my extension for firefox 3.5+ to delete cookies. all cookies of my firefox. example: i've serfed net, got some cookies installed on my pc by the sites i've visited. and i want my extension for ff to delete all these cookies. could u please show me the direction where i can find an answer for my que...