I am using a third party library in my Intellij IDEA project. When I have the caret on a method name I can hit Ctrl-Q to get javadoc in the 'Quick Documentation Lookup' window, however only the method signature is displayed. This is because the type of object containing the method is an Interface with no javadoc comments. The actual impl...
Since Grails 1.2 there's a documentation engine included: gdoc. The documentation's syntax is based on the Textile format.
Is there some editor support for this? My first choice would be a plugin for IntelliJ, second option on for vim or gedit. Any hints welcome. I am totally a aware that the format is very simple by itself but having ...
I'm working with Maven pom files, and I don't wish to source control iml files.
When I open a project, IntelliJ seems to add some of the iml files it creates to the SVN source control. How can I prevent this?
I have "*.iml" in an "svn:ignore" property on the repository root, but it doesn't seem to prevent IntelliJ from adding the imls.
...
Is there a keyboard shortcut to start a new line on the currently selected line?
I.e. The current line goes down one line and the cursor is on a blank line.
There is Shift + Enter which starts a new line but on the next line. I want the current line.
...
I have installed spring-security-core in a grails project, but for some reason, IDEA didn't automatically pick up the jar files. I can deploy the app and run tests using the grails command line just fine... but IDEA still puts squiggly lines. Is there a way I can get IDEA to automatically pick up jars after I install plugins?
...
For a Java project (with the team of 5-10 developers) should I store my IDE project files (e.g. Eclipse or IntelliJ Idea) in version control system (currently I store only build scripts)? What's the best practice?
PS Do you aware of any tools to automatically generate project files for common Java IDEs according to some descriptor?
...
For some reason the .IntelliJIdea90 folder is under C:\Users\Administrator.IntelliJIdea90 when I installed Idea 9.0.2 on Windows 7 (64 bit). Does anybody have an idea why this would happen?
...
I'm using intelliJ IDEA 9.
It has a function to make a copyright profile and apply to all files I create.
What I'm trying to do is to format the copyright comment right.
Suppose I have a copyright text as this:
Copyright (c) 2010 my.company. All rights reserved.
I wish it to be inserted in files automatically as following:
//////////...
I am new to IntelliJ and to creating XSD files. In the "Create Project" wizard, there is no option to create an XML project. Do I create a Java project and then try to import the files?
...
When setting up a spring mvc project in intelliJ (community edition), how/where do you setup tomcat/jetty so when you click run it deploys to tomcat?
...
Can I see the exact commands IntelliJ uses to build a java project?
...
Hi *,
I was wondering what would be the most practical approach to JSF 2.0 web development using IntelliJ 9, targetting JBoss 6.
My project has a Maven Structure, though I would like to shortcut the build/deployment cycle as much as possible.
How can I exploit the flexibility of an exploded WAR?
Can somebody point me into the right d...
what kind of workarounds would you guys suggest if I want to run a spring mvc project in intellij (free version) and run it on tomcat?
How about a script to push compiled files to a running instance of tomcat?
how would this work?
...
I made a small change to an old java file in IntelliJ and when I save the file the IDE automatically reformats all the code. Normally this would be preferable, however it seems almost every line has unnecessary white space that gets cleaned up. Now it appears the entire file was modified even though I only made a small fix. This will mak...
I am building a scala web project using scala test, lift, jpa, hibernate, mercurial plugin, etc. I am getting instant crashes, where the ide just bombs, the window shuts down, and it gives no error messages whatsoever when I am doing any amount of copy/pasting of code. This started happening once my project got to about 100 unit tests.
...
Is it possible to integrate Issue tracking provider such as SalesForce with IntelliJ IDEA?
A user will able to get a list of open issues from SalesForce with IntelliJ ?
thanks.
...
I have a problem with IntelliJ IDEA 9.0's debugger when I run scala code (scala 2.8).
The problem is that I can't see which case is selected in the match sentence when I make traces step by step.
...
i have a project on intellij and now i wanna run it on intellinj 9 on mac. when i run the project i get the error -> "the JDK is not specifiedfor module "XXXXX" specify the JDK in Configuration project". when i go there in the dependencie for module SDk there is No Project JDk. and when i click on new it is just JSDK, Intellij idea plugi...
i get this error in intellij-idea 9 . "package cern.jet.random does not exist"
what can i do?
...
Possible Duplicates:
in intellij-idea package edu.cornell.lassp.houle.RngPack does not exist
in intellij-idea package cern.jet.random does not exist
i've got this error in intellij -idea 9 .
package edu.cornell.lassp.houle.RngPack does not exist
what can i do?
which library have these...?
...