Christoph Läubrich
Christoph Läubrich
Fix https://github.com/eclipse-platform/eclipse.platform.ui/issues/3513
In the following documentation we describe how one can enhance an exiting toolbar with a contribution: https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/e4/ToolBarContribution.md If one creates a direct toolbar item with a `visibleWhen` Expression like this:...
Currently we have the problem that I want to replace some icons with a SVG variant. Currently Icons can be organized in folders like `/icons/16x16/search.png`, `/icons/32x32/search.png` and so on for...
`ContentProposalAdapter#openProposalPopup()` currently has (documented) behavior to emit a "beep sound" if it can not open because there are no proposals. It would be good to let the caller choose to...
### Describe the bug If copilot is doing work, the prompt shows: > Enter @ to mention files ... and one can also enter text there but there is no...
### Describe the bug During a session, copilot suddenly stopped with > Execution failed: 499 499 status code (no body) ### Affected version Version 0.0.358 ### Steps to reproduce the...
Readme says > For support please use the [Discussion Group](http://groups.google.com/forum/?fromgroups#!forum/concurrent-locks-discuss), not direct email to the developers. but this requires another google account. As Github itself supports such feature with [GitHub...
Lets assume I have an `Analyzer` and get a manifest from it, then I get some nice package imports with a version range. But from time to time one might...
### New feature, improvement proposal CI servers usually define a `CI` env variable: For reference: - Github [Default environment variables](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables) - Jenkins [Global Variable Reference](https://ci.eclipse.org/releng/pipeline-syntax/globals#env) - GitLab [Predefined CI/CD variables...