[platform-dev] PMC Approval required for Committer Election for Jonah Graham on Eclipse Platform

2021-05-27 Thread emo
The Committer Election for Jonah Graham on project Eclipse Platform (eclipse.platform) concluded successfully. PMC leads and members can click the election link below to review and approve. Election: https://projects.eclipse.org/projects/eclipse.platform/elections/election-jonah-graham-committer

[platform-dev] Guideline for building a JDT patch updatesite with tycho

2021-05-27 Thread Gayan Perera
Hi all, I'm trying to build a eclipse JDT feature patch using tycho. I have added the required patched JDT plugins into my parent pom. Even the site get created, when i installed the patch it doesn't patch my i-build eclipse installation. is there a guideline or sample patch site which handle JDT

Re: [platform-dev] recommended way placing the workspace relative to the location of the launcher

2021-05-27 Thread Ed Merks
Yes, I think you just can't be sure where absolute locations will be stored both in the workspace and even in the installation (configuration folder) once it has been launched in a non-readonly location... On 27.05.2021 19:01, Jonah Graham wrote: The help has a bunch of options, but none tha

Re: [platform-dev] recommended way placing the workspace relative to the location of the launcher

2021-05-27 Thread Christoph Läubrich
Yeah I have checked the help, but sometimes there are "hidden options"... but it seem no luck here :-) My use-case is to have an "portable" eclipse based application, so I can plug in the device and have a (default) workspace with my projects/preferences and so on. So the very fist thing wou

Re: [platform-dev] recommended way placing the workspace relative to the location of the launcher

2021-05-27 Thread Jonah Graham
The help has a bunch of options, but none that covers your use case as far as I can see - https://help.eclipse.org/2021-03/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?cp=2_1_5_0 That said, I did see this commit come through https://git.eclipse.org/r/c/equinox/rt.equinox.

[platform-dev] recommended way placing the workspace relative to the location of the launcher

2021-05-27 Thread Christoph Läubrich
I want to place an Eclipse-Install + its workspace on an USB drive, of course, depending on the computer where I do plug this into the drive letter / path might change. At best I could have a Layout similar to what the eclipse-installer produces: /eclipse /ws If I use the simple approach: -D

Re: [platform-dev] GTK3 tree performance bug can affect SWT too

2021-05-27 Thread Lars Vogel
Hi Laksono, Please check if this is the same problem as https://bugs.eclipse.org/bugs/show_bug.cgi?id=519164 and if add your suggestion there. If not please open a new bug for the SWT component with your suggestion. If you are available for this, a patch from you would be great to fix that. Best