plugins

How to have multiples matches for a snippet in Vim's snipMate plugin (with a dropdown menu).

snipmates expands div as <div id = " "> . I want snipmate to show a dropdown menu where I can choose between div id ="" and div class="" (after creating the second one). The documentation says: snippet trigger A description of snippet #1 expand this text snippet trigger A description of snippet #2 expand THIS text! but this e...

What if I want to have my own plug-in architecture within Grails?

Suppose I want to define an interface, FooProvider, and then have multiple implementations of this interface available at runtime (maybe as individual services). In my controller class, I'd like to be able to have all known implementations of this interface injected at runtime so that I can expose them as "options" to the user for gettin...

Rails: Where to place plugin files

I am relatively new to Rails and recently found a couple of useful gems like authlogic that will help in getting the project up and about really fast. However, I have been wondering where to place the model, view, and controller files that are dependent on the plugin, but are core concepts of my project. For example, is it better to pla...

Add a form helper method

Ive made a nice editor in jQuery and i want to add it as a form helper method. how would i go about making a new form helper method? ideally id like to be able to call: f.nice_editor :field ...

DN 2.0.0 & Eclipse 3.4.2

Tried to install DN 2.0.0 from scratch on Eclipse RCP 3.4.2 development env. org.datanucleus.ide.eclipse_2.0.1 was installed via eclipse updates datanucleus-core-2.0.0-release.jar datanucleus-enhancer-2.0.0-release.jar datanucleus-rdbms-2.0.0-release.jar were added to the CLASSPATH. HERE is the project MAN...

Is there a way (or a plugin) to make Vim generate a code outline for CSS?

I was trying to install taglist (but I couldn't install ctags), but I realized that it doesn't support css, is there another way or plugin to perform this job? PS: I checked the install file of ctags, but I couldn't find any steps which looked like an installation manual. it just says: Installation Notes ================== For non-Un...

Combining GPL and non GPL plugins in a dual licensing scheme

Our company releases a software (A) under a dual license: GPL and a commercial license. The commercial license allows users to link in closed source plugins (B). Now, a third party has developed a plugin (C) under GPL. My question is if a client who has our commercial license may load plugin (B) and plugin (C) at the same time. (C) wil...

Plugin Architecture - Make an MDI Parent Form Aware of Children in DLLs

I'm experimenting with a plugin architecture for my company's internal business system. I have managed to read all .DLLs in a Plugin folder which implement a specific interface. What I am trying to figure out is the best method of communication between the "host" MDI parent application and forms that will be in the .DLLs which I intend t...

Is JSF available as an OSGi (Equinox) bundle?

There is a bundle for JSP/JSTL, which can be deployed on Equinox OSGi Framework and can be used by other bundles then: org.eclipse.equinox.jsp.jstl_1.0.0.jar Is there also a bundle for JSF, so i can use JSF components in my bundles? I really need to solve this issue, because i have to transform an extisting JSF Web Application to an O...

add a new plugins path to Qtwebkit

Hi I am trying to extend the search paths that qtwebkit uses to search for plugins. Basically I'm creating a plugin that is designed using the QTBrowserPlugin class and I am trying to make my browser which is programmeed using QTwebKit to search for the plugin in a folder specified by me as I don't want the plugin to be stored in the Mo...

Vim plugin help: Auto insert closing bracet with cursor in middle

I found some threads on this but they are 3 years old. Does anyone have a plugin to recommend for vim that when I type { it will do: { ::cursor here:: } another helpful thing is if I type if it will do: if(::cursor here::) Thanks ...

Creating a plugin feature in asp.net

I have an interface that others can implement. I want people to be able to create a concrete implementation of the interface, and then be able to drop their .dll into the /bin directory, and then have my asp.net web application use their implementation. Is this possible? Any other ideas on how to make a plugin type architecture so peo...

Eclipse: stack or pile for cut & copy & paste?

hi there im just wondering as I couldn't find an answer on google (well, maybe Ive been trying the wrong keywords here >.< )... A thing I've always dreamt about was a stack/pile cut feature which remembers the - uhm, lets say - 10 last things I've cut out or copied for pasting... Is there such a feature and if so, what is it called? fur...

Problems installing and using filetype plugins in Vim

I downloaded xml.vim (xmledit : A filetype plugin to help edit XML, HTML, and SGML documents ). I placed it in my ftplugins folder. I read the documentation and it says: enter :filetype plugin on but this doesn't work, I'm still unable to make the filetype plugin work. Any suggestions? ...

Retrieve a file from within a folder in the workspace

I have a folder within my workspace but outside of 'src' which contains a file that needs to be read in order to setup a new file when using a custom plugin wizard. I cannot get the location of this file correct and keep getting null pointers unless I specify exactly where the file is in the system. My problem is the file is within a pl...

Clickable URL embedded in code

Is there a plugin available for Eclipse that makes URL inside source code clickable? i.e. opens a browser window/tab to the URL. E.g. class SomeClass(object): """ http://www.someurl.com/ """ ...

grails-ui plugin autocomplete component error

I'm programming a page that uses the grails-ui plugin "autocomplete" feature. It doesn't work and the error console shows the error "YAHOO is not defined"; searching the web I tried the following: Install the yui2 ad 3 plugins Uninstall the grails-ui plugin reinstall the grails-ui plugin With no luck. Any ideas ? I'm using grails 1....

What is the best way to determine the path to the ISV directory?

MSCRM 4.0 Problem: I'm currently storing xml files in the ISV directory along with my web applications. From a plugin (or potentially a seperate app), I need to find an easy way to navigate to the ISV directory to read these xml files. This routine will be called extremely often, so processing minimization should be a strong considerat...

What are the steps to get plugin or extension functionality in a C# application?

I've done plugin architectures in Win32 & C/C++ for years, with extension points dynamically loaded from DLLs with LoadLibrary, GetProcAddress, etc. Now the time has come to C#. What are the corresponding steps there - dynamically load an assembly? Or is it a completely different schema? ...

Upload image with Photoshop scripting

Is that possible to upload an image from Photoshop (for example, an open image exported to jpeg) to some web place - REST service, FTP etc by using scripting features of Photoshop? For example - I have an image open in Photoshop and then execute some special script that sends an exported version of it to some place over the web. I saw s...