Top "Intellij-13" questions

IntelliJ IDEA is a popular IDE by JetBrains.

IntelliJ beginning of file keyboard shortcut

Is there a keyboard shortcut to move to the beginning of a file? I checked IntelliJ's Keymap for Mac OS …

macos intellij-idea keyboard-shortcuts intellij-13
Intellij IDEA artifact 'XXXX:war exploded' has invalid extension

Every time I make even the tiniest change to my POM Intellij removes the .war extension for my exploded artifact …

maven intellij-idea java-ee-7 intellij-13
Intellij, project navigation. Expand all folder and file tree

Is it possible to expand the entire project tree in Intellij? I would like to do this so I can …

intellij-idea intellij-plugin intellij-14 folding intellij-13
IntelliJ IDEA not showing my module/project

Suddenly, IntelliJ IDEA is showing the following module view with a strange yellow colour in the background. I don't know …

intellij-idea project project-management setup-project intellij-13
Intellij maven imports have broken classpath

I'm using Intellij 13, I've been using Maven quite happily for awhile now to manage the JAR dependencies. But the last …

maven intellij-idea intellij-13
Error: scala: No 'scala-library*.jar' in Scala compiler library

Environment: Play 2.3.0/Scala 2.11.1/IntelliJ 13.1 I used Typesafe Activator 1.2.1 to create a new project with Scala 2.11.1. After the project was created, …

scala intellij-idea playframework-2.0 intellij-13
How to stop or limit indexing in IntelliJ 13?

My IntelliJ 13.1.5 constantly indexes my project which really slows my machine down. It does it when I rebuild my project …

intellij-idea intellij-13
`-Dmaven.multiModuleProjectDirectory not set` issue with Maven and IntelliJ

I've spent quite some time trying to figure out what I'm doing wrong and hoping someone may be able to …

java maven intellij-idea intellij-13
Intellij IDEA java.lang.NoSuchMethodError: scala.collection.immutable.$colon$colon.hd$1()Ljava/lang/Object

I have a following function: def removeLast(list: List[Int]): List[Int] = list match { case List() => List() case List(…

scala intellij-idea sbt intellij-13
IntelliJ IDEA 13.1 - Updating maven repository index authentication failure

When I want to update indices from the central Maven repository, I always get an error: java.lang.RuntimeException: java.…

intellij-idea maven-2 intellij-13