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

I coul not understand on this error

I have problem on this error,when i build my project it gives me this kind of error. Error:Android Dex: [Logintest] Unable to execute DX Error:Android Dex: [Logintest] com.android.dex.DexException: Multiple dex files define…
0
votes
3 answers

Sharing Code between eclipse and intellij

I work with a partner in java programming, I use intellij and he uses Eclipse. Is there a way that we can somehow mutually share our code with each other so we could work on the same code each in our own time? Thanks
user2955610
  • 815
  • 2
  • 9
  • 15
0
votes
1 answer

IntelliJ 13.1.2 : Newly created Android Gradle project won't run on a Mac

I'm trying to create a new Android project using Gradle build system, with IntelliJ 13.1.2 CE. From the "New Project" menu, I select Android, then Gradle: Android Module, and proceed further to create my project. The trouble is : I can't "run" the…
Redwarp
  • 3,221
  • 3
  • 31
  • 44
0
votes
1 answer

Android Studio, Intellij 13: Using Log.i in Layout Preview

This question relates to Android development on Intellij IDEA 13 or Android Studio. I created a very simple custom View: public class CustomView extends View{ public CustomView(Context context, AttributeSet attrs) { super(context,…
SharkAlley
  • 11,399
  • 5
  • 51
  • 42
0
votes
1 answer

How do I create a project based on multiple poms and allow refactoring between them?

Let's say I have several poms with dependencies on each other. There's a class in one project that is used in several others. I want to perform a refactoring (like rename on that class) that updates all the projects. I tried to accomplish this by…
Roman Zabicki
  • 214
  • 2
  • 4
  • 14
0
votes
1 answer

Google App Engine in Intellij CE / Android Studio?

I've looked around and seen that Google App Engine is not available in IntelliJ CE, however, in Android Studio (built on IntelliJ) the plugin for GAE is available for install. Is it possible to build GAE apps on Android Studio?
yedidyak
  • 1,964
  • 13
  • 26
0
votes
2 answers

Importing a skeleton play2 app in IDE took like 15-20 minutes

So I created a bare bone play2 scala application using the command line. I then was reading how IntelliJ 13 can handle sbt projects better, so I opened it using IntelliJ using the build.sbt file. I selected 'auto imports', and then literally it just…
loyalflow
  • 14,275
  • 27
  • 107
  • 168
0
votes
1 answer

Changing App Theme Does NOTHING

So say I go into the main.xml (res/layout/main.xml) and go over to the graphical interface, and decide to change my theme from Holo to Holo.Light. It changes in the preview and looks good. I run it, and once it's running, it's Holo. Nothing changes.…
karite36
  • 47
  • 4
0
votes
1 answer

Avoid backward analysis of HTML in IntelliJ

I am attempting to analyze a single Java file in IntelliJ by selecting Analyze > Inspect Code from the context menu. Specifically, I am wanting to search for unused methods or fields. I have used this quite a bit with previous projects. …
Viper Bailey
  • 11,518
  • 5
  • 22
  • 33
0
votes
1 answer

Jersey 2.7 + GlassFish 4 CDI deployment failure

I'm trying to learn Java specifically in making a RESTful Web Service. I'm using Intellij IDEA 13 as IDE, GlassFish 4.0 as server and Jersey 2.7. Here is the screenshot of the project's structure: When I tried to deploy the project, it always…
Samuel Adam
  • 1,327
  • 4
  • 26
  • 45
-1
votes
1 answer

Protobuf new field not showing

I have updated my protos files as: message XYZ { string a = 1; repeated=Detail b = 2; // New field added CustomType c = 3; } This is maintained in a repo which when successfully run in spinnaker uploads to artifactory. The jar file…
Ishita
  • 109
  • 2
  • 10
-1
votes
1 answer

How to Connect AWS neptune database in Java Project IDE IntelliJ

we are planning to migrate data from AuroraDB to AWS neptune ( Property Graph) . I have all the data in AWS neptune. I have to write API to interact with the AWS neptune. I need Connection details and Jars. please provide details, we are using…
-1
votes
1 answer

cannot find symbol (path) in intellij

i tried to use java.nio.file package ,but when i use Path class using intellij,i got this error: can't find symbol (path) code: import java.nio.file.Files; import java.nio.file.Paths; public class IO_METHODS { public static void main(String…
Mohamed Amin
  • 997
  • 2
  • 12
  • 29
-1
votes
1 answer

Code styling without modifying the binaries

On the WebStorm for example and I believe in any Intellij product. You can easily refeactor the code and style it as you like from the setting 'Code Style'. But, the styling and refactoring actually change the binaries of the file. for example if…
Ido
  • 2,034
  • 1
  • 17
  • 16
-1
votes
1 answer

How to debug with intellij?

I have a web application, and I put debug breakpoints in the servercode. I downloaded the chrome JetBrains extension. And setup the run/debug configurations according to the instructions in intellij's help pages. Why does it not stop on debug points…
Lena Bru
  • 13,521
  • 11
  • 61
  • 126
1 2 3
20
21