Bug 517669 - Provide explicit wizards for exporting and importing working sets
Summary: Provide explicit wizards for exporting and importing working sets
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.3   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-01 23:46 EDT by Lars Vogel CLA
Modified: 2017-06-02 10:33 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.