Ned Twigg
Ned Twigg
This is not going to get implemented as part of Goomph. If there's enough interest it could be done as part of EquoIDE. - https://github.com/equodev/equo-ide/tree/main/plugin-gradle#user-plugins
Adding a feature like this would be pretty easy in the newly launched EquoIDE. Happy to take PR's over there. https://github.com/equodev/equo-ide/tree/main/plugin-gradle
I built and maintained a site using [rocker](https://github.com/fizzed/rocker) for a few years, and I've been really happy with it, except it doesn't have an IDE plugin (https://github.com/fizzed/rocker/issues/12). I took a...
> making the jte syntax as IDE friendly as possible That was smart! I'm experimenting with using [kotlinpoet](https://github.com/square/kotlinpoet) to generate a Kotlin model class for every template by parsing only...
Sadface :( Looks like this PR isn't going to get merged, but is #1035 still planned?
Spotbugs gives bad warnings on Java 8. Because of that we only run it on Java 11, but we should redo this commit after we drop Java 8. https://github.com/diffplug/spotless/pull/1511/commits/4aa3b7e0f460eaa7a7c329a7868e71060151c95b
I think it's time to do this. I'm doing it in two steps. 1. Keep running on Java 8, but yell at users to upgrade to 11 (and tell them...
Part 1 published in `plugin-gradle 6.14.0` and `plugin-maven 2.31.0`.
Sorry for the adverse effect, and thanks for communicating it :) Spotless `6.13.0` is still available, and most of the formatters we wrap don't support Java 8 anymore anyway, so...
Thanks mostly to @Goooler's tireless dedication, we have finally shipped: - `plugin-gradle 3.0.0.BETA1` - `plugin-maven 2.44.0.BETA1` These contain a bazillion fixes. Please test and let us know if you encounter...