Björn Kautler
- Total activity 161
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 55
-
Created 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... -
Created "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... -
Created 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... -
Created 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. -
Created 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. ... -
Created 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...