Re: [platform-dev] Saying Goodbye To SWT

2019-12-16 Thread Karsten Thoms
Thanks Eric for all the work you have done. Thanks to you SWT for GTK has been improved a lot! The quality of your contribution is outstanding. The Che team can be glad to have you on board and will benefit from your work. ~Karsten ___ platform-dev mai

Re: [platform-dev] Saying Goodbye To SWT

2019-12-16 Thread Mickael Istria
Thanks for everything Eric. It was very pleasant working with you, and thanks for the countless time you've helped me for a reason or another. The Che crew is lucky to get you on board. May Clippy be with you! ___ platform-dev mailing list platform-dev@ec

Re: [platform-dev] Saying Goodbye To SWT

2019-12-16 Thread Aleksandar Kurtakov
On Mon, Dec 16, 2019 at 9:07 PM Eric Williams wrote: > Hello everyone, > > I have some rather bittersweet news to share: as of this Wednesday I > will no longer be working on the Eclipse/SWT team at Red Hat. I haven't > left the company, but I will be moving to a new group where I'll be > working

Re: [platform-dev] Saying Goodbye To SWT

2019-12-16 Thread Thomas Singer
Hi Eric, Thank you also from my side. It was a pleasure to work with you. I wish you success and some fun in the new position, too. -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com On 16/12/2019 20:07, Eric Williams wrote: Hello everyone, I have some rather bitters

Re: [platform-dev] Saying Goodbye To SWT

2019-12-16 Thread Lars Vogel
Hi Eric, sorry to hear that you are leaving. All the best to you and thanks for improving SWT over all these years. Best regards, Lars On Mon, Dec 16, 2019 at 8:07 PM Eric Williams wrote: > > Hello everyone, > > I have some rather bittersweet news to share: as of this Wednesday I > will no longe

Re: [platform-dev] Saying Goodbye To SWT

2019-12-16 Thread Jonah Graham
Hi Eric, Good luck on the next step of your journey. You have made a valuable contribution to SWT and the stability, quality and features of the Eclipse platform over the last 4+ years! Enjoy your new role on Che! Jonah ~~~ Jonah Graham Kichwa Coders www.kichwacoders.com On Mon, 16 Dec 2019 at

[platform-dev] Saying Goodbye To SWT

2019-12-16 Thread Eric Williams
Hello everyone, I have some rather bittersweet news to share: as of this Wednesday I will no longer be working on the Eclipse/SWT team at Red Hat. I haven't left the company, but I will be moving to a new group where I'll be working on Eclipse Che (specifically Che plugins). SWT was my first

Re: [platform-dev] E4 UI for Eclipse Core Resources

2019-12-16 Thread Lars Vogel
+1 for the suggestion, thanks Alexander for planning to work on this. On Mon, Dec 16, 2019 at 9:51 AM Alexander Fedorov wrote: > > Hi Mickael, > > Thank you for the positive feedback! > > 1) > I do not expect it to be easy, and do not suggest to literally move something > to E4 space. What I su

Re: [platform-dev] E4 UI for Eclipse Core Resources

2019-12-16 Thread Alexander Fedorov
Hi Mickael, Thank you for the positive feedback! > 1) I do not expect it to be easy, and do not suggest to literally move something to E4 space. What I suggest is closer to the generic E3->E4 migration concept: provide common building blocks in E4 to be decorated with E3 API at org.eclipse.ui*

Re: [platform-dev] E4 UI for Eclipse Core Resources

2019-12-16 Thread Mickael Istria
Hi, On Mon, Dec 16, 2019 at 9:31 AM Alexander Fedorov < alexander.fedo...@arsysop.ru> wrote: > My suggestion: > 1) create "org.eclipse.e4.ui.ide" bundle to be a home of shared > functionality for both E3 and E4. It may be also named > "org.eclipse.e4.ui.resources". > I think having a separate bu

[platform-dev] E4 UI for Eclipse Core Resources

2019-12-16 Thread Alexander Fedorov
Hello, From time to time I need to represent IResource and IMarker inside the E4 application. Ideally, I would like to have the ExtendedMarkersView with all the surrounding functionality available for E4 - but for today "org.eclipse.ui.ide" is huge and it is heavily coupled with E3 Workbench.