Improperly parsing environment variables in pom.xml
we have a simple system property set in our pom.xml <systemPropertyVariables> <spring.profiles.active>${SPRING_PROFILES_ACTIVE}</spring.profiles.active>...
View ArticleEclipse's variables like ${project_loc}, ${resource_loc} in run...
Hello!I find much more comfortable IntelliJ than Eclipse. But there is currently a feature I really miss: to be able to define run/debug/external tool configurations that are parametric, or context...
View ArticleUsing a 64-bit Java compiler in IDEA 13
We have a fairly large Java codebase (roughly 20 K classes) that we are in the process of moving to Java 7. With a compiler heap size of 1 GB the project Ant script builds this system in 7 minutes...
View ArticlePHP code auto completion in IntelliJ IDEA 13
Hi, I just purchased IntelliJ IDEA 13 yesterday, and I am going to use it as my PHP IDE currently. But I face a problem how when I use ZF2, the code suggestion not working in controllers but it works...
View ArticleDisable text "rollups"?
IDEA does this thing where it hides text by replacing it with something shorter. Here is an example: log4j.appender.filer.File=${user.home}/logs/app.log gets replaced with:...
View ArticleSVN compare branch popup not appearing
Hi all, trying to compare two versions of a source file, I get the following behavior: Right-click the source file, select "Subversion | Compare with..." (not compare with branch)Message "Collecting...
View ArticleMake IDEA a better editor!
IDEA's strength has always been that it is a great editor in addition to a great IDE. I have a feeling that this strength has been somewhat neglected in recent times.The most recent improvements that I...
View ArticleUpdating git plugin to switch context when switching branches
Hi all, I am new to this community. I want to update the git plugin to solve the following issue: Switch Context when switching branches in git: http://youtrack.jetbrains.com/issue/IDEA-69150 I have a...
View ArticleDefaults in Android preview tool window?
In the Android preview window, how can I select the default parameters for device, rotation, theme, etc?Every time I create a new activity or fragment, I have to select the parameters again.
View ArticleFlexUnit not load file in source folder
If i test loading files then must manualy copy all files from data source to test folder. Exist for unit test like copy files how's in Compiler options?
View ArticleFlex/ActionsScript field watchpoints can't be defined
When I use the 'Search by Name' tab, typing the class name does nothing. When I use the 'Project' tab, nothing happens when I select the class. I checked the documentation, and it doesn't work at all....
View ArticleJava code formatting not working properly
Hey there! I'm using IntelliJ since a few days. Everything is really nice so far except one thing that annoys me really!I've setup the code formatters according to my wishes (hell, there's a lot one...
View ArticleClearCase Remote Client
Hello, I was just wondering what the plan is for supporting Clearcase Remote Client as another VCS? I see there is an issue in Jira for it (http://www.jetbrains.net/jira/browse/IDEA-14670), but is...
View ArticleGit Error on Commit
I'm having a problem using git to commit a change. When I run it through IntelliJ I get the error message. There is no other information. Error executing git commit --only -F...
View ArticleIntellij 13 import and configure JEE app create with Eclipse+JbossTools
I create the app with Eclipse and JBoss Tools.After importing it into Intellij my problem is configuring modules and artifact to package and deploy to the application server.Attached pictures of the...
View ArticleI can't use PHP Plugin in IntelliJ EAP 134.1160
Hi, I have installed IntelliJ EAP 134.1160 - there is no PHP Plugin. When I open a .php File a got an message, that ther is a PHP Plugin to install. I do that, and I it look good - the IDE ask to...
View ArticleSVN compare branch popup not appearing
Hi all, trying to compare two versions of a source file, I get the following behavior: Right-click the source file, select "Subversion | Compare with..." (not compare with branch)Message "Collecting...
View ArticleRuby 2.1.0 language level issue
I'm using IntelliJ 12.1.6 with the latest Ruby plugin, and I installed Ruby 2.1.0 (ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin13.0]) on my Mac with the latest version of rbenv. In IntelliJ...
View ArticleEditing files with JPA queries unbearably slow
Hi, I am trying to edit a source file with has some JPA queries, and it's unbrearably slow. Has anyone else experienced this? Any known fixes?I am on Mac OS X Mavericks, using the latest build of...
View ArticleCurly brace completion like pycharm in IntelliJ
Does anyone know how to make the editor close {{ and {% like pycharm does in IntelliJ? It's very convenient when working with jinja2 templates. Thanks!
View Article