Donát Csikós
Donát Csikós
[Reproducer project](https://github.com/gradle/gradle/files/9525553/21492.zip)
I think the problem is on both sides. To extract structural information from the Gradle build, IDEA needs to inject custom plugins which are done via an init script. At...
Related to https://github.com/gradle/gradle/issues/20898
@bot-gradle test and merge
Thanks for the insights.
I'll look into the implementation and the possible alternatives later. I'm going to be mostly offline for the next couple of weeks. Then, we'll look into what's next for Buildship.
That is absolutely something Buildship should do.
Duplicate of #344
That's correct, the editor only inherits the color scheme from the Java editor, but no preference listening is added. The fix sounds relatively easy. @vogella if you can provide a...