Questions tagged [intellij-14]

IntelliJ IDEA is a popular IDE by JetBrains. Originally created for Java, it currently supports a lot more languages, including: JavaScript, Groovy, HTML, CSS, RSS, R, Haskell, PHP, Ruby, Python, Scala, Clojure, Kotlin.

IntelliJ IDEA is a popular IDE by JetBrains. It is often simply referred to as 'IDEA' or 'IntelliJ'. First released in 2001, it is mostly focused on boosting developer's productivity, providing a wide set of automated refactorings to ease codebase evolutions. Rich plugin development API can be used to add almost any type of functionality, including new languages/frameworks support, VCS integation or build management with custom tools involved. Intellij Idea also serves as a base platform for other IDE software: PhpStorm, PyCharm, RubyMine.

The Ultimate (commercial) version of the tool offers support for enterprise class development, while the open-source (free) version is often used for android, groovy, scala and web development. A 30-day fully functional trial of the Ultimate edition for various platforms can be freely downloaded.

Useful links

Intellij Idea documentation

Developer community

Plugin development guide

830 questions
25
votes
4 answers

IntelliJ 14 - Create / Import a Scala / SBT project

IntelliJ 14 supports (in theory) SBT / Scala projects through the Scala plugin, which is still available in the official repo. According to this post "Scala plugin project itself now uses SBT for build and dependency management". However I cannot…
Pablo R. Mier
  • 719
  • 1
  • 7
  • 13
24
votes
2 answers

How does IntelliJ's "Reimport All Maven Projects" button work?

How does IntelliJ's "Reimport All Maven Projects" button actually work? I'm asking this because I see that IntelliJ's reimport button's behavior is different than that of running the mvn command with the -U argument, and it's not clear to me why.
Johnny
  • 14,397
  • 15
  • 77
  • 118
23
votes
4 answers

IntelliJ 14 keyboard shortcuts are QWERTY though keyboard is DVORAK

I'm running IntelliJ 14 using Mac OS X layout running on OS X (Yosemite) IntelliJ is using DVORAK in general but not for keyboard shortcuts. keyboard shortcuts are in QWERTY. As if they were scancode based instead of the key value after…
John Dhom
  • 1,022
  • 9
  • 21
22
votes
3 answers

Run JUnit test in IntelliJ IDEA 14 without choosing configuration type

In IntelliJ IDEA 14 with Gradle plugin I would like to run JUnit test without being asked about configuration type. Problem occurs when I run test for the first time - there is no configuration for this run. I never run tests with Gradle in IDE so…
Marcin
  • 1,469
  • 14
  • 23
21
votes
2 answers

How can you use C++ in IntelliJ IDEA?

The question is in the title. So far I've only used IntelliJ for Java. Do I need to download some sort of Compiler or how can I create C++ files?
user13129928
21
votes
2 answers

How to disable formatting for JavaDoc in IntelliJ IDEA

I want to use style of JavaDoc: /** * Description. * * @param param1 parameter description * @param param2 parameter description * @return return description. * @throws exception exception description. */ How you can see I…
Alexey Nikitenko
  • 2,047
  • 2
  • 20
  • 30
21
votes
5 answers

How do I remove the right hand margin line in Android Studio (Intellij)?

I want to remove the right hand margin line in Android Studio/IntelliJ. I have pointed out the line in question in the image below. I searched Android studio settings and search Google many times.. but I couldn't find anything. How do I remove that…
HWANG
  • 249
  • 4
  • 10
20
votes
2 answers

How to fix these warnings "External file changes sync may be slow" and "The current inotify(7) watch limit is too low" in IntelliJ Project in Ubuntu

I am getting two warning messages in IntelliJ IDEA when I am opening my project. 1. IntelliJ IDEA cannot receive filesystem event notifications for the project. Is it on a network drive? 2. The current inotify(7) watch limit is too low. NOTE: I am…
Rwitesh Bera
  • 389
  • 2
  • 3
  • 9
20
votes
1 answer

How to run Java scratch file in IntelliJ IDEA

I just start using IntelliJ-14 and I want to know about a scratch file. If I create a java scratch can I compile this as a normal Java class. What I Have Already Tried Create a Java class in a scratch file but unable to find any way to compile…
user526206
20
votes
6 answers

IntelliJ target bytecode reverting

For a project that I'm currently working on, IntelliJ gave me the compile error Error:java: javacTask: source release 8 requires target release 1.8. I went into Settings>Build, Execution, Deployment>Compiler>Java and saw that the target bytecode…
dallinski
  • 413
  • 1
  • 3
  • 12
20
votes
4 answers

IntelliJ IDEA: Increase size of bar on the right side of editor

I'd like to increase the size of the bar on the right side of the Editor in IntelliJ IDEA. It's simply way too small for my taste. It is the bar where the warnings or usages are displayed. P. S.: The bar is called Error Stripe.
Harold L. Brown
  • 8,423
  • 11
  • 57
  • 109
19
votes
3 answers

How to modify a List value while debugging in IntelliJ

I need to change a variable during debugging an application. Until now it was just basic variables which could directly be set. Now I need to clear an array so that isEmpty() returns true; ArrayList someList = new…
19
votes
2 answers

IntelliJ - How to squash local branch only

When using Git inside of IntelliJ, how do I squash all of my commits for a local branch? What settings do I use in the rebase branch window? I've tried setting the Onto to local/master and From to my branch, but then it goes and tries to merge…
NikZ
  • 650
  • 3
  • 8
  • 20
19
votes
2 answers

Perform code analysis in IntelliJ IDEA

When I start to commit changes to the VCS, the following commit dialog appears. I checked the option 'Perform code analysis'. If I press commit, the code analysis starts, and when its finished i get the following dialog to view the results of the…
duffy356
  • 3,678
  • 3
  • 32
  • 47
19
votes
1 answer

Intellij, how to disable the incredibly slow animation of tool windows

Is there a way to make intellij a bit snappier and not animate the tool windows? It's incredibly slow as it is, and not very useful.
mjs
  • 21,431
  • 31
  • 118
  • 200
1 2
3
55 56