plugins

Vim python's buffer.append(line) switch window's focus

Hello Guys, I am trying to fill Vim's buffer from separate thread by using this python code. python << PYTHON_CODE import vim import time buffer_number = -1 class AppendLineTest( Thread ): def run(self): buffer = vim.buffers[buffer_number - 1] for i in range(10): buffer.append('Line number %s' % i) t...

How to combine two different editors in a single file ?

In eclipse plugin development,i am trying to combine two different editors (html and Java editors) in a single multipage editor. Can anyone guide me on this. Thanks in advance regards Mathan ...

Trac configured to access Perforce repository?

Have someone used with success TRAC ticketing + wiki system accessing a code base residing in Perforce repository? I've browsed in the TRAC related web sites and found this one, but the latest change on the page is something like an year ago, so I have concluded (correct me if I'm wrong) that the plugin is hardly in working state OR tha...

Grails portlet plugin problems

Hi all Wonder if anyone has come accross this problem. I have created a demo portlet using the grails portlet and liferay plugins. After installing the grails plugins in a project i simply ran the following commands grails create-portlet MyFirst grails generate-portlet-views MyFirst grails liferay-deploy The portlet deploys fine. H...

Is it possible to implement the effect of turning pages of a book with jQuery?

Or is there a ready plugin that can achieve this? ...

How to hide files in eclipse plugin development ?

I want to hide a physical file (eg: Sample.abc) which is generated at runtime.This should not be shown to the user.How can i programmatically handle this logic in my eclipse plugin development. Thanks in advance Regards Mathan ...

How to implement minimized view of a form inside a div with jQuery?

By default shows a minimized view inside a div, when user click on the div,the form pop up for user to edit. How to implement this? Or is there a ready plugin to achieve this with jQuery? ...

Angel LMS plugin interface

Hi all, since I did'nt find any related information on the topic I post the question here: Does the Angel LMS has an plugin interface like let's say moodle or webCt? I figured there's some coding interface which produces something like portlets, does anyone have more specific information on this topic? thx, K ...

Access the Outlook addressbook (global or otherwise) through Outlook Add-ins

A client of mine currently has an Outlook form for keeping track of interactions with their clients. This essentially adds a second page to a calendar entry. They want to add a field that would behave similarly to the "to" field in most e-mail messages. I was able to successfully create this field in the form, the problem I had though...

Check if jQuery is loaded in PHP

Is there a way to check if jQuery is loaded using PHP? I have two different plugins in Joomla that load the jQuery JS, but when it is included more than once it does not work correctly. To explain the process a bit more: Joomla offers an ability to intercept the HTML source before it is rendered, essentially working on the source code ...

What's your favourite jQuery plugin?

Post the demo here, the more the better:) ...

InputManager plug-ins in Snow Leopard (OS X 10.6)

I'm getting conflicting reports from various places. Engadget's review says InputManager plug-ins being completely ignored (and causing strange behaviour if the application is loaded in 32-bit mode), but this mailing list thread says they will work if the 32/64-bit compatibility is right. So I have two questions: Do we get to use Inpu...

How to install a plugin or add-on with WiX

Hello, I need to install plugins (or add-ons) to an application we write. I user WiX for the installer of the application. A plugin is, in my mind, an optional part of the application. It needs to integrate into the file-system structure of the application, but it can also be added later, even by someone who does not have control over th...

How to add items in popup menu?

In eclipse plugin development, I want to add one item (eg: Mystyle ) in popup menu. For an instance, Project Explorer --> Right Click --> New --> MyStyle How can I achieve this in eclipse plugin development? Regards Mathan ...

Visual Studio plugin that shows who checked in code

I have vague memory of a screenshot of a VS plugin that colors different code sections, based on who gave them the last modification. Anyone knows what I'm talking about? (I'm doing native c++ / MS Team source control. I can only hope this tool, if at all exists, supports this configuration) ...

Site wide search on a rails application

Hi, I'm trying to add search capability to one of my rails applications. I just need it to search through the mysql columns of quite a few models well. I'm wondering what the best way to do this is. I figure I should use a plugin but I don't see anyone really recommending one over another. Is there one you would recommend over all ot...

How to detect browser plug-ins?

Is there any specific way through scripting or Java to find which plug-ins are installed on the browser? ...

How to construct a C# plug-in framework?

I would like to implement a Plug-In framework for a C# application; such that the application doesn’t need to know of all of the available .DLL’s at time of compilation but can then be dynamically linked at run time. I expect that I will need to setup some expected parameters to pass information in and out of Plug-In’s but I’m not really...

what is the best screen resolution to develop web pages?

I m, on a daily basis creating web pages. My preferred development screen resolution is: 1600x1200 but what is yours? And do you use any other plug-ins? I use window re sizer 1.0 for Firefox. But are there better options? ...

Windows Media Center Plugin

Hi, it is possible to make own plugin to media center in windows (in .NET)? Thanks ...