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
1
vote
1 answer

Binary search in sorted matrix

I was trying to implement the test case in IntelliJ; However, the output result was "[I@65b54208", I don't understand why this is my result, how to show my result as an integer in the matrix? public class SearchMatrix { public static void…
M-M
  • 881
  • 2
  • 10
  • 19
1
vote
2 answers

Setting IntelliJ environment variables when running the code remotely

I have a machine on which I'm writing the code and I'm executing the code on a different machine locally by using port forwarding. In this case, if I set IntelliJ environment variables in my local machine IntelliJ (The machine in which I'm writing…
1
vote
1 answer

Is there a way to breakpoint whole project in intellij 15

Is there a way to somehow add breakpoints to all lines where some code is called outcluding method definitions since it takes a long time to debug it. I got a messy code where I need to add some new functionalities but I just can't find them by…
user12857969
1
vote
3 answers

Run/Debug are not working in IntelliJ IDEA

I've installed an IntelliJ IDEA Community Edition 2018.2.4 x64. I've cloned a Project from Git (I learn a course on the "coursera"). The first task was: "Click the green arrow at the left side from the code.." I haven't any arrows. I can't run it…
1
vote
1 answer

Intellij gradle package name incorrect error

I have just opened this (https://github.com/codetojoy/easter_eggs_for_gradle/tree/master/egg_StackOverflow_51685286) project in IntelliJ with the following…
Jofbr
  • 455
  • 3
  • 23
1
vote
1 answer

Error when Importing an existing gradle project into IntelliJ IDEA

I am new to IntelliJ IDEA and i am trying to import an existing gradle project in my desktop , i have selected the import Project icon and then i gave the path to build.gradle file of the project i want to import , but i am getting this error…
1
vote
0 answers

IntelliJ Custom Project Dependent Taskbar Icons

I'm wondering if it's possible to configure IntelliJ to run with a custom taskbar icon that is dependent on the project? Let's say I have two projects Foo and Bar, in folders F and B, respectively, on my machine. In each project folder I have a…
Colm Bhandal
  • 3,343
  • 2
  • 18
  • 29
1
vote
1 answer

How do you add a button to the "navigation bar" in IntelliJ?

By default, in IntelliJ, the main toolbar is hidden. When it is hidden, there are essential buttons that are shown in the navigation bar. I don't need the full toolbar, but it would be nice to be able to add a single button to the navigation…
etc
  • 565
  • 3
  • 18
1
vote
1 answer

intellij and the concept of change lists

change lists can someone explain to me in an easy manner: why would I use change lists? my basic question behind that is: is the idea of change lists to implement a feature and then keep it in the change list, and continue working without it? i dont…
Toskan
  • 13,911
  • 14
  • 95
  • 185
1
vote
1 answer

Intellij only wrap chained methods [if no shorter than 3] when formatting code in Java

I like to wrap long chained methods in my code when i format it. But i don't like method chains that are small (ex: 3 methods or less) to be wrapped. So i want this to be wrapped: OkHttpClient client = new…
DarkMental
  • 482
  • 7
  • 26
1
vote
2 answers

Change intellij JVM

I saw a comment about fixing an issue with the Intellij "The problem should not occur if you switch Java used by the IntelliJ IDEA from OpenJDK bundled with IDEA to Oracle JVM. At least this can work as a workaround." How can I change the JVM in…
David Mana
  • 111
  • 1
  • 6
1
vote
1 answer

How to inject language OR reference in intellij 15

In intellij 14 i had to use JSON directly added into my string. But have not seen something with intellij 15. Can someone tell me what is a shortcut for that? Attached reference video from java zone (see video of time…
user526206
1
vote
1 answer

Is it possible to run mc from within SSH terminal of Intellij Idea?

I can run it, but it looks ugly: Is it possible to fix this behavior?
Victor Dombrovsky
  • 2,955
  • 3
  • 21
  • 33
1
vote
1 answer

In IntelliJ Idea 15 how do you enable live previews when using Find in Path?

In IntelliJ Idea 15 when using Find in Path, if the Preview tab is selected results are not shown when searching. Instead it says: Can not preview regular expression search yet. What is it waiting for? Does some form of indexing need to be…
UserF40
  • 3,533
  • 2
  • 23
  • 34
1
vote
1 answer

How to avoid new Maven modules managed by other VCS than Subversion to be marked as managed by Subversion

I have a multi-module Maven project version controlled with Git. The source was initially cloned outside of IntelliJ IDEA, and then imported as a Maven project. Initially, everything is properly seen as version controlled by Git. However, when I add…
Magnilex
  • 11,584
  • 9
  • 62
  • 84