Dominik Marks
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created CDATA inside MultiHostInjector
AnsweredHello, I already asked the following question on slack, but did not get an answer yet (https://jetbrains-platform.slack.com/archives/C5U8BM1MK/p1636443212249900). Maybe someone here knows a solutio... -
Created Maven Tool windows shows "null"
AnsweredHello,I've got the problem that the maven tool window sometimes just shows "null" instead of the project. There is nothing found related to this in the idea log files. Trying to add the pom.xml of ... -
Created Cannot create applicationListener in optional plugin dependency because of a ClassNotFoundException
AnsweredI am using application-level Listeners (https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_listeners.html) to listen to VFS events in my plugin. This works well when I defin... -
Created Reference to other module's web context root inside Freemarker <import> Statement
AnsweredI have the following statement in a Freemarker template: <#import "/module-name_WEB_CONTEXT_/common_macros.ftl" as common> The file "common_macros.ftl" is located in a separate module ("module-name... -
Created JSPredefinedLibraryProvider no longer working in IntelliJ 2018.3.x?
AnsweredI would like to add some implicit Javascript variables in HTML or JSP pages. Therefore I implemented a JSPredefinedLibraryProvider as follows: public class SimpleJSPredefinedLibraryProvider extends... -
Created IntelliJ Plugin support for Java 9?
Is it already possible to write plugins which are runnable with Java 9? I am running IntelliJ IDEA without a bundled JDK, but with a custom JDK (Java JDK 9.0.4), e.g. by setting the path in config....