Is IDEA-122691 fix present in 13.1.2
Anybody know if the frequent IDE crashs bug http://youtrack.jetbrains.com/issue/IDEA-122691 is really fixed in 13.1.2?This major bug is not listed in the release notes?...
View ArticleCannot 'run all tests...' anymore
Hi, I have been frequently running all the tests in a package/directory by right clicking the directory or module and selecting 'Run all tests'. At some point though this has stopped working - intellij...
View ArticleUse single quote instead
The default in the editor is in Double Quote. Is it possible to set it to single quote? For example, if I type color="", the double quote is automatically inserted. How to set it to single quote...
View ArticleBranch Coverage Percentage
I was wondering if there was any way to get the percentage of branch coverage when using the IDEA code coverage runner. I can see what branches are covered in my file, but I didn't see any way to get...
View Articleincrease memory
Runtime rt = Runtime.getRuntime(); long totalMem = rt.totalMemory(); long maxMem = rt.maxMemory(); long freeMem = rt.freeMemory(); double megs = 1048576.0;...
View ArticleHow do I move / drag tabs from one group to another?
Hello, I often work on 2 source files at the same time, so I split the view up in 2.However, quite often I need to move tabs from one split pane to another. I have tried dragging and dropping the tabs...
View Articleconsistency
I wish Intellij would use a traditional red x in the upper rightcorner as the close icon. I squint at the existing icons and try toguess if they truly mean close.-- Roedy Green Canadian Mind Products...
View Articlev13.1.2 unstable? (lost cursor and then ignore keystrokes)
Hi, Since I updated to IJ 13.1.2 CE (on XUbuntu 13.04), I often experience a lack of responsiveness which eventually (after a few hours) makes the cursor disappear and few keystroke later, the editor...
View ArticleSorting Methods and Declarations
Rearranger has stopped sorting methods and declarations. I wrote a primitive Rearranger. It parses declarations or method headers, and passes the fields to acomparator. It then can decide what order it...
View Articlerun/debug configuration location
Where are the run/debug configurations hidden? I looked in:C:\Users\Roedy\.IntelliJIdea13F:\Program Files (x86)\JetBrains\IntelliJ IDEA 13.1and the registry, no joy Are they is some sort of encrypted...
View Article13.1.2 Regression in Tomcat logs view filter?
Anybody else seeing problems with the container logs view in 13.1.2? Seems the filter on the right is no longer filtering as-you-type. It was always a bit flaky as it refreshes with every keypress but...
View ArticleWhat plugins do I need to get WebStorm functionality in IDEA?
My company (Java + AngularJS shop) is evaluating both IDEA and WebStorm. Based on some Googling, it looks like IntelliJ IDEA is a superset of the *Storm editors, assuming you install the proper...
View Articlehope idea can support wildcard support with find in path operation
as same as the title, the regular option is not very convenient, hope "find in path" can support wildcard such as * and ?, so we can use "insert into*document" as the text to such
View Articlerunning offline inspections: license needed?
Hello, I was thinking of running IntelliJ inspections offline, as part of the CI build. I understand this can be done by running a shell script as described here:...
View ArticleIntelliJ 13 hangs frequently
I'm using build 135.480 on Ubuntu 12.4. IntelliJ seems great when it works, but it seems to be rather fragile. I find that several times / day I have to restart the IDE, as it hangs doing background...
View Articleend markers
Eyeball Blocking One of my big complaints with the Java computer language is you can’ttell where some source code group ends without a detailed analysis ofevery {} inside the group. The } is overloaded...
View ArticleImpossible to set global SDK after upgrade to 13.1.2
Upgraded on Apr 24 from 13.1.1 to 13.1.2 IntelliJ comes up without Global SDK set (why?!) and any attempts to set it result in errors - errors go in idea.log only, without any explanation in the IDE...
View ArticleGroovy enum errors being flagged by the IDE
I have a groovy project with an enumeration, and I'm getting spurious errors that seem to indicate that IntelliJ is attempting to parse the file as a Java file rather than a groovy file. ';','}' or new...
View ArticleRspec 2.9.0 in IntelliJ
Hello, I'm trying to run my Rspec tests from within IntelliJ.This is not a Ruby on Rails project, but a base Ruby project with Sinatra. I am using bundler however to manage the gems I use.The structure...
View ArticleCan I get rid of the "Compilation completed successfully" popup?
Whenever I compile (or launch, with a pre-launch "Make") my Flex project, I get the following popup: In Settings -> Notifications, I have "Compiler" and "Flash Compiler" set to "No popup": What am...
View Article