How to Save Customized Settings
Hi, I'm trying to develop a plugin for IDEA. I created it as a tool window so it can be accessible in view -> tool windows menu. And I want to add a customized settings for this plugin. I...
View ArticleExport settings and share them with other developers
Hi! I've sucessfully exported all my settings into one jar. My goal is to be able to copy this jar to other developers so that we have the same base settings. In the jar, one of the files (namely...
View Articlegradle.properties is being ignored
I need to change the JDK that Gradle uses. To do so, I created a gradle.properties in the project root with the following line: org.gradle.java.home=C:/Java/jdk1.6.0_23 If I run gradlew from the...
View ArticleIntelliJ IDEA + AIR + Flash Pro IDE
Is there a way to edit, compile and debug a Flash Pro IDE AIR project from IntelliJ IDEA? Meaning, I have a Flash Pro .fla with a library linked to .as class files. I want to edit the class files in...
View ArticleIntelliJ and the latest Android SDK
The recent update to Android SDK, including new releases for Support library, Gradle 2.0 and others affected AndroidStudio a lot - I had to update to latest 0.8.1 version, play around with used...
View ArticleOverride pom.xml dependency with local module source
Given a project consisting of two Maven-based modules, foo-common and foo-server, how can I make foo-server resolve classes based on the locally modified foo-common rather than the foo-common...
View ArticleHow to go to specific code line
Hi everyone, I'm trying to make a JButton to take class name and code line as parameter, and I want to move the cursor to given line in the class. But I don't know how to move the cursor. I appreciate...
View Articleincorrect java and gwt compile errors
Hello, I have just installed intellij IDEA 13.1 on OSX mavericks. I am working on a grails gwt project and I seem to be getting these strange compile errors that claim some methods do not exist in the...
View ArticleBreakpoints in coffeescript not stopping in the right place
Hi,using IntelliJ IDEA 13.1.2, withh npm coffee-scipt 1.7.1. IDE breakpoints never stop in the correct place - always a few lines before/after. Are there versions compatible?Gilbert
View Articleproblem importing build.gradle
Hi, When i try to import a gradle project I could import the java files properly for all the modules however, the external dependencies are not getting resolved. Weird issue is when i select CTRL+click...
View ArticleAPI reference from source
Sorry if has been asked before I am a migratory use from Eclipse. When highlighting a method and using CTRL-P (parameter info) I see a basic arglist (very rudimentary) which quite frankly isn't that...
View ArticleHow To Implement New AIR 14 Packaging Options?
Hello, AIR 14 has some new packaging options, and I was wondering the best way to try these out with IDEA. Will there be provisions for these new options in the UI at some point? thx
View Articlepure actionscript web application not throwing errors
Hi -- I've been using IntelliJ IDEA successfully with creating mobile apps in actionscript and writing PHP & Javascript. But today I needed to create a web application in pure actionscript and it...
View ArticleAndroid First Project-Emulator crashes
Hi, I am trying to debug and run a basic Android project in 13.1. It appears to be correctly configured, latest SDK set up. When I try to debug/run the project on the Win 8.1 x 64 desktop on which...
View Articleaapt "--output-text-symbols" error in Idea 13
Added Facebook SDK to simple project (various ways)In Idea 12 all compiled correct and work.In Idea 13 it is not compiled.It says aapt "--output-text-symbols" error. I checked all facebook's resources...
View ArticleLatest EAP (138.1029) doesn't list installed plugins
Anyone else having this issue? Is there a workaround?
View ArticleNo 'Java EE 8' option under drop-down list while creating new project
Hi,I'm using IntelliJ 13 on Mavericks. I've just updated from JDK 7 to JDK 8. But when creating new project, there's no option to choose Java EE 8. Output of 'java -version' correctly points to Java...
View ArticleLogs for Code Style
Hi guys, Is there any way to get log file for Code Style and Android Lint errors? Does Intellij keep logs for code style warnings? I am writing a git hooks script that will abourt commit if there is...
View Articlehope idea improve add jar reference operation
I am not sure put the topic here is is correct. if it is incorrect please move it . in idea 13, when I want to add a jar reference (dependence in classpath ) the dialog shows all partitions and...
View ArticleDoes JetBrains have any plan on merging the IDEs into one?
I found it will be very useful if all the IDEs are bundled into one single application. If its one IDE then SQL, Java, Python and C++ can interpolate with each other. It will also be nice if a bundle...
View Article