Lars Vogel

Results 87 comments of Lars Vogel

Also if I try to run the examples I get the message that the project has compile errors. ![image](https://user-images.githubusercontent.com/139910/68962988-30b84580-07d6-11ea-8ef9-5fb2e3e19142.png)

Thanks @tquellenberg for the detailed analysis. We discussed that on the Eclipse mailing list and opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=578406 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=578405 to fix that on the SWT side. Thanks for the analysis,...

Looks like this is only a theme switch issue. After closing and re-opening the editor it looks better. ![selection_305](https://user-images.githubusercontent.com/139910/38362775-58c2c520-38d2-11e8-9180-fafee63546e2.png) Maybe you can add a preference listener for the color font...

It is at the moment unlikely that I find time to contribute a fix, my current backlog in platform is already larger than my available time. Donát Csikós schrieb am...

![image](https://user-images.githubusercontent.com/139910/139236429-99179f9b-5cc4-4139-93c2-43ffe520368f.png)

@donat sorry, if that is obviously but where can I find the command to build Buildship in the docu? I quick search did not reveal it for me.

I get the following error, if I run `./gradlew build' * What went wrong: A problem occurred evaluating root project 'buildship'. > Required property 'jdk8.location' is not defined in the...

I used https://github.com/eclipse/buildship/blob/master/docs/development/Setup.md#running-the-build for executing the build

Can you add the required steps for building buildship via the command line? Github build actions will not be able to use Oomph setup.

> ./gradlew build -x eclipseTest -Pbuild.invoker=ci -Peclipse.version=422 Tested on Windows build fails with * What went wrong: A problem occurred evaluating project ':org.gradle.toolingapi'. > Failed to apply plugin 'org.gradle.eclipse'. >...