Björn Kautler

- 活动总数 161
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 55
-
创建于 What are the JBoss Server Settings Username and Password for?
If I create a new JBoss Run Configuration, there are Textfields to enter Username and Password.But I don't see them having any effect.Where and whatfor are those used?Neither the UI nor the Help sa... -
创建于 "id" parameter of the @Storage annotation
http://confluence.jetbrains.net/display/IDEADEV/Persisting+State+of+Components says the following:[quote]The "id" parameter of the @Storage annotation can be used to exclude specific fields from s... -
创建于 Project Layout for supporting multiple IntelliJ IDEA versions
Hi, I asked this in my other thread, but I'm posting it now as separate question to maybe get attention by possible answerers that don't follow that other thread.I want to have a plugin support inc... -
创建于 SHA-1 for 8.1.4
Which SHA-1 is the best to checkout and use as source for IntelliJ IDEA 8.1.4 plugin SDK? Unfortunately there are no tags for pre-9 versions. -
创建于 Support of multiple IntelliJ IDEA versions
Is there an "IntelliJ IDEA" way of making a plugin that is compatible with multiple versions while using newer features not all versions support?I'm modifying a plugin that is compatible with 8.x. ... -
创建于 How to listen for changed settings
Is there a way to listen for changed settings of other components?To be exact, if someone clicks Apply after changing Compiler settings, I want to see and react on this in my own Configurable.Is th...