source isn't updating with new JDK
I recently installed IntelliJ so I'm still really new to it. When I installed it I had JDK 1.6 (x86) installed. But I ran into issue when compiling some code that had a switch statement with a string...
View ArticleIDEA Ultimate vs other IDEs
So I'm a little confused with how Jetbrains IDE's work. From my understanding: PhpStorm, RubyMine, PyCharm (Professional) all contain the features of WebStorm (but some plugins may not be set up by...
View ArticleWhy am I seeing so many JavaFX CSS inspection errors?
Hi, I'm using IDEA Ultimate 14.0. When I'm editing JavaFX CSS files everything mostly works. However, I get frequent inspection errors on things that I don't believe are errors. It mostly happens...
View ArticleMaven "Threads" option doesn't work
Hi everyone,I noticed that using the "Threads" option in the maven plugin's defintions doesn't do anything when I'm doing maven builds from within intellij using the Execute Maven Goal option.First, I...
View Articlemix source and resource content root
Our (large) project setup contains a large set of folders and subfolders with a mix of source (java) and resource files (xml, properties). Our setup before idea 13.1 was a project were we simple added...
View ArticleCode style rule priorities
Hello, I've been using IntelliJ for some time now and I ran into a problem with my code style settings. Some examples: This is how I want it to look:blockedYLadder =...
View Articlescroll gestures not working for me
Hi all,I'm using Android Studio, which I'm told is based on this IDE. While two-finger scrolling and side-of-the-trackpad scrolling works for me in other apps, nothing happens in this IDE. I have to...
View ArticlePython plugin - builtins not working correctly.
Hi, again. I've been using Pycharm Community and decided to use the Python plugin instead. Builtins are not working correctly with 3.4. "len(x)" highlights the closing parenthesis and gives me a...
View ArticleReformatting doing some odd indenting
I'm seeing a new problem with IntelliJ 14. I have a project with several modules.When I reformat java source, it's not honouring my settings of 4 space indents. Instead it's using 2 spaces. What's odd...
View ArticleDependency 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 ArticleFiles at project level?
Hi, I have a multi-module project, but I also have some files in the project directory. Is there a recommended way to edit things that are part of the project, but not in a specific module? For...
View ArticleIDEA 14 Autopopup code completion not working
Hello, with the new IDEA 14 my Autopopup code completion isn't working (The Setting is checked) I get an IDEA Error everytime I wait for it to pop up. 11:31:03 NoSuchMethodError:...
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 ArticleIDEA 14 is incredibly faster with HotSpot Client VM
I noticed IDEA 14 was really slow, especially on startup. Then I found that "-server" is listed as an option in idea.vmoptions. I didn't put it there so I guess it's the default? I really recommend to...
View ArticleImport Database Schema - hangs with large database
I have an oracle database with a dozen schemas and hundreds of tables each, over 10K tables total(Oracle Forms Application). After pulling in Schema, the dialog is not responsive attempting to...
View ArticleDownloading Libraries from Maven Repositories
Ubuntu Linux, Intellij 14, Ultimate Edition. I have a new project, created from the Java Command line template. There are no code changes at all. I would like to add a library by browsing to the Maven...
View ArticleReplace Constructor with Factory Method
Hi, The, Replace Constructor with Factory Method, refactor uses a method name with 'create' as a prefix to the class name. Does anyone know if it's possible to change this default name - I want to use...
View ArticleNew plugin to build Android apps with REST/JSON APIs
As the product lead in charge of developers at Magnet, I invite you to check out a new open source product we are about to release: rest2mobile. It's an IntelliJ IDEA plugin that generates native code...
View ArticleJre expected but jdk found
Hi, After update to intellij 14 can't run simple one-class 'main' method application. This in the log: 2014-11-06 15:48:38,000 [2713286] INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED...
View ArticleDisable rich-text copying?
Is it possible to simply disable rich text copying in IDEA 14? I sometimes copy from IDEA and paste into Evernote, and as if IDEA 14, the pasted text often ends up huge and green. It takes extra steps...
View Article