Code Style example file broken?
E.g. if I click "Ensure right margin is not exceeded" it isn't shown in the example file. Btw. how can I say that a "+" at the end of the line should always go to the next line? test = A + B + C...
View ArticleGWT SuperDevMode stopped working
I have been developing a GWT/Errai application in IntelliJ for a while now, and have used the built in support for SuperDevMode to test and debug my code. Then all of a sudden SuperDevMode in IntelliJ...
View ArticleDisable adding of @Nullable annotation
Hi, Is there a way to disable the adding of @Nullable annotations? We use Guava, and don't want the noise we get from the @Nullable annotation every time we add an anonymous Function/Predicate, e.g....
View ArticleMinecraft modding, IDEA setup
Hello, A while ago (1 year) I was using IDEA to create some mods to the game Minecraft. Minecraft, which is made in java, got a nice modding community which have created easy packages and setup...
View ArticleBug in servlets mapping
When you edit the Assembly Descriptor --> Servlet Mappings --> URL Pattern tab, you can't see the whole word you are typing but only a part of it.Maybe it is a side effect of using larger fonts...
View Articleauto-import choosing broken (for me)
When I have a Class name in red, I used to be able to mouse-over it (or something -- I never could figure out the logic definitively) and see a guess or several offered for adding an import to the...
View Articleintellij idea 12 commit svn error
when i commit file,and the error happed,but when i user svn client 1.7,commit is right...; svn: E200014: Commit failed (details follow):svn: E200014: Base checksum mismatch on...
View ArticleDebugging JSPs with Maven Jetty plugin gives "Warning: Breakpoint does not...
I've been tasked with improving a legacy system which uses Maven for building, and the Maven Jetty Plugin to run Jetty during development. The project in itself consists of one mother pom, and two...
View ArticleMaven EJB Project will not deploy on WebLogic (IDEA 11)
I am trying to get my EJB project to deploy in WebLogic, and it just won't work. I have:IDEA 11.xMaven 2.xJava EE 5WindowsMy Maven projects are very plain. There is nothing special here. And the IDEA...
View ArticleIncorrect path being shown after importing a module... is this the expected...
See the attachment, look next to the google-play-services_lib module in the project tab: C:\d\android\tests\gmapv2_and_async_tasks but it isn't the path for the module but for the project. Is this the...
View ArticleTabs for projects
I would like to request tabs for switching between projects as an alternative to switching windows. It should be like in chrome where the tabs are the topmost elements and encapsulate one process all...
View ArticleRotating wait symbol in Project list whenever typing
Hello, Whenever I type anything in any file in IntelliJ (it can even be a plain text file in which it shouldn't do any parsing), there is a rotating "wait" symbol in the top right part of the Project...
View Articlefilenames & packages are brown!!
When I started IDEA (build 701) today, I found that all of thefilenames & all of the package names are brown. What does it mean? In the doc they say what green, black, and blue mean, but what...
View ArticleSmall bug with code completion in managed-bean tag
If I use editor intellisense for a managed-bean tag in my faces-config.xml file, I get the three mandatory tags (managed-bean-name, managed-bean-class, managed-bean-scope) but I also get an open fourth...
View ArticleProblem with GUI designer early user
So i don't know if i am being dumb or what but my gui designer is no longer displaying compnents the way they should be when i click preview. All of them are displaying small and you can not see them...
View ArticleRuby 5 plugin release date?
RubyMine 5 has been released - does anyone know the release date of the Ruby plugin, v5?
View ArticleSpring SpEL operator - incorrect syntax
Hello, I have noticed that IntelliJ IDEA shows me the "incorrect syntax" when I use the SpEL "first matching selection" operator .^[] in the spring xml config file.I have attached the screenshot with...
View ArticleIDEA 12.0.4 on Mac OS: not resolving ${...} placeholders!
After I have installed 12.0.4, I noticed that none of the property placeholders in my Spring config XML file are being resolved anymore. The place-holders are not high-lighted in red, but hovering the...
View ArticleMissing toolbar one-click button to run opened file unit test?
Hi there, The IntelliJ toobar has the "Run" (green triangle) button, but it only runs the last-ran test, or select to change to previous ran test. However, often times, I want to run a newly opened...
View ArticleIDEA 12 CE, Android & OS X
Hi, I use IntelliJ professionally and wanted to have a go at some Android development in my spare time. I've run into some problems though and I'm at a loss. I've installed the Oracle 1.7 (u13) JDK and...
View Article