Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-08 Thread Christoph Läubrich
esheim/eclipse-launcher> for macOS. Regards, Noopur - Original message - From: Gayan Perera Sent by: platform-dev-boun...@eclipse.org To: "Eclipse platform general developers list." Cc: Subject: [EXTERNAL] Re: [platform-dev] Running multiple instanc

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-08 Thread Noopur Gupta
ion to "Open Workspace" in the menu will be useful for other> platforms also.> Regards,> Noopur>>     - Original message ->     From: Gayan Perera <gayan...@gmail.com>>     Sent by: platform-dev-boun...@eclipse.org>     To: "Eclipse platform genera

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-08 Thread Alex Blewitt
this plug-in into the Eclipse IDE. > > An option to "Open Workspace" in the menu will be useful for other > > platforms also. > > Regards, > > Noopur > > > > - Original message - > > From: Gayan Perera > > Sent by: platform-dev-boun

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-08 Thread Noopur Gupta
.com>>     Sent by: platform-dev-boun...@eclipse.org>     To: "Eclipse platform general developers list.">     <platform-dev@eclipse.org>>     Cc:>     Subject: [EXTERNAL] Re: [platform-dev] Running multiple instances of>     eclipse in MacOS>     Date: Tue, Dec

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-08 Thread Gayan Perera
From: Gayan Perera > > Sent by: platform-dev-boun...@eclipse.org > > To: "Eclipse platform general developers list." > > > > Cc: > > Subject: [EXTERNAL] Re: [platform-dev] Running multiple instances of > > eclipse in MacOS

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-08 Thread Christoph Läubrich
From: Gayan Perera Sent by: platform-dev-boun...@eclipse.org To: "Eclipse platform general developers list." Cc: Subject: [EXTERNAL] Re: [platform-dev] Running multiple instances of eclipse in MacOS Date: Tue, Dec 8, 2020 11:38 AM Thanks everyone.

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-08 Thread Noopur Gupta
It will be nice to integrate this plug-in into the Eclipse IDE.   An option to "Open Workspace" in the menu will be useful for other platforms also.   Regards, Noopur   - Original message -From: Gayan Perera Sent by: platform-dev-boun...@eclipse.orgTo: "Eclipse platform general developers l

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-07 Thread Gayan Perera
Thanks everyone. I think i will give the plugin a try. If it doesn't work i will try the other options . Best regards, Gayan. On Tue, 8 Dec 2020 at 02:20, Mykola Nikishov wrote: > Hi, > > Gayan Perera writes: > > > Do you have any workarounds to get multiple instances on the same eclipse > >

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-07 Thread Mykola Nikishov
Hi, Gayan Perera writes: > Do you have any workarounds to get multiple instances on the same eclipse > installation for different workspaces on MacOS. Or may be a plugin that i > can use ? Help - About Eclipse - Installation Details - Configuration, search for 'osgi.instance', for me it is like

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-07 Thread Thomas Wolf
On 07.12.20 22:15 , Alex Blewitt wrote: > If you want to have a double clickable app then you can always install two > Eclipse instances using the Oomph installer. Exactly. Or by downloading EPPs and not copying them to Applications but wherever you want. You can still then drag them into the lau

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-07 Thread Thomas Watson
I use https://marketplace.eclipse.org/content/macos-eclipse-launcher Tom      - Original message -From: Gayan Perera Sent by: platform-dev-boun...@eclipse.orgTo: "Eclipse platform general developers list." Cc:Subject: [EXTERNAL] [platform-dev] Running multiple instances of eclipse in MacOSD

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-07 Thread Martin D'Aloia
I have been using this plugin without any issue so far: https://marketplace.eclipse.org/content/macos-eclipse-launcher https://github.com/turesheim/eclipse-launcher On Mon, Dec 7, 2020 at 5:55 PM Gayan Perera wrote: > Hi Friends, > Do you have any workarounds to get multiple instances on the sa

Re: [platform-dev] Running multiple instances of eclipse in MacOS

2020-12-07 Thread Alex Blewitt
If you run the app from the command line you can launch a second instance. You have to use the name of the executable and the -data argument to launch it. /path/to/Eclipse.app/Contents/MacOS/eclipse -data /path/to/workspace You can also use open -n for an app: open -n /path/to/Eclipse.app If y