0
votes
1answer
21 views
Firefox Cocoa Plugin
I`ve created simple hello world-like plugin which draws red box.
Аfter embedding into xulrunner application the plugin works almost fine. Xulrunner application successfully redraw …
3
votes
5answers
93 views
Plugin architecture with GUI
I'm developing an application that makes heavy use of plugins. The app is in C# and I'm thinking about building the configuration GUI in WPF. I got the plugin architecture down i …
0
votes
2answers
54 views
Cannot “Install New Software” in Eclipse 3.5
I have just installed Eclipse 3.5 for Java EE developers ("Galileo").
I need to add an extra plugin, but when I select the "Install New Software ..." menu item, nothing happens. L …
3
votes
2answers
35 views
Architecture for extension/plugin communication
Once the problem of loading plugins is solved (in .NET through MEF in out case), the next step to solve is the communication with them. The simple way is to implement an interface …
0
votes
3answers
87 views
visual studio plugins for C++ environment
hi there
1) I'm new into C/C++ development using Visual Studio 2008 and after some searches here i didn't find any posts related to C/C++ Visual Studio plugins besides Visual Assi …
0
votes
7answers
87 views
Is there an editor or plugin for more potent regular expressions?
Regular expressions are great for text editing. But sometimes they aren't quite enough.
For example, say I have a text with 1000 sentences, with the first character in lowercase:
…
0
votes
3answers
51 views
How to convert css long to css one line style with Notepad++
from style that looks like this:
ul#menu
{
padding: 0 0 2px;
position: relative;
margin: 0;
text-align: right;
}
to:
ul#menu { padding: 0 0 2px; position: relative; m …
1
vote
3answers
140 views
Is there a Delphi IDE plugin for XML file editing, validation, formatting?
Are there (free or commercial) IDE editor plugins for Delphi which
show valid XML tags and parameters automatically while editing (like CodeInsight for HTML does it already) or …
0
votes
1answer
24 views
Is it possible to Create Patch in Eclipse from changes that have already been committed?
I've used the Create Patch facility in Eclipse to create patches for uncommitted changes. I'm looking for a way to create patches in Eclipse for changes that have already been comm …
0
votes
1answer
13 views
ActiveX Print a web page
I would like to find or write an Internet Explorer ActiveX control that will allow me to print a web page to a specific printer without a dialog box. The problem that I am having i …
0
votes
1answer
52 views
Resources for programming a system that supports plugins
I need resources -preferably a text- about programming systems that supports plugins or extensibility and other related detailed stuff, like handling permissions and resources for …
2
votes
3answers
38 views
What is the proper way for allowing non-gpl plugins/modules on a GPL application?
I develop an open-source CMS, which is licensed under GPLv3, and I want to open the plugin/modules architecture for anyone to contribute their own extensions. However I want to giv …
0
votes
1answer
39 views
Ruby on Rails plugin development process
I'm considering developing aspects of a website as Rails plugins for reuse. My question is about the development process. Since each of these plugins will provide a "slice" of fu …
0
votes
3answers
62 views
Starting out with rails. Suggestions for SDKs plug-ins etc?
I have 6 years of C# programming experience and I'm looking to broaden my horizons. I'm going to build a simple web app to demonstrate knowledge of Ruby on Rails so I can get my fo …
1
vote
2answers
63 views
extending email confirmation to Authlogic
I recently implemented Authlogic to my project for authentication. I followed http://railscasts.com/episodes/160-authlogic and had it up and running. Wanting to add email confirmat …
