Dominik Marks
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
创建于 CDATA inside MultiHostInjector
已回答Hello, 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... -
创建于 Maven Tool windows shows "null"
已回答Hello,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 ... -
创建于 Cannot create applicationListener in optional plugin dependency because of a ClassNotFoundException
已回答I 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... -
创建于 Reference to other module's web context root inside Freemarker <import> Statement
已回答I 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... -
创建于 JSPredefinedLibraryProvider no longer working in IntelliJ 2018.3.x?
已回答I would like to add some implicit Javascript variables in HTML or JSP pages. Therefore I implemented a JSPredefinedLibraryProvider as follows: public class SimpleJSPredefinedLibraryProvider extends... -
创建于 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....