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

No Such Element Exception(WARNING: The server did not provide any stacktrace information)

i'm learning automation and i have exception in my java code. using Intellij IDEA public static void main(String[] args) throws MalformedURLException, InterruptedException { DesiredCapabilities caps = new DesiredCapabilities(); …
0
votes
1 answer

Using Intellij Structural Search and Replace to change declaration types

Any IDE wizards hanging out? I want to do something seemingly simple, which is turning out to be fairly difficult: I want to replace all variable declarations of one type with variable declarations of another type Ex: Foo x; ==> Bar x; protected…
0
votes
1 answer

Cannot compile XTend classes in Intellij

I am trying to make a basic program using XTend for Intellij 15.0.5 (Ultimate) but for some reason I cannot run/compile any ".xtend" files. Writing the following code is no problem and the ide checks for syntax errors as expected: package…
0
votes
0 answers

IntelliJ bug: it removes SceneBuilder functionality

I noticed, that the very same FXML file if opened with standalone SceneBuilder and SceneBuilder from withing IntelliJ is displayed differently: I.e. most properties are absent in IntelliJ version (at right in the picture). How to fix?
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
0 answers

Android Studio lauch Intellij Idea?

Preconditions : Installed Android Studio 2.0 Installed Intellij Idea 15 on the same user in PC Problem : When I try to start Android studio 2.0 it lauhches Android Studio Logo and after few seconds it start Intellij Idea. How I can fix this?
Sergey Shustikov
  • 15,377
  • 12
  • 67
  • 119
0
votes
1 answer

Make IntelliJ understand usage of Babel's moduleRoot

For our project we use EcmaScript 6 through Babel, Gulp and npm. We have three projects: Base, Common and Game. We're actively developing Common and Game so we have those checked out (and npm link from Game to Common), while we get the Base project…
user2916607
0
votes
1 answer

Deleting a line and inserting in IntelliJ Idea Ultimate

So when I open a new class, it is not in insert mode, I am not sure but seems like when I press i, it goes into insert mode (like vim editor). Also when a line is selected, if I press the delete button it doesn't delete it and had to delete the line…
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
0
votes
2 answers

Intellij is showing only part of the expected documentation for builtin classes(javadoc)

I am having a weird problem with intellij. A handful of people in here, had similar issues in the past but none of the proposed solutions worked for me. So I am trying to view the javadoc for a builtin class(in my example java.io.FileReader) but I…
py_script
  • 808
  • 2
  • 16
  • 38
0
votes
1 answer

IntelliJ 15 Android development Error: The supplied javaHome seems to be invalid.

This is really my first attempt at getting started in developing Android. I am using IntelliJ IDEA 15.0.4. I've tried looking for the solution for my problem, but I can't seem to find the exact problem that I am dealing with. I keep getting the…
xponent
  • 151
  • 2
  • 2
  • 10
0
votes
1 answer

Running IntelliJ scala project error

I am not using IntelliJ 15 for a long time, but never ever had such an issue. When I do: New Project -> Scala, then everything works fine, but when I do New Project -> SBT, then I can't even have main, because it gives me this: Exception in thread…
Cauchy
  • 117
  • 6
0
votes
1 answer

Generate Code with redirection IntelliJ Idea 15

I have a class like this: public class BukkitPlayerWrapper implements Player { private Player p; public BukkitPlayerWrapper(Player p) { this.p = p; } } But Player interface has a lot of methods, is there a way in intelliJ to…
user5600552
0
votes
0 answers

Run/debug configurations for a Google App Engine project in Intellij IDEA?

As per title. Right now my workflow is as follows: To deploy: Open terminal from IDEA, go mvn appengine:deploy. To run in localhost: Open terminal, go mvn appengine:devserver. To debug in localhost: thanks to this answer, open terminal, go mvn…
natario
  • 24,954
  • 17
  • 88
  • 158
0
votes
2 answers

IntelliJ file new move Java Class on top

When I do a file new in my IntelliJ idea. I see a menu like this one I want to see classes from Java and Scala on the top. I don't want to uninstall plugins for ruby etc. But these should not be on the top. I mostly code in java and scala and…
Knows Not Much
  • 30,395
  • 60
  • 197
  • 373
0
votes
2 answers

themes on intellij idea

I'm using intellij idea 15 community with dracula theme but on files html I see several green line in the code How can I disable them?
Juan Reina Pascual
  • 3,988
  • 7
  • 21
  • 34
0
votes
1 answer

How to customize IntelliJ 15 Gradle integration?

This is actually quiet normal that people are customising Gradle tasks. For example there are tones of examples how you can customise project generated by Gradle integration in Eclipse. So that you can enable custom code formatter, validation rules,…
Maciej Miklas
  • 3,305
  • 4
  • 27
  • 52
1 2 3
12
13