Ideaforum-shorn

- Total activity 116
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 49
-
Created 2017.3.4 updgrade - spring boot run configuration gone
AnsweredDon't know what happened, it was there yesterday and today after doing the upgrade it's gone. Other saved run configs are present, but that one's missing. Quite annoying since it had a bunch of c... -
Created Please stop auto-enabling the "subscription" checkbox on the payment page
AnsweredDon't default it to enabled like you're currently doing, especially for a user with a history of opting out from the subscription. It feels like you're trying to trick me into subscribing - If I ha... -
Created 2017.3 - Is there a way to widen the run configuraton dialog?
AnsweredThe run configuration dialog in 2017.3 is being clipped down horizontally, whereas 2017.2 expanded to fit the content. Is there a way to use the old functionality or make it a bit wider? I tried d... -
Edited Feasability? A plugin to configure intentions through custom annotations
I recently wrote this question on Stack Overflow about configuring the "malformed format string" intention: https://stackoverflow.com/q/47007947/924597 Somebody answered the question for me - but c... -
Created 13.1 postfix completion - user definable?
Just read the blog post on the new postfix code completion feature - looks like a great idea.Looking at the configuration screenshot - it doesn't look like we can add our own postfix completions.Li... -
Created 13 Beta and Gradle
Currently getting "Bad version number in .class file" when I try to import a Gradle project.Caused by: java.lang.UnsupportedClassVersionError: Bad version number in .class fileI've tried with both ... -
Created Is the internal build option completely gone now?
Or did it just move somewhere I can't find it?The external build option never worked well for me with IDEA 12 and appears to completely fail under 13. It immediately used up all heap in both the ID... -
Created applying a different code style to libraries (especially the JDK source code)
The project I am currently working on uses "2 spaces - no tabs" code style - quite different from the SunJdkStyle code style.Is there a way to have a particular code-style apply only to a particula... -
Created OS X full screen modal dialog problem workarounds?
At the moment, there is a bit of a problem with fullscreen mode on OS X. The problem occurs when you have IDEA in fullscreen mode and a modal dialog needs to be displayed while you're working on a... -
Created How do I attach code for the plugin/devkit module?
The source code (IDEA 11 CE sourcecode pulled from github and updated to the idea/111.69 tag) for the plugin devkit has a very strange structure.For example, the PluginRunConfigurationEditor class:...