intellij-15 Questions

3

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.
Herbertherbicide asked 20/1, 2016 at 0:14

13

Solved

I am trying to look at who changed a line in Intellij 15. I know I can use git blame but I want to learn how to do it correctly in intellij. I am right clicking on the line numbers on the file but ...
Traveler asked 4/2, 2016 at 16:13

6

Solved

I have a distributed project and I need debug two nodes of my app on the same time. For this I wish open two instances of Intellij, it is possible ?
Pumphrey asked 18/4, 2016 at 23:59

3

Currently, I work on a team that does trunk based development. We moved the project from SVN to GIT recently, which requires me to do a push after every commit (Ctrl+K followed by Ctrl+Shift+K). ...
Fiberboard asked 19/3, 2016 at 20:44

2

Solved

In intellij (15.0.4) under settings->Maven->Repositories I get an error when clicking update on the companies repositories. org.apache.maven.wagon.TransferFailedException: sun.security.validator.V...
Benison asked 8/6, 2016 at 9:14

7

Solved

Is there any way to select the whole line at caret in IntelliJ 15? I know you can select the current word (ctl + w), go to beginning/end of line but I can't find a current line selection feature.
Immunogenetics asked 12/4, 2016 at 11:47

2

Solved

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-loca...
Boggart asked 15/2, 2017 at 18:24

4

Solved

In IntelliJ IDEA 15.0.2 how can I ignore trivial getters and setters (trivial methods) during test coverage measurement? // should be measure public void complex() { fancy(); interesting(); dro...
Araarab asked 22/12, 2015 at 13:58

2

Solved

I am facing an issue of recovering free disk space in my main partition. I found these files in my Users folder. These folders named as previous versions of IntelliJ allocate 1.5GB in my disk space...
Forewent asked 5/5, 2020 at 18:15

2

Solved

I have this all working in eclipse and am trying to do so in intellij now. I opened settings {command and comma} then went to Build, Execution and Deployment and clicked Compiler and in Shared Buil...
Lengel asked 30/8, 2016 at 2:18

4

Solved

When opening more than 10 Editor Tabs, IntelliJ automatically closes my least used Tab each time I open a new Tab. How can I increase this limit? More recent IntelliJ settings are accessed differ...
Lasser asked 1/3, 2016 at 20:3

4

I install Intellij IDEA 15.0.2 on Windows 8.1, run it, it asked for the path to jdk, i choose directory with JDK, and then IDEA worked correctly. But after reload of PC, I get this error message fr...
Crystallization asked 19/1, 2016 at 8:8

2

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 configura...
Quartermaster asked 7/1, 2016 at 19:47

1

trying to get libgdx working on intellJ, but I keep getting this error, with an image that says bad logic games. I have already assign the working directory to the core/assets folder, but I am comp...
Queenie asked 11/3, 2021 at 10:16

2

Solved

Using intellij 15.0.3 + Java 8u65... lower = System.currentTimeMillis(); long upper = lower + 31536000000L; //add a year-ish Works fine. But if I do: lower = System.currentTimeMillis(); long up...
Uxoricide asked 8/2, 2016 at 9:41

2

Solved

Is there a way to do a find and replace (regex) all uppercase characters in the matching strings with lowercase ones? Preferably in VS Code or IntelliJ I already have my regex ready. Edit: To be cl...
Exposition asked 17/1, 2020 at 10:4

2

Solved

I want to use a specific code style in my editor defined in an XML file, which looks something like this: <code_scheme name="CustomStyleName"> <option name="JAVA_INDENT_OPTIONS"> <v...
Alburnum asked 22/1, 2016 at 15:55

4

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...
Dogwood asked 28/3, 2016 at 12:40

2

Why does the following not read the war-and-peace.txt file from the resources folder? The folder structure in my project is the standard Scala structure that is created be Intellij. For some reas...
Truda asked 31/10, 2016 at 13:12

2

Solved

I updated to Intellij 15.02 from 14 and wanted to run my tests using Gradle not JUnit, but I'm not getting the options anymore like the image you see here. I want to be able to choose configurati...
Pigeontoed asked 17/12, 2015 at 10:43

3

Solved

Since I've updated my version of intelliJ (14.x to 15.x) it has started automatically collapsing single line methods in the Java editor: Previous version: public void setContext(SecurityContext c...
Arabinose asked 14/3, 2016 at 18:18

5

Solved

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 debu...
Capuchin asked 23/12, 2015 at 10:8

3

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.NoC...
Bradlybradman asked 25/11, 2015 at 1:4

2

Stderr and stdout messages appear in the same console log in IntelliJ IDEA (typically in black and in red). Is there a simple way to suppress either stderr or stdout messages or redirect the two di...
Twinkle asked 15/4, 2016 at 9:51

2

I get the error when clicking on the run button that says cannot compiler and I set it to JDK 1.8 in the SDK part but still get the same error in IntelliJ Ultimate. Any thought how this can be fixe...
Quetzal asked 13/3, 2016 at 2:40

© 2022 - 2024 — McMap. All rights reserved.