Bug 191769 - Can't set singleton property through UI
Summary: Can't set singleton property through UI
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.4 M1   Edit
Assignee: Peter Friese CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, contributed
Depends on:
Blocks:
 
Reported: 2007-06-08 15:43 EDT by C. Lamont Gilbert CLA
Modified: 2007-07-25 00:02 EDT (History)
3 users (show)

See Also:


Attachments
Singleton love for the PDE Manifest editor (4.97 KB, patch)
2007-07-24 12:30 EDT, Peter Friese CLA
no flags Details | Diff
org.eclipse.pde.ui.patch (5.52 KB, patch)
2007-07-24 23:59 EDT, Chris Aniszczyk CLA
no flags Details | Diff
mylyn/context/zip (1.06 KB, application/octet-stream)
2007-07-24 23:59 EDT, Chris Aniszczyk CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description C. Lamont Gilbert CLA 2007-06-08 15:43:23 EDT
There is no way to set the singleton property on a plugin through the UI.  This property is required and without it being there its not obvious that the behavior is available.  it would be helpful if it were there then more people would ask what it is for and find out ahead of time how to avoid certain dependency issues.
Comment 1 Wassim Melhem CLA 2007-07-23 16:23:36 EDT
A checkbox in the Overview section of the manifest editor that toggles the singleton directive in the Bundle-SymbolicName would be nice.
Comment 2 Peter Friese CLA 2007-07-24 11:22:27 EDT
As I have been looking for this feature in the past, it will be a joy for me to fix this bug. Please assign to me.
Comment 3 Chris Aniszczyk CLA 2007-07-24 11:31:56 EDT
It will bring the PDE team great joy too! :D
Comment 4 Peter Friese CLA 2007-07-24 12:30:59 EDT
Created attachment 74485 [details]
Singleton love for the PDE Manifest editor

Enjoy!
Comment 5 Chris Aniszczyk CLA 2007-07-24 23:58:29 EDT
Excellent work, I made a few minor changes to the patch in regards to wording and copyright.
Comment 6 Chris Aniszczyk CLA 2007-07-24 23:59:41 EDT
Created attachment 74521 [details]
org.eclipse.pde.ui.patch
Comment 7 Chris Aniszczyk CLA 2007-07-24 23:59:49 EDT
Created attachment 74522 [details]
mylyn/context/zip
Comment 8 Chris Aniszczyk CLA 2007-07-25 00:02:11 EDT
Released to HEAD.

Thanks Peter.