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
0
votes
0 answers

How can I solve the IntelliJ error of running my kotlin file

I can't run my project as main class AppKt can not be loaded or found, there is also a problem with a debugger that can be connected. I attached screens of the problem Error with the debugger Main problem when running the file
0
votes
0 answers

What is the IntelliJ shortcuts used with mouse click?

I am new in IntelliJ (use v2021.1) and just learn several shortcuts and use them. However, I realized some shortcuts that can be used with mouse click as shown below: Ctrl + Click Alt + Click I think they have multiple purposes e.g. go to…
user15736174
0
votes
0 answers

How to prevent Android Studio from replacing variables in the code with yellow-colored preview of their values?

On the first screenshot Android Studio shows me the IdToken value "653... " which I don't want to see. I have never hardcoded it in this class. When I click it, it shows me what I need, i. e. the variable per se (which I typed in the code, how it…
Liker777
  • 2,156
  • 4
  • 18
  • 25
0
votes
1 answer

changing/hiding error highlighting in ui elements like tabs and project view? (intellij)

I am looking for a way to change the appearance of error highlighting in the user interface (not editor). is there a way to change the 'waved' error underscore to a line or/and change the color of it? highly appreciate any help, image of what i mean…
0
votes
1 answer

IntelliJ - - How do apply entire file as a change?

The git diff view allows me to see the two different revisions of the same file. It also allows me to pick individual changes and apply them from the other revision to mine. I do that by pressing the >> button between them. BUT, when the change…
0
votes
0 answers

How to tune Idea Intellij Ultimate so it doesn't crash on a 16GB host?

I have idea ultimate IntelliJ IDEA 2019.2.4 (Ultimate Edition) Build #IU-192.7142.36, built on October 29, 2019 Licensed to Bootstrap Styled / Dimitri Kopriwa Subscription is active until October 12, 2020 Runtime version: 11.0.4+10-b304.77 amd64 VM:…
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204
0
votes
1 answer

sbt run/debug configuration broken showing unknown after upgrading intellij to 2020.1

I just upgraded IntelliJ community edition to latest version 2020.1 as of today. All my SBT run/debug configurations are broken and currently show Unknown under Edit configuration. I have checked the workspace.xml and configuration seems correct. I…
velval
  • 3,072
  • 36
  • 45
0
votes
1 answer

how to add external jar file in IntelliJ wihtout referencing to local directory

I am trying to add external jar files into my project in Intellij. I follow these steps: file->project structure->modules->dependencies->add jar or directory. However when it is done the location of that jar file is my local directory and when I…
0
votes
1 answer

IntelliJ IDEA get element text

I'm new in IntelliJ IDEA, before I was using Katalon Studio, but now I use IntelliJ IDEA. I can't get an elements text. I've tried a lot of things, but still can't get an text of an element. I am writing in groovy language, This is what I'm trying…
brithwulf
  • 538
  • 10
  • 35
0
votes
1 answer

running java program in IntelliJ terminal

Below is a screenshot of IntelliJ on my computer with a terminal up. I thought I should be able to just type java random_uniformin the terminal to run the program but it complains withe the error message shown in the screenshot. I have looked at…
stratofortress
  • 453
  • 1
  • 9
  • 21
0
votes
1 answer

Why cannot I get PsiClass from Kotlin but successful in Java

I try to get PsiClass from Kotlin file (the PsiFile instance is KtFile), but aways get null, In Java case is successful. PsiFile psiFile = e.getData(CommonDataKeys.PSI_FILE); Editor editor = e.getData(CommonDataKeys.EDITOR); // null in…
dengzi
  • 3
  • 2
0
votes
1 answer

IntelliJIDEA is taking too much time to open a new project

I have IntelliJ IDEA Community Edition 2018.2.4 IntelliJIDEA has started taking too much time to open any new project. It almost hangs the previous opened project for around 10-15 minutes before opening the new project. Any ideas as to why this…
dgupta3091
  • 1,067
  • 1
  • 7
  • 18
0
votes
0 answers

Artifacts not building in a Tomcat based Java Server Pages web app in IntelliJ

I've been fighting with a strange issue for a few hours now. This is the second Java Server Pages project I have created, and the other one is working fine. The difference with the new one is that it is an imported project with examples for my…
Terry Rozmus
  • 396
  • 3
  • 17
0
votes
1 answer

intellij mongo error though not being used

I'm having an annoying error. I have just installed IntelliJ and opened a simple "hello world" jsp project. There is nothing about Mongo. But when I run war file I have this error: WARN 24408 --- [ main]…
codergirrl
  • 145
  • 1
  • 11
0
votes
1 answer

In IntelliJ Ultimate, how can I set the code style to set absolute import before relative import?

In IntelliJ Ultimate, we are working on a react application and this is our code styles:
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204