How to dock floating Watches window?
i.e. how to make it stick to the edge of IDEA's main window?
View ArticleHow can I know about place from there I've falled in finally block?
Hi! I am working in intellij idea. How can I know about place from there I've falled in finally block? For example, there is code: try{ }catch{ }catch{} //some code finally{ // For example, I am...
View ArticleCrash course? Training?
Need a crash course -- anyone know where to get started? I am willing to pay someone for one:one training --- Want to use: Google App Engine Java with Intellij IDEA Apps: mobile IOS and Android Need...
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 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 ArticleHow can I stop github integration?
Hello, I shared a project on github via IntelliJ but I no longer want to do this. How can I stop IntelliJ from continuing this git integration? I have deleted the repository from git hub its self but...
View ArticleHow can I work in community edition with glassfish?
Hi! How can I work in community edition with glassfish server app? Or what should I do in order to begin working with glassfish server from intellij idea community edition? Thanks.
View ArticleRules for arrangement methods by name
Hello there, I try to arrange methods in following order: onAttach(Activity) onCreate(Bundle)onCreateView(LayoutInflater, ViewGroup,...
View ArticleGWT 2.7 Super Dev Mode and IntelliJ 14
I'm trying to do a pretty simple test of GWT's Super Dev Mode and IntelliJ 14 (138.2458.8). Specifically, I want to see the file-by-file recompilation working, and then demo it to my co-workers. To do...
View ArticleJava code style - align question
Hi, I am fighting with align/wrap configuration for java code style. I have a following code: return...
View Articlecom.intellij.ant.Javac2 - Class not found
Hi, I am getting Class not found error in build.xml for <taskdef name="javac2" classname="com.intellij.ant.Javac2"/> I am using Intelli J 13.1 on Mac OS X. Any help is much appreciated....
View ArticleCant deploy artifact in Tomcat 7
Hello. I'm using IDEA 12 and I'm working on the most basic project setup possible. I'm having 2 classes in my project and a simple artifact setup (exploded web app) which seems to work when I copy it...
View ArticleHow to dock floating Watches window?
i.e. how to make it stick to the edge of IDEA's main window?
View ArticleSoftware for that forum
Hey Guys , Maybe I am a bit off topic here, butI am very curious about the platformyou use for that forum, what is it ? and if by any chanse I can use the samefor my project ? Thanks Roman
View ArticleIntellij SVN randomly skips committing files
IntelliJ 12 SVN doesn't always commit everything that it needs to. I don't have any faith in the IDEs versioning integrity and so I am forced to use tortoise SVN, but I find this a ridiculous thing for...
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 ArticlePassing --stacktrace and --debug options to gradle
Hi I am using Intellij IDEA 14 public preview. My application is a grails application and uses gradle to build. When I import the project in IDEA, the project imports successfully. I get an error...
View ArticleI'm having issues with IntelliJ building when I make changes to maven files.
Originally from http://stackoverflow.com/questions/25769094/how-do-i-rebuild-make-iml-files-in-maven-multi-module-project-in-intellij-13-1 I'm working in a multi-module maven project in Intellij. There...
View ArticleHow can I get full coverage on class of static utility methods?
Consider the following minimal class: publicabstractclass UtilityClass { private UtilityClass() {} publicstaticvoid utilityMethod() {}}When I run the tests with coverage, the empty constructor...
View ArticleRules for arrangement methods by name
Hello there, I try to arrange methods in following order: onAttach(Activity) onCreate(Bundle)onCreateView(LayoutInflater, ViewGroup,...
View Article