Holger Schmeisky
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 12
-
Holger Schmeisky 创建了一个帖子, Unable to create IDEA plugin SDK
Since a recent reinstall I am unable to create a plugin SDK in IntelliJ 15 & 14 on Mac OS X. Loading up my plugin I get Unknown Module Type Cannot determine module type for the foll... -
Holger Schmeisky 创建了一个帖子, Logging to $LOG_DIR$ from separate Logger
Hi,in my plugin I have to use a separate Log4J logger than the one provided by IDEA. I would still like to log to $LOG_DIR$, but can't find a way to get the path in a compatible-seeming way. I chec... -
Holger Schmeisky 进行了评论, -
Holger Schmeisky 创建了一个帖子, JavaDoc <p> instead of <p/>
Is there a reason why IntelliJ uses <p/> in JavaDocs instead of the standard <p> [1]?If yes, how can I change it to comply with my projects coding standards?[1] http://www.oracle.com/technetwork/ja... -
Holger Schmeisky 创建了一个帖子, Distinguishing IDEA editions with modules and without
Hello,I am writing a plugin for multiple IDEA editions (IntelliJ and Webstorm most prominently) and need to handle the module system in editions with modules correctly. One questions:What's the mos... -
Holger Schmeisky 创建了一个帖子, Creating new Modules
Hi,I want to create a new Module from my plugin, I am failing and surprisingly I could not find an answer in this forum. What I try:ModuleManager moduleManager = ModuleManager.getInstance(project);... -
-
-
-
Holger Schmeisky 创建了一个帖子, Event for file created with template content?
Hi,in my VirtualFileListener, fileCreated(..) is called when I create a new file with a template (e.g. HTML file). At that point, the actual file is still empty (even when I check manually) and the...