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

Create a Split Pane in IntelliJ from Plugin

I am working on an IntelliJ plugin, where the use case is to create a split pane within the editor and add some custom code. The IntelliJ community repo defines RadSplitPane that can be extended to create a split pane, but it does not render a split…
shubham
  • 547
  • 2
  • 6
  • 20
0
votes
0 answers

org.gradle.api.UncheckedIOException: Failed to create MD5 hash for file

when i import project by gradle idea throw build fail error,this is error screenshots but when i user command gradle clean bootrun,it works ok,this is works screenshots this is my env setting. could you give me some help, thanks , i am really…
yang_song
  • 24
  • 3
0
votes
0 answers

intellij, The source preview is slowly when my mouse point is over right's scroll in IntelliJ SDK

It's a useful feature for quickly showing preview mini source code. snapshot But I don't want to work this function. My Intellij Program was slowly. Do you know how to cancel it? I can't find disable this feature Because I don't know what's name of…
Marthin
  • 21
  • 4
0
votes
1 answer

What is the proper format for a color scheme config file for JetBrains PyCharm 2017.3.5 Community Edition?

What is the proper format for a color scheme config file for Jet Brains PyCharm 2017.3.5 Community Edition? I tried the following, but it caused an error hot_fudge_sunday_color_scheme.icls: definition-foreground = #D92B10 error-foreground =…
0
votes
2 answers

how to import project from another drive on intelliJ in ubuntu 16.04

only computer path is loaded but does not show any drive or partitionHow to import android project form another drive to intelliJ in ubuntu 16.04? Hi, I have install IntelliJ idea on my ubuntu 16.04 recently. It is working fine but it just does not…
0
votes
1 answer

Brilliant Intellij feature replaces item.charAt(0) with item[0] ... but what is it?

After I upgraded to the new version, I noticed the code has "changed". Well ... the actually code didn't change but what was previously: item.charAt(0) was replaced with: item[0] as well as other some other changes. If I hover over item[0],…
Dakotah North
  • 1,324
  • 12
  • 29
0
votes
1 answer

What is the intellij equivalent of Emacs' M-\ (delete-horizontal-space)?

In Emacs the M-\ keybinding (alt and backslash) runs the e-lisp function 'delete-horizontal-space'. When M-\ is pressed in any of the whitespace between two words on a line it deletes all whitespace between those two words e.g. "word1 word2",…
vab2048
  • 1,065
  • 8
  • 21
0
votes
3 answers

IntelliJ Running other class files, how do I stop this?

Why this other class file is running instead of the one I clicked on please help. My Process is included in the gif, I can't tell why this is occurring.
Help
  • 15
  • 1
  • 8
0
votes
0 answers

IntelliJ and Tomcat deployment configuration naming/location?

I use IntelliJ 2016.3.4 and one Tomcat8 installation, I point my CATALINA_HOME to this one installation, my CATALINA_BASE I set to three different locations as I run and deploy three different web applications…
powder366
  • 4,351
  • 7
  • 47
  • 79
0
votes
0 answers

Unable to import Hibernate project into workspace

I am new to using IntelliJ Idea. I downloaded the example code from the site - Java Persistence With Hibernate and opened the project in IntelliJ Idea IDE. The IDE is showing all compilation errors even though I am able to build the project from my…
zilcuanu
  • 3,451
  • 8
  • 52
  • 105
0
votes
1 answer

Change File Template for existing classes

Each new created class applies file template rules, which by default is : /** * Created by ${USER} on ${DATE}. */ Speaking of my project, i have dozens of classes that has this template by default, and when it comes to code cleanup, it's…
Malakai
  • 3,011
  • 9
  • 35
  • 49
0
votes
1 answer

IntelliJ IDEA 15 - How to migrate task history between projects?

I have been using IntelliJ IDEA 15 for close to a year now, and using the same project this whole time, where I have created Tasks to basically act as workspaces for various work assignments so I can group files I've touched based on the assignment…
0
votes
1 answer

Why is .mxml the default file filter in IntelliJ Idea?

When finding in path, the default is .mxml for file masks. This doesn't make sense from an alphabetical point, or being a frequently used file type for an IDE.
UserF40
  • 3,533
  • 2
  • 23
  • 34
0
votes
1 answer

Several artifacts, how to force build order?

I have a (standard non-maven, non-gradle, non-whatsoever) project in IntelliJ IDEA that consists of several modules. One of those modules results in a jar that is used by one of the other modules. I have two artifacts. The first one creates a war…
devnull69
  • 16,402
  • 8
  • 50
  • 61
0
votes
1 answer

IntelliJ double quotes identifiers in SQL, during auto-completion

Starting from version 15, IntelliJ started putting double quotes around SQL identifiers during auto-completion inside Strings. I tried changing this at Preferences > Editor > Code Style > SQL and General > Smart Keys, but without success. Is there…
Harm Brugge
  • 33
  • 1
  • 7