plugins

Notepad++ Explorer plugin

I'm currently using the notepad++ as my code editor..since it was so quick to start i'm pretty much like this..but i have a problem regarding the explorer plugin..i can't add the network drive so that i can access the shared document from other workstation. only the drive C and D showed up. How to show the network drive in the explorer p...

Is ClearCase supported in Visual Studio 2010

I'm looking for information about support for using ClearCase in Visual Studio 2010, I'm writing up an evaluation of VS 2010 and need some info on SCS other than TFS and SVN and was wondering if there is a plugin being developed for ClearCase and VS 2010? ...

Best way to order menu items injected by an IoC/plugin Framework

One of the common things I've seen done in applications built on IoC/plugin frameworks is to add commands to menus or toolbars from the dynamically loaded plugins. For example, the application's default plugins supply actions like "New, Open, Save" that show up in the context menu for a certain item in the workspace. A new plugin may a...

It is normal to place Emacs plugins in different directories?

I've placed 2 plugins in different directories (according to their docs instructions). One is in C:\Documents and Settings\Alex.AUTOINSTALL.001\Application Data\.emacs.d (the plugin is yasnippet-0.6.1c). I placed the second in D:\Program Files\emacs-23.1\site-lisp (the plugin is color-theme). I think its a bit confusing to place plugi...

How to implement a jQuery plugin with this feature?

So that it can be show or hide this way: $(selector).pluginName('show') $(selector).pluginName('hide') The problem is how do I know which one to show or hide? I'm now doing it this way: $.fn.pluginName = function(opts) { var conf = $.extend({},opts); return this.each(function() { if(conf && 'conf' == conf.type) ...

Is there any way to turn off form *filling* (not remembering) in Firefox using a plugin?

I'm developing a Firefox plugin that needs to be able to temporarily disable all types of autofill. Both the case where the fields come immediately pre-filled and the case where it suggests data for you when you start typing. I can turn off the gathering of new form data using the Firefox settings, but the form data that's already saved ...

two jquery plugins use the same function name, can somehow i use them both?

I have two jQuery plugins that use the same function name (bind), can i somehow use those two plugins together? ...

how to create very basic plugin system

Hi, so lets layout the design first. I have a combobox with a button, and i have a plugins folder. lets say i have a plugin imageeffect.cs in the plugins folder. this class MUST have properties such as "title". My program gets this "title" and dynamically load the combobox with this title. So now my program recognizes the plugin. Now w...

Wordpress - GD Star Rating - turn off and on for specific posts?

Hi all fellow Wordpressers, I'm trying to apply GD star rating plugin to 4 specific pages. I know I can do it in the page editor, but I have about 30 pages so don't want to spend ages going through them all. Is there a way in the GD settings to default the plugin to not putting the block automatically on every page. Thanks for your hel...

CKEditor Plugins Documentation

Hi! I looked on CKEditor's website and I noticed that there's no plugins documentation yet. But I'm wondering if there is any anywhere else? I'd like to make a little plugin to add youtube video from CKEditor. Pretty simple plugin but still I'd like to know how to make it. Thanks a lot! ...

unable to successfully call function in dynamically loaded plugin in c++

I've successfully loaded a C++ plugin using a custom plugin loader class. Each plugin has an extern "C" create_instance function that returns a new instance using "new". A plugin is an abstract class with a few non-virtual functions and several protected variables(std::vector refList being one of them). The plugin_loader class success...

View real HTML source in browser

Hello. I lookong for some IE or Firefox extension, which allows to browse html source, corresponding to data, shown in browser window right now. I have large web application with alot of code, generated by JavaScript. I need to extract real HTML code, which I see in browser window right now (View source function shows only code loaded f...

It is possible (and normal practice) to byte-compile files other than .emacs?

I'm using some plugins and I byte-compiled my .emacs but the start up still slow. Do I hava to byte-compile my prlugins too? (for instance, yasnippet.el -> yasnippet.elc)? ...

What is your favorite textmate plugin or bundle?

Textmate is a great editor with lots of plugins and bundles, hoping to find a few more that will make Textmate even more useful. I personally can't live without Ack in Project (http://github.com/protocool/ack-tmbundle), the built in search for textmate is awful, ack in project does searches 100x faster. What's your favorite Textmate pl...

My proposals are hidden when using Java Proposals (Task-Focused)

I wrote custom java proposals contributor. It works fine when using "Java Proposals" advanced configuration of content-assist in Eclipse. However, when I select "Java Proposals (Task-Focused)" and uncheck "Java Proposals", my proposals no longer show up. Any idea why? Do I need to provide some extra information in my ICompletionProposa...

jquery image preview that work on ajax embedded image links?

there are various good jquery image preview plugins out there. however, all of the ones i've tested havent worked on image links that are embedded in the DOM with ajax. i have tested use jquery live feature, but it doesnt work flawless. $('a.preview').live('mouseover', function() { $(this).imgPreview({ imgCSS: { ...

Best solution for managing navigation (and marking currently active item) in CakePHP

So I have been looking around for a couple hours for a solid solution to handling site navigation in CakePHP. Over the course of a dozen projects, I have rigged together something that works for each one, but what I'm looking for is ideally a CakePHP plugin that handles the following: Navigation Model Component for handing off to the ...

Converting an x86 TortoiseSVN plugin to x64

I'm trying to convert a 32bit TortoiseSVN-plugin (an IBugTraqProvider implementation) we've written so that It will work on TortoiseSVN x64; but I'm struggling with what I need to change to make it work. Are there any specific tools that would help or does anyone know what types of things would need to be changed (references/IBugTraqPro...

JQUERY, isn't working in the FaceBox Modal

Hello, I'm using a JQUERY Plugin for mdoals called Facebox. The issue I'm having is for some reason, the JQUERY I'm writing isn't able to modify the Facebox Modal once it's open. Here is the code snippet: <script type="text/javascript"> jQuery(document).ready(function($) { $('a[rel*=facebox]').facebox() }); function sendvie...

What's a jquery plugin for alternating images that comes with a number navigation menu?

Basically I have a list of images that are to be displayed as a slide show. I was looking for a plugin that has numbers that display each slide, and can also be used to navigate between them. Thanks for the help. ...