Spring MVC - Tomcat Deploy Configuration - Should I have "make" step before...
Hi everyone, I'm new with IntelliJ and I have Spring MVC project (on maven). I created the tomcat deploy configuration and added "build war exploded artifact" step to the "Before launch:" section. So...
View ArticleWhen using the GUI Design to paint UI, why not set layout is null?
hello all,When using the GUI Design to paint UI, why not set layout is null?
View ArticleIDEA 14 Community Edition
I often work with binary data. 1.How I can see binary(hex) values in Watch window for ordinary variables and digital arrays? 2.byte array bIn variables window show as hex - b[i]=0x99If i try edit this...
View ArticleUsing MoveClassesOrPackagesRefactoring to refactor a java file
I am trying to write a code which can refactor an input project. I know the file I want to refactor and I want to create a new package in which I want to move this file. (Although unconventional but...
View ArticleSome odd error reporting when parsing weblogic-ejb-jar files
I attached a screenshot from one of our weblogic-ejb-jar files to demonstrate the problem. There is nothing syntactically wrong with the file and sometimes it actually opens up in the editor w/o...
View ArticleGradle debug breakpoints not working in 13.x / 13.1
Not sure if no one else has run into this, or if I'm somehow doing something wrong. But I can't use any breakpoints in my Gradle projects in either 13.x or 13.1 EAP. When the build runs, an error...
View ArticleHow to do a Maven Clean on project import?
Is there a way I can add the Maven lifecycle CLEAN to IntelliJ during "Add Maven Projects" or "Reimport All Maven Projects"? What I am noticing is Maven projects that I reimport into my workspace often...
View ArticleHow can I build and run IntelliJ from source?
I found the instructions at: http://www.jetbrains.org/pages/viewpage.action?pageId=983225 and built using ant, but I'm not sure how to actually run IntelliJ after building it. How should I do this? And...
View ArticleIs there a way to "expand all" after a "find in path" (ctrl+shift+f)?
Is there a way to expand all after a find in path (ctrl+shift+f)? I've looked everywhere. I always do this, so wondered if there is a way to automatically do it
View Articlepackage not found issue
i have a class in a project that has an import for org.restlet.data.Status. this is an old class that hasn't changed in years. i use intellij 13.1 community edition. today i installed the trial...
View ArticleConfigure simple Javascript debugging
Just wasted a few hours of head bashing of what should be a trivial debug configuration. I created a new Static Web project using IDEA 13.1.4 .I have a subdirectory that I must make the web root in a...
View ArticleHow do I configure IntelliJ 13 to show all compile errors in my Java project?
Hi, I am currently using IntelliJ 13 and I am working on a multi Maven module Java project. Unfortunatelly IntelliJ does not show me all compile errors in Java classes before I explicitly open the...
View ArticleSpring MVC - Tomcat Deploy Configuration - Should I have "make" step before...
Hi everyone, I'm new with IntelliJ and I have Spring MVC project (on maven). I created the tomcat deploy configuration and added "build war exploded artifact" step to the "Before launch:" section. So...
View ArticleWhy doesn't my project build after cloning from git?
I have a project that consists of a two modules: one that I wrote and a module that I imported using Maven. After I imported the project I had to mess around with it for several days before I could...
View ArticleReally IDEA13 not supporting JDK 7/8
Awesome I spent the better part of a sunday morning trying to run a simple hello world JEE Web app (JSP) I was getting the : "Server is not connected. Deploy is not available." when running the...
View Articlegit diff no longer works in Update Project Info tab
OS X 10.8.3IntelliJ 12.0.4When I pull the latest from github, the Update Project Info tab shows the files that have been updated, but when I CMD+D to diff any one of them, the diff window shows the...
View ArticleKeyboard shortcut to switch from tool window to active editor
There does not appear to be any single keyboard shortcut that can be used to switch from a tool window back to the active editor. Some things that don't work:Some tool windows allow you to use F4 to...
View ArticleUsing MoveClassesOrPackagesRefactoring to refactor a java file
I am trying to write a code which can refactor an input project. I know the file I want to refactor and I want to create a new package in which I want to move this file. (Although unconventional but...
View ArticleCode completion not working inside pom.xml
Hello, I am using IntelliJ 13.1.5 on Mac OSX Mavericks.Since today I have problems with the return and tab keys in pom.xml files (they are not functioning any more).When I try to do auto-completion...
View ArticleDebugging Dart application sometimes not working?
Hi, I am very new to Dart, so I am unsure if I am doing something wrong or not, but the debugging of a Dart application does not always seem to work. I am trying to follow along with the "Alvast, Ye...
View Article