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 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 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 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 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 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 ArticleCan't use Scala plugin with IDEA 14
I have Scala and SBT plugins installed, but when I click 'Create New project' I don't have an option to create a Scala/SBT project... I have both IDEA 13 and 14 installed concurrently on my OS X...
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 ArticleHow to refer to image resources in javaFX css file to ensure that they are...
Hi all, I am currently writing a JavaFX application and am having trouble correctly configuring the resources. My project, "Project", has a source structure as follows:...
View ArticleIDEA can not get the complete path variable
Hi: When I create a node application in IDEA,and try to run the command `node` in the terminal, however it told me that the `node` command can not found. Then I run the `path` to get the...
View ArticleLicense activation fails with SignatureException: Signature does not match
Just upgraded to v14 (.224) However, after I enter my user/pass to validate my student license and hit OK I get:JetProfile connection error: SSLHandshakeException:...
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 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 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 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 Article