Andreas

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
Andreas created a post, PlannedKotlin references in MultiHostInjector are not working correctly
Injected Kotlin code via MultiHostInjector has no references to project files by default (more info on my previous post). After a weekend of debugging, we noticed that this is caused by KotlinCache... -
-
Andreas created a post, AnsweredIs MultiHostInjector the right approach for a Kotlin-based template engine plugin?
I'm currently writing a template engine that generates classes and compiles those to class files. The engine works fine, but I'm currently stuck with the IntelliJ plugin. Initially I started with J... -
-
Andreas created a post, AnsweredPlugin for automatic property file sorting
We are developing a plugin to sort property files by keys. Currently we can invoke the sorting manually, but the resource bundle editor will be used by non-tech guys as well. Is there a way to get ...