Dennis Iffländer
Dennis Iffländer
No, it's not published anywhere. We run our own preconfigured Eclipse distribution at work, so whenever it's time to update the distribution (on average every 9 months/3 Eclipse versions), I...
Eclipse 2021-06 here. There is indeed the problem that we get an error when trying to install the plugin from the Eclipse Marketplace. But if I use the "Install New...
I am using a dark theme as well and it does not actually seem that bad anymore in a recent Eclipse version. The background color of the selection is a...
I get the following error on packaging it, but I have no idea how to resolve it: ``` [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: org.fhsolution.eclipse.plugins.csvedit 1.2.0 [ERROR]...
The current code name is "2021-06", the version is 4.20. I already changed the POM to point to that repository in my working copy, which is how that fresh dependency...
I'd love to, but unfortunately I can't even get the Maven build of the plugin to work and didn't want to make a pull request for something I couldn't test...
Yeah, we were able to port the new changes to our fork and build it with Java 17 support. So I am closing the issue.
For reference, these are the changes that the Groovy Eclipse plugin had to do to make its own proposal computations async: https://github.com/groovy/groovy-eclipse/commit/de5acede01bc380a7c88c079d13c808eec276f23 https://github.com/groovy/groovy-eclipse/commit/da8a60c5f94f5eab8addbf7b597e3aeb7965ded0
I was wondering the same thing, so thanks for pointing out the Error Log. It does indeed say that it's returning the built-in formatter due to an error. The actual...