plugins

How to get the output classes path of the project in the eclipse plugin

Hi, I want to get the absolute path of the output folder. It may be a link to a folder outside the workspace. Thanks in advance ...

Extending a rails plugin

Hello, I need to extend a plugin by overwriting a method and adding one of my own. So far I have followed Strictly Untyped's guide for this but I haven't had much success. Basically there is a file in the initializer folder that loads the extension from the lib directory. In my initializers folder I have a file with this: require 'amaz...

Firefox plugin that ask for some input at startup

I would like to know how to implement a dialog that show up when you first start Firefox to ask the user to enter some input. This input will be stored somewhere temporarily, and should be used later on by the plugin when required. I have full understand of how to implement firefox plugin (this includes understanding of XUL and Javascrip...

php script gets two ajax requests, only returns one?

I'll start from the beginning. I'm building a wordpress plugin that does double duty, in that it can be inserted in to a post via a shortcode, or added as a sidebar widget. All it does is output some js to make jquery.post requests to a local php file. The local php file makes a request to a webservice for some data. (I had to do it thi...

How can I update the status messages in Firefox from any thread?

I encountered a problem with updating the status message on Firefox from a Plugin code. As the documentation says calling NPN_Status works only when called from the main thread. My requirement is to update the status from any thread within the Firefox process. Any help would be appreciated! ...

TWAIN Browser Plugin

Does anyone know of a good TWAIN browser plugin to scan images and send to a web application? If it includes features such as deskew it would be even better. Thanks! ...

Updating select box options via jQuery AJAX?

Is there some type of plugin to do this? The server will return JSON content containing the option labels and values. I can do this manually, I just wanted to see if there was an easier way. ...

Joomla External HTML and Access Levels

I am trying to use Joomla to create a website that allows users to do the following: submit links to external html search through the external websites based on category, rankings, etc. display the websites in multiple iframes simultaneously ( like google gadgets) limit access to certain external websites by user customize users ho...

Eclipse on Mac

i installed eclipse/galileo on mac x 10.5. i'm trying to install subversion plugin, but the eclipse help menu is actually mac's help menu, so i cannot get to the software update menu item. How do i install a plugin on mac? ...

What's the best C# code highlighting plugin for wordpress?

Best would be if it performs the highlighting exactly as it is in Visual Studio. ...

javascript private variables access problem

Hi, this one for the javascript gurus: I'm experimenting with a new javascript framework. Its structure is inspired by none other than the mighty jQuery. It has a global variable called $j, and .. oh, just see it in action: /* file: jfoo.js */ $j = new (function(){ var modules=[]; this.loadModule = function(mod) { modul...

How to get full path of the selected node in the package explorer from an Eclipse plugin?

I am attempting to get full path of a selected node in the package explorer which is a folder or package not a file in my Eclipse Ganymede plug-in. I tried the way that is mentioned at http://stackoverflow.com/questions/585802/how-to-get-the-selected-node-in-the-package-explorer-from-an-eclipse-plugin page, but whenever i use the follow...

Plugin based application in C#

Hi All, I have to make a graphical user interface application using the language of my choice. The application will run on Windows XP. It will be some sort of a complex windows form application. I think and as per most suggestions, C# will be the best to use. The tree structure on the left of the GUI will populate after reading from a ...

asp.net mvc application - load/override views, controllers, JS files from plugin assemblies

I'd like to implement ASP.Net MVC application which could have controllers, views and content files (like JS, images, ..) assembled dynamically. I'd have a base web project which would contain some basic controllers, views and other content files, but it should be possible to extend/replace all of these items. The main reason for this...

Create VS2008 Plug In with VB.Net ?

Anyone know of any examples on creating plug in's for VS2008 - preferably with VB.net? ...

Do any visual studio plugins currenlty support auto refactoring from a variable to a property

I am looking for a refactoring plugin which specifically has the ability to take a declaration like this: Dim myVar as MyType or Private MyVar as MyType and turn it into this: Private _myVar as MyType Private Property MyVar as MyType Get return _myVar End Get Set (ByVal value as MyType) _myVar = value End...

How to build ASP.NET MVC user controls into class libraries

I'm trying to build some .ascx controls into a class library for plugins for a CMS I'm building. My project type is a typical C# class libary with references added for system.web.mvc & friends. My problem arises in trying to create a strongly-typed user control. My control looks like this: <%@ Control Language="C#" Inherits="System.W...

Mozilla plugin for remote desktop protocol

Is there a remote desktop plugin for mozilla browsers that can perform remote desktop functionality from with the browser. Similar to the ActiveX control found in Terminal Services Web. IE similar to this: http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=E2FF8FB5-97FF-47BC-BACC-92283B52B310 ...

VS2005 - VSCommand Integration

How can I integrate VSCommand with VS2005? ...

A new version of Netbeans just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?

6.7 is out, and although going to the web and finding some .nbm-s and copying over a few update center URL-s isn't the biggest chore...it's still a chore. Any tips for this? Is there maybe a hidden directory somewhere that I can just copy into the new 6.7 install? Edit: for people like me who use both, I've asked this question in Ecli...