Dependency on Java6 for OS X getting old
I won't even bother diving in to the EOL nature, but the bigger problem is that, as of today, Java6 for OS X appears nearly impossible to download: http://support.apple.com/kb/DL1572 Shows up blank for...
View ArticleHow to change IDE fonts?
Hello, Intellij 13.1.5 on Xubuntu Linux 12.04. In my XFCE linux UI, I can change the pixel per inch settings to notify the UI of the number of pixels to use to scale the UI to match my high-resolution...
View ArticleIntellijIDEA vs Webstorm
I've been happily using IntelliJ ofr a year or so and it's now time to upgrade to 14 or??? I have an idea that IntelliJ is a superset of the other more specialized JetBrains products like WebStorm. Is...
View ArticleWhy doesn't IntelliJ recognize JavaFX CSS files?
This used to work, but for a while now, IntelliJ doesn't recognize JavaFX CSS files and offer auto-completion, etc. It does recognize it as a CSS file but doesn't seem aware of the JavaFX specific CSS...
View ArticleBreakpoints in Mac OS X 10.10 and Ruby
I've been using RubyMine for quite some time, but decided to give IntelliJ IDEA a spin with the Ruby Plug-in. In RubyMine I can add breakpoints to my code without any issues, but I can't seem to add a...
View ArticleRecommended VMOptions for Running IDEA 14 on Yosemeti and Java 8
I'd like to hear suggestions for VMOptions running IDEA 14 on Java 8u25. The project is fairly large with ~400 dependencies and ~12K java classes.
View ArticleJUnit tests do not use test resources properties files
When trying to run a JUnit test I'm getting the wrong values for a properties file. There are 2 versions of this file, one for the regular Java code and another for tests. My project is built with...
View ArticleIdle timeout of gradle daemon always 60 seconds
When i start a gradle task inside IntelliJ, the idle timout of the gradle daemon is always set to 60 seconds Is this a bug or a feature? I have set org.gradle.daemon=true in the gradle.properties file,...
View ArticleWorking with Gradle and Module Groups
Hello, I'm trying to migrate from v12 to v14. I have quite complex modules structure where individual source modules are grouped into module groups. +--mg1 | +--m1 | +--m2 +--mg2 | +--m3 | +--m4 |...
View ArticleIntellij IDEA jdk bundled + MBPr 13 = bad UI performance
If you have encountered the bad UI performance issue on your MBPr 13, you may take a try on JDK 9 b38.'[macosx] Performance problems with Retina display on Mac OS X' is listed in its change list. 1....
View ArticleHow to install idea plugins from the command line?
Dear, I would like to script some installation process, so I need to add some plugins to idea . How to do it ? thanks Regards
View ArticleHow do I activate “The new folding that shows parameter names for method...
Hi, How do I activate the new function that shows parameter names for method values in IntelliJ 14? https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP I saw this function (and liked it!) in...
View ArticleProblem with Endorsed directories on IntelliJ IDEA 14
We're currently making the move from version 8.1.4 to version 14 of IntelliJ IDEA. I've done this by installing version 14 and creating a new Project which mirrors our version 8 project. The project...
View ArticleIDEA 14. Debugger inline variables view
Hi. Is there a way to turn off inline variables view in debugger? I haven't found such an option in Preferences.Is thre a way to change colors for inline variables view? Couldn't find corresponding...
View ArticleConsidering Purchasing a Personal License and Would Like Some Input
Hello, I'm looking to up my game in the near future, and considering purchasing a personal lisence for IntelliJ. I've found that there are a few things I cant do, or cant figure out how to do, with...
View Articlequasiquotes not working in IJ14 on Mac Mavericks and Yosemite
After installing the newly released IJ14 Community Edition - the quasiquotes (which had been working on IJ13) popped up on the radar. I tried it on Mavericks and all quasiquote come up as "red" on the...
View ArticleHow to install primefaces elite 5.1.2 into intellij
This should be easy, but I cannot get intellij to recognize primefaces elite 5.1.2 . How does one install the library? Is there a way to use login credentials in maven so that it could then pull the...
View Articlecode completion/inspection for templates
Hi, I have my templates in a subfolder of my project (projectroot/tmpl).The templating code lives inside index.php in teh projectroot directory.When I need to insert a resource (<img...
View ArticleChange color of code fold markers and guide lines?
How do I change the color of the code fold markers in the gutter and the guide lines?
View ArticleReindexing may not be honoring exclusion list
I'm developing an application with ember-cli and find that the project reindexes every time that ember server rebuilds the project (after every file change). The relevant directories have been...
View Article