0
votes
0answers
5 views
Magic Draw plugin development: export diagram as ecore model
Is there a way to programatically export the current active Magic Draw model into ecore format?
I.e. doing the same as would happen when the user goes to: File > Export > EMF Ecor …
1
vote
1answer
40 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 …
0
votes
1answer
10 views
Maven : Is it possible to override the configuration of a plugin already defined for a profile in a parent POM
In a POM parent file of my project, I have such a profile defining some configurations useful for this project (so that I can't get rid of this parent POM) :
<profile>
…
1
vote
2answers
5 views
Remove view name from Eclipse menu Window -> Show View
I need to remove the name/shortcut of the view which I have created from the Window->Show View menu.
Because I display this view in a separate menu.
Is there any way to hide/remov …
0
votes
3answers
42 views
osgi-like framework without the import/export restrictions?
I like OSGi, but the import/export restrictions and the lack of context class loader creates havoc when trying to use 3rd party libraries (e.g., some libraries try to find file.xml …
0
votes
2answers
19 views
How to make a “recent seen pages” for user registered in wordpress
Hi all!
Is there a plugin that returns to a wordpress registered user the last pages that he has seen on a blog?
Thanks in advance, Joe
1
vote
0answers
18 views
JSF action, value and bindig catalog generator
Hi to all!
I'm am looking for a simple tool that generates a catalog of all used action methods, values and bindigs. I'm working on a big JSF/RichFaces project and I lost the over …
0
votes
1answer
24 views
Free javascript star rating plugin
Could you suggest free javascript star rating plugin?
1
vote
1answer
13 views
How to handle property sheet from customized editor in eclipse plugin development ?
I have to bind my editor widget objects in property sheet.So that i can the property of my widget from property view.
Please help me on this, if possible provide me some code snipp …
0
votes
1answer
19 views
Unnamed, non-existing .swf
I'm using jQuery sIFR plugin for text replacement, although it works perfectly but there's a link to an unnamed and non-existing ".swf" file. Is it issue related to the sIFR plugin …
0
votes
1answer
19 views
Can’t get AllPermission configured for intranet applet. Can anyone help?
Hello everyone,
After doing a lot of reading and testing I've been unable to give all permissions to an intranet applet through the codeBase grant option.
This applet need full pe …
0
votes
2answers
17 views
iTunes Plugin Programming: Intercept Events
Are there any good solutions for capturing events from within iTunes?
I'd like to build a plugin that sits inside of iTunes and respondes to rating changes for particular songs. …
0
votes
1answer
33 views
Grails Plugin: Getting all command object classes
In a plugin, I need to iterate over all domain and command object classes to apply some meta-magic to them. Getting the domain classes isn't a problem, however command objects are …
1
vote
2answers
37 views
jquery: simple table plugin with add/remove
I am looking for a jQuery plugin that manages tables. I need the capability to programmatically add/remove rows easily. Lastly, I need a "row level" "onclick" event.
A nice associ …
0
votes
2answers
69 views
Jquery star rating plugin and cancel rating button
Using this plugin: http://www.fyneworks.com/jquery/star-rating/#tab-Testing
I have a simple callback function that picks up the id from the radio buttons:
<input type="radio" …
