Holger Schmeisky
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Holger Schmeisky created a post, 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 created a post, 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 commented, -
Holger Schmeisky created a post, 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 created a post, 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 created a post, 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 created a post, 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...