Questions tagged [intellij-12]

IntelliJ IDEA is a popular IDE by JetBrains. Originally created for Java, it currently supports a lot more languages, including: JavaScript, Groovy, HTML, CSS, RSS, R, Haskell, PHP, Ruby, Python, Scala, Clojure, Kotlin.

IntelliJ IDEA is a popular IDE by JetBrains. It is often simply referred to as 'IDEA' or 'IntelliJ'. First released in 2001, it is mostly focused on boosting developer's productivity, providing a wide set of automated refactorings to ease codebase evolutions. Rich plugin development API can be used to add almost any type of functionality, including new languages/frameworks support, VCS integation or build management with custom tools involved. Intellij Idea also serves as a base platform for other IDE software: PhpStorm, PyCharm, RubyMine.

The Ultimate (commercial) version of the tool offers support for enterprise class development, while the open-source (free) version is often used for android, groovy, scala and web development. A 30-day fully functional trial of the Ultimate edition for various platforms can be freely downloaded.

Useful links

Intellij Idea documentation

Developer community

Plugin development guide

20 questions
21
votes
2 answers

Intellij Navigate to letter-Mnemonic Bookmark shortcut

What is the shortcut to navigate to a letter-Mnemonic Bookmark ? Looking the Official Intellij Documentation , they just explains the shortcuts for the number-Mnemonic bookmarks. PD: I would be nice to add Windows and Mac shortcuts.
JoseF
  • 1,261
  • 13
  • 30
15
votes
3 answers

In Intellij IDEA, is there a way to copy the path of the current editor tab to the clipboard?

I'm doing some writing and would like to copy the path of the current editor tab (as shown in the tooltip here) to the clipboard: Anyone happen to know a shortcut for this?
jordanpg
  • 6,386
  • 4
  • 46
  • 70
12
votes
4 answers

How to open Multiple Gradle projects in same IntelliJ instance?

I am strugglling to open multiple Gradle projects in same IntelliJ instance without luck. I tried to open second project as a module by importing it but still it's asking me to open in the same window and in a new window. So If I give same window,…
ever alian
  • 1,028
  • 3
  • 15
  • 45
5
votes
2 answers

Equivalent of Ctrl + Shift + A of intelliJ in eclipse?

The Ctrl + Shift + A command in intelliJ lets me search for an action. Is there an equivalent command in Eclipse?
Cameron R
  • 149
  • 2
  • 9
3
votes
1 answer

IntelliJ IDEA seems to be ignoring code formatting

I've been attempting to get my Intellij IDEA to confirm to a google-like Java standard - however both imports and manual settings seem to be ignored. Here's how my indentations are currently set: However my code still formats at 4 spaces, and when…
Mathieson
  • 1,698
  • 2
  • 17
  • 19
2
votes
1 answer

Use SVN with IntelliJ without command line

Is there a way to use SVN on IntelliJ without using the command line or extra software? All results online are either completely unhelpful or point to the command line. I would like to leverage IntelliJ's merge capabilities when I commit. I cannot…
Sigfreid
  • 21
  • 2
1
vote
1 answer

No support for Wildfly 9.0.0.Final in Intellij 12.1.6

When I add a new Application Server IntelliJ, pointing to the home path of the Wildfly 9.0.0.Final, IntelliJ shows me this warning: "The selected directory is not a valid Jboss home" Is this a question of Wildfly configuration someone from Wildfly…
1
vote
0 answers

Latest AIR SDK and intellij idea 12

I've created pure as3 project and downloaded air sdk 18. I want to use latest sdk instead of included with flex 4.6.0. Merged flex and air directories. After that idea says "check your AIR: 18.0.0.143". If I revert merging, I see "Invalid namespace:…
GRiMe2D
  • 654
  • 1
  • 10
  • 22
1
vote
1 answer

IntelliJ broken layout after unexpected shutdown

I had been loading IntelliJ IDE when my PC rebooted unexpectedly. After running IntelliJ again the whole IDE layout was broken, there are no tool windows (except IDEtalk), I can't open Project View. I tried restoring layout via Window -> Restore…
redhead
  • 1,264
  • 1
  • 17
  • 32
1
vote
1 answer

Intellij break point not working.

I've a maven project deployed in jetty 9 server. I'm running jetty server with following options. java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar /home/shwetanka/tools/jetty-distribution-9.2.3.v20140905/start.jar I've…
Shwetanka
  • 4,976
  • 11
  • 44
  • 68
1
vote
1 answer

Module's dependencies aren't getting resolved and pom's symbol looks different

I can't seem to figure out why one of my Modules can't resolve dependencies. Dependencies that appear in the pom still show up as red in the files. The only difference I've noticed between this module and a module whose dependency resolution works…
Andrew Cassidy
  • 2,940
  • 1
  • 22
  • 46
1
vote
1 answer

Wildfly in intelliJ 12.1

Is there a way I can configure Wildfly 8 in IntelliJ 12.1? I'm getting this error message:
brevleq
  • 2,081
  • 10
  • 53
  • 97
1
vote
0 answers

404 error when trying to install scala with intelij

I'm trying to install Scala and set up an intelij 12 project with it, I have installed the Scala plugin successfully and am now trying to make a new project. When I try to download Scala itself however, a 404 error appears, saying that it cant…
jb574
  • 21
  • 3
0
votes
1 answer

IntelliJ Emulator does not scale properly

I got this legacy android project that ran by IntelliJ 12.8. I cannot get the emulator to scaled properly, when I use a AVD with smaller screen, the emulator cannot display the whole content. But if I use the AVD with big screen, the problem goes…
Frostless
  • 818
  • 1
  • 11
  • 33
0
votes
0 answers

Intellij12 - idea64 not starting with java 8

I updated week my computer to java8 and until that time I was able to start idea64.exe. After my update to java 8 I'm not able to start idea64 any more. The java_home is prooperly set and working The 32bit idea is working properly, has anybody…
Dirk
  • 121
  • 1
  • 7
1
2