Bug 517669

Summary: Provide explicit wizards for exporting and importing working sets
Product: [Eclipse Project] Platform Reporter: Lars Vogel <Lars.Vogel>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: Lars.Vogel, loskutov
Version: 4.3   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Lars Vogel CLA 2017-06-01 23:46:56 EDT
I suggest offering wizards to export and import working sets.

Looks like AnyEdit has this, maybe Andrey wants to contribute that to platform? https://stackoverflow.com/questions/2369829/share-export-eclipse-working-sets
Comment 1 Andrey Loskutov CLA 2017-06-02 10:33:19 EDT
(In reply to Lars Vogel from comment #0)
> I suggest offering wizards to export and import working sets.
> 
> Looks like AnyEdit has this, maybe Andrey wants to contribute that to
> platform?
> https://stackoverflow.com/questions/2369829/share-export-eclipse-working-sets

Yep. It is written by myself and is under EPL.
The code need to be polished etc before merging into Platform.

If someone wants to do this, the code is here:
https://github.com/iloveeclipse/anyedittools/tree/master/AnyEditTools/src/de/loskutov/anyedit/ui/wizards

I have no time for that, sorry.