Bug 569546 - Provide "Open Workspace" menu item to launch multiple workspaces from Eclipse IDE
Summary: Provide "Open Workspace" menu item to launch multiple workspaces from Eclipse...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 4.19   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-08 07:18 EST by Noopur Gupta CLA
Modified: 2020-12-15 06:50 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Noopur Gupta CLA 2020-12-08 07:18:28 EST
Provide a menu item "File > Open Workspace" to launch multiple workspaces from Eclipse IDE without closing the current workspace.

See discussion on https://www.eclipse.org/lists/platform-dev/msg02600.html and the macOS implementation in https://github.com/turesheim/eclipse-launcher.
Comment 1 Torkild Resheim CLA 2020-12-08 07:35:29 EST
All the platform specific code is in its own fragment, so it should be fairly straightforward to add support for additional platforms (other than macOS).

I'm willing to donate the existing code in https://github.com/turesheim/eclipse-launcher if there is interest.
Comment 2 Manoj N Palat CLA 2020-12-08 07:40:30 EST
(In reply to Torkild Resheim from comment #1)

@Torkild:[just a side note] Just noting with gratitude that I've been using your plugin ever since I came to know about it and it has been really helpful. Never faced a problem and I use it all the time - Thank you very much!
Comment 3 Thomas Watson CLA 2020-12-08 08:30:48 EST
+1 would be great to have this built-in by default.
Comment 4 Noopur Gupta CLA 2020-12-09 02:31:19 EST
(In reply to Torkild Resheim from comment #1)
> All the platform specific code is in its own fragment, so it should be
> fairly straightforward to add support for additional platforms (other than
> macOS).
> 
> I'm willing to donate the existing code in
> https://github.com/turesheim/eclipse-launcher if there is interest.
That's great! Thanks, Torkild.
Comment 5 Torkild Resheim CLA 2020-12-09 02:41:47 EST
(In reply to Manoj Palat from comment #2)
> (In reply to Torkild Resheim from comment #1)
> 
> @Torkild:[just a side note] Just noting with gratitude that I've been using
> your plugin ever since I came to know about it and it has been really
> helpful. Never faced a problem and I use it all the time - Thank you very
> much!
Thank you for the kind words Manoj! I'm glad you like it :)
Comment 6 Torkild Resheim CLA 2020-12-09 02:53:54 EST
(In reply to Noopur Gupta from comment #4)
> (In reply to Torkild Resheim from comment #1)
> > All the platform specific code is in its own fragment, so it should be
> > fairly straightforward to add support for additional platforms (other than
> > macOS).
> > 
> > I'm willing to donate the existing code in
> > https://github.com/turesheim/eclipse-launcher if there is interest.
> That's great! Thanks, Torkild.

No problem, I'm glad I may be able help out :) I guess one would need to get a CQ approved to get this started. But first it would be great if someone took a look at the existing code to determine whether or not you want it in the Platform.