Questions tagged [intellij-13]

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

303 questions
0
votes
1 answer

Debugging mocha tests run by gulp in Intellij Idea

I have the following configuration in my gulpfile.js: gulp.task('spec', function() { gulp.src('spec/runner.html') .pipe(mocha({reporter: 'dot'})) }) When I run nodejs inside IntelliJ Idea, the scripts files imported by spec/runner.html are…
Edmondo
  • 19,559
  • 13
  • 62
  • 115
0
votes
1 answer

See which methods of one class are used in another in IDEA

I have the same question as here, but then with JetBrains Intellij IDEA 13.
user1096463
0
votes
1 answer

Jar file output from intellij can't be run outside its original location

I have written a javafx app and build an jar file through the "build artifacts" function of Intellij. Now if I run the jar file in the output folder like this: java -jar IdeaProjects/Transclip/out/artifacts/Transclip/Transclip.jar everything works…
qed
  • 22,298
  • 21
  • 125
  • 196
0
votes
0 answers

IntelliJ Organize the auto-completion list for imports

I am having a strange problem in IntelliJ, which is constantly interrupting my workflow. I am using Java 1.6, and IntelliJ 13.1 Ultimate. On using an unimported class for the first time, the IDE selects some random match for the class. Generally an…
GKelly
  • 3,835
  • 4
  • 38
  • 45
0
votes
0 answers

I can not add Navigation Drawer in intelli J Idea

I am unable to add navigation in drawer in intelli J idea. Can any one please tell me how can I add navigation drawer in intelliJ idea.
MD Aslam Ansari
  • 1,565
  • 11
  • 19
0
votes
1 answer

Intellij Idea Find Tool Window max column length override

In Intellij (v 13), I'm doing a file search (CTRL + SHIFT + F) for Occurrences of 'this.is.a.fake.key' in Project with mask '*.properties'. Specifically, I'm searching for property keys, so that I can derive their values in my search results. The…
denlab
  • 43
  • 1
  • 7
0
votes
1 answer

Android Studio can't find installed SDK packages

So I installed all my SDK packages using the SDK manager tool. When I search the path where Android Studio is looking for my SDK content everything shows up correctly. I can even find the actual package I'm looking for. However, when I type…
Wooodberry
  • 30
  • 4
0
votes
2 answers

Invisible text in Intellij IDEA

So basically I moved with my .IntellijIdea13 directory to new system (from Ubuntu to Arch), run IDE only once on new system and it worked ok if I remember correctly. However after some customization of the new system (installed new fonts, changed…
Łukasz Zaroda
  • 869
  • 2
  • 19
  • 55
0
votes
0 answers

How can i Edit manifest in GUI mode

I am trying to edit my manifest in intellij13 but i could not switch to GUI mode like in ADT we can use the GUI or we can directly code the xml. Thank you in advance.
jemz
  • 4,987
  • 18
  • 62
  • 102
0
votes
1 answer

IntelliJ linking to the wrong source code, maven project

I have a play framework project built by maven and imported to IntelliJ. The project runs fine and compile with no problem. However, when I want to see some source code of the Play Framework. For example public FakeRequest(String method, String…
runcode
  • 3,533
  • 9
  • 35
  • 52
0
votes
1 answer

IntelliJ IDEA: CSS class autocomplete in *.html.erb with Bootstrap

I have IntelliJ IDEA 13.1 with Ruby plugin installed. My Rails project is properly set up to use the bootstrap-sass gem and works fine in the browser. As per Rails convention I have a file (app/assets/stylesheets/custom.css.scss) which @imports…
dev
  • 1,648
  • 16
  • 25
0
votes
1 answer

Appreciate some help from IntelliJ users : Importing eclipse project

I followed almost all the standard steps suggested by Jetbrains for importing an eclipse project into IntelliJ, without any success. I get about 100 erros, and all related to some imports related to Java. for eg. Error:(59, 50) java: cannot find…
Batty
  • 3
  • 2
  • 5
0
votes
1 answer

How can I change the value of $ProjectFileDir$ in IntelliJ IDEA 13?

I've added an item to my Tools menu using the XML below that runs custom actions for my project.
Bucket
  • 7,415
  • 9
  • 35
  • 45
0
votes
2 answers

IntelliJ 13 with SBT plugin does not recognize Scalding dependency

I am trying to add Scalding 2.10 as a managed dependency via build.sbt like so: name := "ss" version := "1.0" libraryDependencies += "com.twitter" % "scalding_2.10" % "0.10.0" IntelliJ downloads the jar and adds it as an external library (see…
cdlm
  • 565
  • 9
  • 20
0
votes
1 answer

IntelliJ "devices" window missing?

There used to be a docked window showing current android devices (via usb or emulators) on the lower left corner along logcat but I guess I accidentally clicked close and now I can't bring it back. I don't even know how is it called and I've…
okkko
  • 1,010
  • 1
  • 13
  • 22