What JDK to run IDEA 11 on OS X 10.8 Mountain Lion?
Dear all, I am trying to run IDEA 11 on a clean version of Mac OS X 10.8 Mountain Lion. I installed JDK 1.7.0 09 from the Oracle site and "jave -version" from the command line confirms that it has...
View Articlenewline in replacement strings, again
Hi, how do I put newline characters in replacment strings? I'm using IDea 11.1.4. TIA /Ulf Andersson
View Articleforce IntelliJ to fail the compilation on NonNull violations
I have the simple code below for testing the NonNull annotations in IntelliJ. Then I go to:IntelliJ -> File -> Settings -> Inspections -> Probable bugs -> Constant conditions &...
View ArticleUnable to debug application IDEA 11.1.4 on OS X 10.8.2
I updated (also downloaded a new copy) to IDEA ultimate 11.1.4 and the debugger no longer works. The symptom is that when starting a debugging task, even on a simple "hello world", application will...
View ArticleIncluding module descriptor (.iml) in a Jar artifact?
I'm trying to create a jar artifact which includes everything required to setup and build the project in IDEA. I can include project files (contents of .idea directory), sources, etc without problems....
View ArticleClassNotFoundException: Exception in CommandLineWrapper
When I run my code with the CommandLineWrapper, I get the followine exception in IDEA 11.1.4 (on Windows 7). The java location is not the problem. What else could cause this problem? "C:\Program...
View ArticleFreemarker inline refactoring
Is it possible to create a plugin that uses the Freemarker lexer to inline freemarker macos in the same way you inline Java methods? I have looked into this a little myself but the but it appears the...
View ArticleFLEX 3.6 with Air 3.3
Hi, I'm working on a project where we use flex 3.6 with Adobe Air 3.3. I'm trying to run my tests in IntelliJ, but the IDEA generates an app descripotr with air version 1.5.3. Is it possible that it is...
View ArticleCopy formatted code
Hi,is there a way or a plugin for Idea to copy formatted Java code into the clipboard ? I've found a "copy to html" plugin but it doesn't work in intellij 11. cheers
View ArticleWebLogic 10.3 War redeployment
Hello, I am developping a ZK 6 (web framework) application in WebLogic 10.3 using Idea 11.1, I get a NPE in ZK when I redeploy the War from IntelliJ. To detail the problem, here is a sample scenarioRun...
View ArticleIDEA hangs when undeploying a JBoss EAR
Hello! I have a little problem with IDEA when undeploying/redeploying an EAR archive in JBoss (7.1.3.Final, self-compiled). When I undeploy an EAR with the JBoss Administation Console of JBoss, all...
View ArticleLeft right slide opens up a pop menu in Java Editor
Hi All, I have been using Intellij Idea IDE for more than couple of years and see its superiority on other IDE. At the same time when I slide left or right when in Java editor it opens up the pop menu...
View ArticleHow does this new compilation stuff work?
I'm not sure I'm getting the reason behind it, or using it properly. I've got it compiling every time I change focus or something happens (not sure what), but the errors don't seem to show up (even if...
View ArticleXmodmap arrow keys not working in intellij idea
Greetings I'm trying for the first time intellij idea after some years working with eclipse. My overall opinion is that is better especially for Presentation layer (I work with richfaces over seam)....
View ArticleComparing External Directories
Hi, I love the Compare Directories feature. Can you use it on external directories? i.e directories not within an IntelliJ project? I'm trying to avoid buying a tool like Beyond Compare.
View ArticleHow to add the class's implemented method to the interface?
Hi!How to add some method of class to the interface of this class in refactoring mode?(Java)
View ArticleGradle project in v 12 preview
Hello Jetbrains Community, i have recently downloaded the v 12 preview and want to import a project "from external model". Neither could i find the "Import from external model" dialog nor something...
View ArticleSVN changelists and Eclipse change sets
Hi, Are IntelliJ svn changelists the same as Eclipse change sets? I can't see outgoing Eclipse change sets in IntelliJ and the same is true for IntelliJ changelists in Eclipse. But I see incoming...
View Articleindents
switch ( statusKind ) { case GOOD: { if ( now > goodTimestamp ) { goodTimestamp = now; }...
View ArticleBefore Launch
I am trying out the 12 EAP and really love the new Before Launch section. But it seems the before tasks are not finished before the launch starts which makes the whole thing kind of pointless!?! Am I...
View Article