plugins

How to debug/break in codedom compiled code.

I have an application which loads up c# source files dynamically and runs them as plugins. When I am running the main application in debug mode, is it possible to debug into the dynamic assembly? Obviously setting breakpoints is problematic, since the source is not part of the original project, but should I be able to step into, or brea...

Eclipse/MySQL integration plugins?

What plugins should I install in Eclipse to integrate MySQL into Eclipse so that I can, for example, create and modify tables inside Eclipse? ...

WMS authentication plugin

Hi, I'm trying to create a custom authentication plugin for WMS 2009 in C#. I managed to implement something that for some reason blocks all requests... [ComVisible(true)] [Guid("C0A0B38C-C4FE-43B5-BE9E-C100A83BBCEE")] public class AuthenticationPlugin : IWMSBasicPlugin, IWMSAuthenticationPlugin, IWMSAuthenticationContext private ...

Redmine plugin: Uninitialized constant I18n

We just installed Redmine Charts (http://github.com/mszczytowski/redmine_charts/tree/master) and the associated OpenFlashChart plugin but when we start the Ruby server, we get the error below. Our steps were to: Download the tar file for charts Untar into $REDMINE_ROOT/plugins dir $REDMINE_ROOT/script/plugin install http://svn.pullmonk...

When designing a software platform, what are the key elements that make up a successful pluggable architecture?

I've been really impressed by the growing number of software platforms that let outside developers contribute code through a pluggable architecture (plugins/extensions). I've been studying which platforms have the best plugin communities... Excellent Plugin Architectures with thriving plugin communities: WordPress (and WordPress Mult...

Maven, Proguard and assembly issues

I'm trying to get Maven working with ProGuard. What I want to achieve is the following: Run ProGuard over my source files and produce obfuscated classes Create a manifest file that references the main class so that I can execute it as a jar Unpack all of the associated library jars and create one huge jar containing them all. This fi...

how to compare 2 ms word document with org.eclipse.compare api and java.

hi I want to compare 2 ms word document, after searching lot I found 2 ways we can do this. 1) compare with docx4j api. 2) compare with org.eclipse.compare api. with docx4j we can compare only 2 paragraph and it will works only with .docx extention. so I feel like if we can compare docs with eclips compare api than it will be better...

Auto generated numbering in CRM Opportunity

Hi All, Suppose I add one field called Acc Code in Account. In this field, user can manually input 2 digits of alphabets. Example: user create Account with Name "Successful Company Pty Ltd" and user manually inputs the Acc Code with "SC". user create another Account with Name "Another Company Pty Ltd" and user inputs the Acc Code with "...

should script/plugin create a .git folder?

I noticed that if I do something like: script/plugin install git://github.com/plug-xyz.git It says it is creating a .git folder: Initialized empty Git repository in /Users/g/Documents/app/vendor/plugins/xyz/.git/ But after the plugin is installed, it seems that the .git folder is gone. I ask because when I try to update the plugin...

How do I wire up the Firefox Plug-in Options button?

In Firefox, if you go to Tools -> Add-ons, in the list of extensions each one has an "Options" button. I would like to enable this for my extension and navigate the browser to a webpage where they can set options relating to my extension. The extension is an XPCOM extension, so if I can just register for a callback when the button is p...

Writing naked functions with custom prolog and epilog code in Visual Studio

I'm writing some plugin code in a dll that is called by a host over which I have no control. The host assumes that the plugins are exported as __stdcall functions. The host is told the name of the function and the details of the arguments that it expects and dynamically crufts up a call to it via LoadLibrary, GetProcAddress and manually...

Integrating external applications with my applications

I have 2 desktop applications that I wish to integrate with external applications. One of the applications is extended with plugins which are developed by me, to provide specific features which are not common for all distributions. The situation can be described in the following diagram: As I mentioned, I want to integrate (receive an...

CruiseControl .Net Plugin Vb.net Error

I am trying to make my own Labeller plugin for Cruise Control .Net 1.4.3. I have made a class based on another plug in example but I keep getting an error Class 'AssemblyVersionLabeller' must implement 'Function Generate(integrationResult As IIntegrationResult) As String' for interface 'ThoughtWorks.CruiseControl.Core.ILabeller' Here...

Coloring rows in a TreeViewer

How to color rows in a TreeViewer? It seems there have been a couple of changes since the previous version, now we are migrating to Eclipse 3.4. It would be great if you can provide a code sample or point me to an open-source project that does this. ...

QuickTime Plugin not sending cookies

The application has a page with thumbnails. Clicking on a thumbnail calls the SetURL() javascript function on the player object. In Safari on Windows, about 75% of the time, the plugin makes the request, sends the cookie, and life is good. The other 25% of the time, it fails to load at all half the time and when it does load, it won't...

Eclipse 3.3 Europa JDT TextHover

I want to show my own text hover in eclipse for some specific words? Please provide me some examples ...

Chart plug-in module for MS Access

I have been having trouble with the built in Access charts, see this question. Now I am looking for alternatives to the MSCharts that plugin to Access. My initial search on google turned up only noise. It doesn't have to be open source and it can cost real money. ...

Please Help: This feature doesn't play well with jQuery

I have this feature(netwaver.com/projects/featured-content-gallery-pligg-module/) on my site but it is not working well with jQuery plugin. I was researching and reading online and it says it to change the "$". Could some please assist me with this? But the "$" symbol is inside like: {$featurify}..how would that work? All the example I ...

Eclipse Plugin - Get outer method?

Hi, I have been developing a plugin for Eclipse. The plugin has a couple of views that need to update when the caret moves in the active editor to reflect the outer method. Currently, I am getting an ASTNode that represents the outer method using the ASTParser class on the whole source for the file and then traversing its hierarchy unt...

jQuery idTabs plugin link options

Hi, I am using jQuery idTabs plugin. I want to give click link (href) feature and using default options with this feature. How can I do? <ul class="idTabs"> <li> <a href="#div_1" href="google.com"> Hover call div_1 and Click Call go to google </a> </li> </ul> Note: I am using hover feature > $("...").idTabs("!mo...