Nashorn breakpoints
I was trying out some of the new features in IDEA 13.1.1 (Build #IC-135,480 March 21, 2014) and can't debug a simple nashorn example. Java code (NashornDemo.java): <code>package demo; import...
View ArticleStructural Search Inspection not working for Structural Search that does?
Hello, All - If I issue this Structural Search:$field$ = $something$;if ($field$ == null) { thrownew ServletException($msg$);}with all default constraints via Edit > Find > Search...
View ArticleHow to use a external jar in a Java application
I'm trying to set up IntelliJ IDEA (13 and 12, on Mac) to use a Java class included a jar file for my Java application. The two jars are downloaded from...
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 ArticleClassDefNotFound for tomcat app with META-INF/context.xml
Have run into an issue where I was getting lots of ClassDefNotFound classloader problems, but only when loading the app via IDEA launcher. If I drop the .war into tomcat and start it the application...
View ArticleNot able to Deploy Grail war in tomcat in Intellij 12
I am not able to deploy Grail war in tomcat in IDE intellij 12 or in Spring suit. Can anybody guide me? I do not want to deploy Grail war as external resource in intellij. Grail war should be deploy...
View ArticleError marking not showing under modules on Project window
If I have the following project layout: Project--- moduleA------ sourceFile1------ sourceFile2--- moduleB--- moduleC If sourceFile1 had an error, I don't see the redline marking a problem with moduleA;...
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 ArticleAttribute type checking on field with @Converter
I've created custom type for entity field and made a @Converter for it, But Idea 13.1 claims about 'Attribute type checking'I created a test project on github.Is it my fault or Idea does not support...
View ArticleYUI Official Support [javascript]
I've tried to use the officially supported YUI library, but all that appears to do is install the YUI seed file with none of the modules. Is there something else I have to do to get working YUI support?
View ArticleUsing Apple iOS, Mac UIAutomation
Is there a way enable code completion for javascript that is written for Apple's UIAutomation JavaScript library? And is there a way to debug the UIAutomation JS Scripts using intellij (or AppCode)?...
View ArticleCannot add form to another - IntelliJ 13.1
Hello everyone, When I try to add a newly created form in the UI Designer to another form, I always get this message: "Forms added to palette must have a binding for the top-level component". If I add...
View Articleeditor does not find library containing @NotNull annotation
I created a simple test project that uses @NotNull. I added a dependency on a library that defines it (a copy of the IDEA annotations.jar but with a different name). I added an import statement: import...
View ArticleJava Web Start JNLP debugging
Is there some way to run the trace/debugger on a Java Web Start JNLPapp?-- Roedy Green Canadian Mind Products http://mindprod.com"A great lathe operator commands several times the wage of an average...
View ArticleBuilding IntelliJ project with CI Server
Hi,We are using IntelliJ to develop Adobe AIR application.I want to add it to our CI server, what is the best way? Is there a way to build and test the project without installing IntelliJ on the CI...
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 ArticleWhy do opened files in other splitted sections was removed from 'recent...
Now it kinda confused when you edit file, and you remember it, but can't find it in recent files list.So you find files through 'cmd+shift+n' and gets needed file already opened in another split...
View ArticleRun Android app with the System signature key
Hi all, I recently switched mobile phone operator and the new operator has taken on my old number. However, the number stored in the SIM, which is visible to Android, is incorrect (it is the number...
View ArticleIntelliJ Python Flask: not allowing new line, comma, and opening paranethsis
I don't know what happened, but now there are certain places where intellij won't allow me to use the enter key (new line), add a comma, or make an opening paranethsis. I am doing the Stripe tutorial,...
View ArticleFix for 13.1: AngularJS plugin not working (possibly other plugins, too)
TLDR: If AngularJS isn't working, invalidate the caches (File -> "Invalidate Caches / Restart") to force everything to be reloaded. In case any one else is having this issue: I just installed IDEA...
View Article