Intellij 13.1 project class path with reference within source subfolder...
Since IntelliJ 7 we have a standard project setup as follows: source root = D:\srcmain package: dce example sub packages:dce.bodce.clientdce.util the java source folder also contains resources:...
View ArticleFlex/air : how do I create/use an application descriptor?
Hi all, Sorry for the newbie question, but I'm having really a hard time creating or simply using an application descriptor.The help mentions "create air descriptor template dialog" but I don't find...
View ArticleIDEA 13.1: Wrong cursor position after moving cursor to an empty line
After updating to IDEA 13.1.1 on OS X 10.9.2, I do have the following problem in Editor windows: Assume I do have the following cursor position: After moving the cursor up one line, I do have the...
View ArticleXSL files not recognized as source code?
Hi all, I'm using IntelliJ 13.1.1 version and I'm trying to import a module to a project that has this structure: module - some files |- src |- Java packages |-xsl |- XSL files Well,...
View ArticleProblem downloading 13.1.1 - just how big is it ?
I've been taking EAP patches for a few months but saw a full 13.1.1 was available so I've just tried to download it. In fact there was no problem downloading it but I thought that perhaps I should...
View ArticleEclipse keymap (comment line)
Hi all, what is the shortcut for "comment line" when using the eclipse keymap? Ctrl+Shift+c and Ctrl+/ both do not work.
View ArticleArtifact's setup cleared after external build
Hi, I have a 'Directory content' added to 'my-webapp:war exploded' artifcat under WEB-INF/classes. Each time I run maven build from console the 'Directory content' is being lost. Is it bug or feature?...
View ArticleDisable Specific JavaScript inspection
I need to disable the inspection that causes big ugly red underlines when I return a value from a constructor function (JS/ECMAScript). The exact error displayed is this:"No return value is required...
View ArticleInstalling 13.1
I uninstalled 12.1. I have JDK 1.7_51 both 32 and 64 bit installed. I removed all files in F:\Program Files (x86) and C:\users I pruned IntelliJ entries from the registry. When I install 13.1 I get...
View Articleintelij keeps inserting jars even after i deleted them
hi.. i've just upgraded our pom.xml to use tomcat 6.0.37, which means we also upgraded servlet jars (2.5), however, we also have another servlet jar 2.3, which causes classpath conflicts...
View ArticleDeploying and running multiple WARs on the same instance of Tomcat
I want to deploy and run multiple WARs on the same instance of Tomcat so that they communicate to each other. It seems that I can select only 1 facet to deploy with 1 run configuration.Is there a way...
View ArticleAngularJS Plugin for IDEA 13.1
Hi, the just released new version of WebStorm does contain a new version of the AngularJS Plugin.It seems that that version of the plugin is not jet available for IDEA: Plugin included in WebStorm:...
View ArticleReformat code does not reflect my code style config for tab indent
I have searched a number of times and have not come up with any answers. My problem is that I open the code style, select general, then select project. The default settings are 4, 4, 8 respectively. So...
View ArticleHow to use the deployment "upload to..." functionality to stage deploy a VCS...
When I do a VCS commit, I have the the fantastic functionality to upload all the changed files to our test server upon check-in. This is great. However, once testing is complete and approved, I'd like...
View ArticleMaven Profiles integration with parameters in pom
Hello, I created a pom with several profiles in, one profile containing parameters (username and password) that need to be supplied. If I run maven command line with -Duser=blah -Dsecret=blah, it seems...
View ArticleGradle fails to sync/refresh
Hi there,I'm willing to create an Android project with Gradle Androi Module, but as soon as I create it, I have an error I don't understand and I have no idea to resolve it. It says"Gradle project sync...
View ArticleSharing external tool config via version control
Hi, In my project I need to create some properties file using a script. To achieve this: I added the "script" as an external tool. 2. In run/debug configuration specified the external tool inside...
View Articlehaxe debug -- waiting for player to connect then nothing. . .
New to Haxe & Intellij. Coming from Flash Builder 4.7. Trying to make sure I can do everything I need to do before I spend the money for the licence. I've set up the haxe file and have no problem...
View ArticleDart plugin: equivalent of DartEditor "Run as Javascript"
In the DartEditor, the Javascript version of a Dart application can be executed by selecting "Run as Javascript". Is there an equivalent function available in IDEA with the Dart plugin?
View ArticleCannot type name when extracting variable,field or constant in 13.1.1 (CE)
After upgrading to IntelliJ 13.1.1, I cannot type the name of a new variable, field or constant (and probably also parameter) when trying to extract them. It does show the suggested names, with a...
View Article