Holger Schmeisky
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 12
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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);... -
创建于 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... -
创建于 NoClassDef found for PicoContainer with LightFixtureTestCase
Hello,I am trying to write a test case for my project with the following library setup:picocontainer.jar <--depends on-- |core module| <--depends on-- |my plugin module|with the IDEA SDK picoconta... -
创建于 Running two IDEA instances with my plugin
Hi,I would like to run two instances of my plugin, because the plugin communicates between two IDEA instances. It works when I create duplicate intelliJ installations with seperate ~/.ideaIC* folde... -
创建于 ClassLoader error when using own log4j
Hi guys,my IntellIJ plugin depends on a "core" module that brings its own log4j library. The "core" cannot use the IDEA SDK, because it is supposed to be IDE-independent (Eclipse + IntelliJ). My li... -
创建于 Should I prefix properties in PropertiesComponent?
Hello everyone,I am coming from an Eclipse plugin background and I want to store some plugin-specific properties. As I see it http://git.jetbrains.org/?p=idea/community.git;a=blob;f=platform/core-a...