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...
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?
...
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...
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...
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)
...
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 ...
I have two jQuery plugins that use the same function name (bind), can i somehow use those two plugins together?
...
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...
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...
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!
...
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...
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...
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)?
...
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...
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...
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: {
...
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 ...
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...
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...
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.
...