Re: [platform-dev] How to add a bundle to the aggregated build?

2020-04-15 Thread Karsten Thoms
Am 15.04.2020 um 21:44 schrieb Aleksandar Kurtakov mailto:akurt...@redhat.com>>: Ideally it should be added to one of the features and that's it. Technical alternative is to list plugin in

Re: [platform-dev] How to add a bundle to the aggregated build?

2020-04-15 Thread Aleksandar Kurtakov
On Wed, Apr 15, 2020 at 10:39 PM Karsten Thoms wrote: > > Am 15.04.2020 um 17:05 schrieb Lars Vogel : > > > > The original target of this view was to replace the E3 implementation. > Once this is done, it would be part of e4.rcp > > > > You and Paul updated it over the last year. What is missing

Re: [platform-dev] Extending default theme

2020-04-15 Thread Lars Vogel
Hi Gayan, It is possible to create own themes extending the existing ones. See https://www.vogella.com/tutorials/Eclipse4CSS/article.html But I prefer to improve the standard. You are not the first who dislikes the rounded tabs. Pease see and comment on bug

Re: [platform-dev] How to add a bundle to the aggregated build?

2020-04-15 Thread Karsten Thoms
> Am 15.04.2020 um 17:05 schrieb Lars Vogel : > > The original target of this view was to replace the E3 implementation. Once > this is done, it would be part of e4.rcp > > You and Paul updated it over the last year. What is missing to replace the > old one? I have fixed a bug and

[platform-dev] Extending default theme

2020-04-15 Thread Gayan Perera
Hi All, I really don't like the rounded tabs in tab folders in eclipse default theme. But i would prefer also not to install something heavy like DevStyle theme which has lot of runtime weaving involved. I would like to extends both light and dark themes and have my own theme which only adjust

Re: [platform-dev] How to add a bundle to the aggregated build?

2020-04-15 Thread Mickael Istria
Hi Karsten, Why is this bundle part of Platform source repo if it's not used anywhere in Platform? Cheers ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Re: [platform-dev] How to add a bundle to the aggregated build?

2020-04-15 Thread Lars Vogel
Hi Karsten, The original target of this view was to replace the E3 implementation. Once this is done, it would be part of e4.rcp You and Paul updated it over the last year. What is missing to replace the old one? Best regards, Lars Karsten Thoms schrieb am Mi., 15. Apr. 2020, 17:02: > We are

[platform-dev] How to add a bundle to the aggregated build?

2020-04-15 Thread Karsten Thoms
We are using in an e4 RCP project the bundle org.eclipse.e4.ui.progress. The bundle is build with the platform-ui build. However, it is not part of the org.eclipse.e4.rcp feature by intention (see discussion in bug#559967) and is not part of the I-build repository. ATM we are building it