Sebastian Ratz

Results 97 comments of Sebastian Ratz

> > I asked [@tjwatson](https://github.com/tjwatson) to share his insights, advice, and concerns. Let's hold off doing more work until he has some time. > > I'm sure you saw my...

> [@sratz](https://github.com/sratz) the platform product is really only more used in testing I think, and other products launches might override that. But we already have in PDE recommended start levels...

#2241 is merged. The next steps would be to replace the system properties accordingly in the various product defintions: - remove windows-specififc `-Djavax.net.ssl.trustStoreType=Windows-ROOT -Djavax.net.ssl.trustStore=NONE` - add `-Declipse.platform.mergeTrust=true` to platform-independent ``...

The callbacks are handled in `org.eclipse.swt.widgets.Display.windowProc(...)` and then typically delegate to implementations in `Widget`. There, they are overridden in `Control` and `Canvas` and also `IME`. The new methods of `NSTextInputClient`...

> The reason for removing it from Tycho is not because Platform don't use it anymore. It is because I don't want to support it anymore. Anyone that has a...

> But beside that you always did it, why do you actually _need any_ source features? Fair point ;) > The main reason for source features was to include sources...

> If you then add your updatesite as a reference (either in `category.xml` or `pom.xml` [see [addPomRepositoryReferences](https://tycho.eclipseprojects.io/doc/latest/tycho-p2-repository-plugin/assemble-repository-mojo.html#addPomRepositoryReferences)]) and use [filterProvided](https://tycho.eclipseprojects.io/doc/latest/tycho-p2-repository-plugin/assemble-repository-mojo.html#filterProvided) you should end up with a minimal site that only...