Questions tagged [intellij-15]

Use this when developing with the IntelliJ IDEA 15 IDE for Java.

IntelliJ is the newest of the JetBrains IntelliJ IDEA Java IDE family.

This adds many new features, such as lambda debugging, force return, and an improved UI.

Learn more at What's new in IntelliJ IDEA 15.

191 questions
16
votes
2 answers

How do you change highlighting for all files in IntelliJ?

In IntelliJ, you can change the highlighting level from Inspections to Syntax using a slider. However, this only applies to a single file. Is there a way to make all files use Syntax highlighting by default?
Astrid Yu
  • 337
  • 3
  • 11
15
votes
1 answer

How to manually install IntelliJ IDEA patch update?

I get the following connection error while updating IntelliJ behind proxy (the proxy ping in IntelliJ is working though): Connection Error: Failed to prepare an update: Cannot download 'http://download.jetbrains.com/idea/IU-xxx-patch-win.jar':…
powder366
  • 4,351
  • 7
  • 47
  • 79
14
votes
2 answers

How to access Iterm2 from intellij

I want to configure the terminal console in "IntelliJ Idea 15" IDE to access iterm2 on my MacOS. Tried the steps mentioned here https://www.jetbrains.com/help/idea/2016.3/working-with-embedded-local-terminal.html But it shows an error as…
C V
  • 209
  • 1
  • 3
  • 13
13
votes
4 answers

IntelliJ File mask not working on simple excluding file pattern! Why?

Follows this page https://www.jetbrains.com/help/pycharm/2016.1/find-and-replace-in-path.html?origin=old_help#mask , it should be able to exclude many files using "!" symbol in front of the regular pattern like: *.java, when doing text search inside…
Tim Long
  • 2,039
  • 1
  • 22
  • 25
12
votes
2 answers

Unable to run cucumber features in debug mode in intellij using gradle

When I run my configuration in debug, all the tests are executed without stopping to the breakpoints. Anyone knows how to run/debug the features using gradle? I also tried an application configuration but the system properties "geb.browser and…
rootimbo
  • 337
  • 4
  • 10
11
votes
1 answer

IntelliJ IDEA 15 "Code > Generate" context menu missing "equals() and hashCode()" entry

In my IntelliJ IDEA 15 (build 143.382), the context menu invoked via "Code > Generate" is missing the "equals() and hashCode()" entry. How can I configure the context menu contents to bring it back?
Rahel Lüthy
  • 6,837
  • 3
  • 36
  • 51
11
votes
3 answers

After upgrading to Intellij 15 TestNG tests don't run in the IDE

I upgraded my community edition IntelliJ from version 14 to 15.0.1 and TestNG tests which used to run in the IDE give these exceptions. How do I fix these? Exception in thread "main" java.lang.NoClassDefFoundError: org/testng/CommandLineArgs at…
Ram
  • 2,237
  • 4
  • 23
  • 27
10
votes
1 answer

IntelliJ startup error - Internal error. Please report to http://jb.gg/ide/critical-startup-errors

when I am trying to start my intelliJ it gives the below error in my Windows 7: Internal error. Please report to http://jb.gg/ide/critical-startup-errors java.lang.RuntimeException: java.lang.IllegalStateException: @NotNull method…
krmanish007
  • 6,749
  • 16
  • 58
  • 100
10
votes
1 answer

Annoyingly Wide Left Gutter In IntelliJ 15

I see something in IntelliJ 15 that I've never seen before, and I don't know how to make it stop. The left gutter, where breakpoints, line numbers, version control annotations, etc. are rendered, is several inches wide in my upgraded IntelliJ 15. …
duffymo
  • 305,152
  • 44
  • 369
  • 561
10
votes
4 answers

Why is the font in the new IntelliJ IDEA 14.1 not rendering properly?

I've just upgraded IntelliJ IDEA (ultimate) to Version 14.1 and the font used in the Project View, Menus and Dialogs seems not to be rendering correctly. I exported the same settings from my 14.0.3 version just in case, although they seem identical,…
jbx
  • 21,365
  • 18
  • 90
  • 144
9
votes
1 answer

Finding unused methods in scala using Intelli J

I am working on a scala project in IntelliJ and want to clean up my code. For this, I am looking for a way in which I can get a list of unused methods within my project. This link didn't answer my question. It is for Java and not for…
Rahul Kosambi
  • 113
  • 1
  • 7
9
votes
5 answers

org.testng.TestNGException: while trying to execute the tests

I have been working on a project using Android Studio since long. Today refactored some code and it started to break,so reverted the changes. Even after reverting the changes whenever I try to debug the code, I am ending up with following an…
Naman
  • 27,789
  • 26
  • 218
  • 353
9
votes
1 answer

Why intellij doesn't provide functionality to store SSH sessions

I've just installed latest Intellij IDEA 15.0.1. There is provided tool to connect using SSH session. I use connection using private key. Connection is successful, but my sessions isn't stored after close connection. How to make idea save host and…
Eugene Stepanenkov
  • 896
  • 16
  • 34
8
votes
1 answer

IntelliJ - The selected directory is not a home for JDK

Similar to this question IntelliJ, "The selected directory is not a home for JDK", I am getting an error that my JDK directory suddenly is not valid. Even though my JDK directory looks fine to me and worked last time I loaded IntelliJ So I am…
E.S.
  • 2,733
  • 6
  • 36
  • 71
8
votes
2 answers

Go tests debugging

Is there a way to debug tests in Go using an IDE like IntelliJ ? I am using the Go plugin for intelliJ and seems like when providing a debug configuration, the debug button is disabled.
psbits
  • 1,787
  • 5
  • 19
  • 34
1
2
3
12 13