Sebastian Ratz

Results 97 comments of Sebastian Ratz

> Can the publisher be enhanced in a way that for ".car" files a CFBundleIconName entry is created? The icon handling is done in https://github.com/eclipse-equinox/p2/blob/cc3868542ee18f101b56a5a02916b148ad13819f/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java This would have to be...

I'm quite sure this was actually implemented with https://github.com/eclipse-platform/eclipse.platform.swt/pull/1834 but currently is hidden behind a switch. @pawanrajoriya: Can you try to set `-Dorg.eclipse.swt.browser.Edge.allowSingleSignOnUsingOSPrimaryAccount=true` via `eclipse.ini`? @HeikoKlare: I wasn't even aware...

What version of Edge WebView2 do you have installed? You can find this under ``` HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} ``` or ``` HKEY_CURRENT_USER\Software\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} ``` in the registry. Can you try to install the...

`org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.BracketInserter` might be a good starting point

> I agree that using the system store is the most likely best approach here. Some companies by intend disallow some certificates to be trusted and using the java defaults...

Here is a concrete proposal of what to do: - _Somewhere early_ in the Eclipse startup phase, build an `SSLContext` as follows: - `TrustManager`: - If `javax.net.ssl.trustStore*` properties are set...

> Certainly you cannot get much earlier than `org.eclipse.equinox.launcher.Main.run(String[])`. I'm not sure if you'd need to consider which properties might be set in the config.ini such that processing should maybe...

> So maybe it's better to put the logic in EclipseStarter where it's more **universally** available? Yes, I think that makes sense. Just need to think about how to re-structure...

Hmm, `org.eclipse.osgi` is still on BREE 1.8 :(

> 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. Turned out not to be that...