Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Browsing all 5661 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Documentation for this element is not found for Java7 javadoc lookup?

Just noticed the quick Javadoc lookup isn't working quite as well as it used to. When I lookup String.format I get a lookup with some error warnings at the top about missing external urls. But these...

View Article


Java Annotations: expected array instead of object

Hello everyone, I'm a former Eclipse user who wants to get started with IntelliJ IDEA. I'm currently facing an issue that really bugs me. Assume you have a Unit Test Suite: @RunWith(Suite.class)...

View Article


Packaging AIR for iOS - missing bundle identifier

I have been able to package my AS3 project for Android with no problem. I am now trying to get iOS working and have run into an error. IntelliJ creates the package but when it tries to install I get an...

View Article

How to run integration tests from context menu for gradle project?

Using IntelliJ IDEA 14.0.2, I have imported a gradle java project.  I've set up a sourceSet and configuration to separate integration tests from unit tests. (our integration tests are in the test...

View Article

How to add a new module to existing GAE project?

Hi there - I am using IntelliJ to work on a Google App Engine single-module project that uses maven.  I want to add a new module now for backend work.  What is the best way to do this to ensure that...

View Article


Where is the keymap dialog in IJ14?

And in general - is the (significant) changes in IJ14 to where all the various settings in a document somewhere?

View Article

Annoying password prompts on database tool

Seems to have been a recent change to the saved passwords functionality in the database tool (part of IDEA 14?)Firstly IDEA 14 appears to have forgotten all my database usernames and passwords from all...

View Article

Live Edit does not work with javascript

Actually I have a problem with live reloading javascript files. For example I do have an *.html file with ...<body>     <script src="test.js"></script><body>...  So when I do...

View Article


Run multiple replicate with argument configuration

Dear Everyone, I am a newbie of IntelliJ IDEA. After finishing coding, I would like to run a class. The class need 4 arguments to run. It takes ~10mins to done so it take time for me monitor the laptop...

View Article


Error:(17, 25) java: package R does not exist

I am trying to Rebuild Project android in intellij 14.0.3 BUILD #IU 139.1117 but it says   Error:(17, 25) java: package R does not exist I don't know what to do I could not Rebuild the project. I hope...

View Article

How to debug Air apps on an Android device with captive runtime?.

I'm new to Android development, and I'm trying to debug an Air app on the device, I'm doing the same procedure I did when I made this app for iOS: - click debug- the app installs on the device- a popup...

View Article

Changing ant build script arguments?

I currently have a build script set up that can compile my programs however I have multiple programs in my project and do not wish to have a new build script for each of them or a very bloated script...

View Article

Cannot create play 2 project

Hi  I just downloaded IntelliJ  14.0.3 build 139.1117 and would like to use Scala related features.  I can create Scala and SBT project without any problem. But when I tried to "Play 2.x" project, ti...

View Article


Any luck with Nashorn debugging in non-trivial scenarios

Has anyone had luck using Nashorn debugging in anything but the simplest configurations? I've found some limitations that I can't get past: - Doesn't work correctly with multi-module projects- Doesn't...

View Article

How can I stop initial http request after starting tomcat?

When running or debugging a web application intellij appears to do an initial http request as soon as the application is deployed. If an exception gets thrown during that initial http request intellij...

View Article


How to disable awt in favor of javafx?

There are some classes with same names in awt and javafx, I am wondering if there is a way to give javafx higher priority in autocompletion in such cases? An option for disable awt altogether would...

View Article

Image may be NSFW.
Clik here to view.

Documentation for this element is not found for Java7 javadoc lookup?

Just noticed the quick Javadoc lookup isn't working quite as well as it used to. When I lookup String.format I get a lookup with some error warnings at the top about missing external urls. But these...

View Article


@Contract for methods that validate their arguments

How do you say "this method will throw or return not-null" in a @Contract annotation?  For example, given the following method: public void foo(Integer price, Integer markup) {    if (price == null) {...

View Article

IntelliJ 14.0.3 can't find R.java

I don't know what to say beyond the subject. I had a working project. Then I updated. Now when I compile, for every module, it complains that it can't find R.java for that project, even though it's...

View Article

share task between projects

Is it possible to share a task between different projects?  Example: I have a frontend project and a backend project. Sometimes I have a task (Jira issue) that needs frontend work as well as backend...

View Article
Browsing all 5661 articles
Browse latest View live