IntelliJ IDEA 12.1.2 EAP and 50% OFF

April 17th, 2013 by Andrey Cheptsov

Two bits of exciting news for IntelliJ IDEA’s users today. The first one is that the upcoming release of IntelliJ IDEA 12.1.2 is available for early preview. The new build brings many enhancements and bugfixes.

The full list of changes can be found in Release Notes.

And the second exciting news is that you can get 50% OFF if you buy IntelliJ IDEA until the end of Earth Day Celebration. Hurry up!

As always you are welcome with your feedback on IntelliJ IDEA 12.1.2 EAP at our discussion forum and with bug reports in the issue tracker.

Develop with Pleasure!

IntelliJ IDEA 12.1.1 Update is Available

April 11th, 2013 by Andrey Cheptsov

If you haven’t updated to the newest IntelliJ IDEA 12.1 yet, there is one more good reason to do it right now. We are happy to announce IntelliJ IDEA 12.1.1, the new update with more enhancements.

The new version is available for download on the official website. The automatic update from the IDE is now working again for Mac OS X and all other platforms!

Find the full list of changes in the update in Release Notes.

Develop with Pleasure!

Better Gradle Support in IntelliJ IDEA 12.1

April 9th, 2013 by Denis.Zhdanov

Good news for all who use Gradle in their projects. The newest update of IntelliJ IDEA brings new features and enhancements for the Gradle integration.

Now IntelliJ IDEA provides you additional configuration settings:

  • Use gradle wrapper — The IDE automatically detects if the linked gradle project is wrapper-aware and uses it for refreshing the project and running tasks;
  • Use auto-import — Every project structure change is automatically picked up by the IDE on Gradle project refresh (e.g. when a new library is added/removed at build.gradle, it’s added/removed at the IDE as well). Note, that user-defined project changes are not automatically overwritten. E.g. when a user manually adds a library dependency to a module it’s not automatically removed during the auto-import.
  • Service directory path — Allows to specify a location where Gradle stores downloaded library binaries. Useful for Windows’ users who may want to tune their anti-virus software.

Read the rest of this entry »

IntelliJ IDEA 12.1 with JavaFX 2 Support is Available

April 3rd, 2013 by Andrey Cheptsov

Each year we celebrate Spring by rolling out a fresh update for the latest big release, with bugfixes and usability enhancements. This spring is no exception, so today we are excited to announce that IntelliJ IDEA 12.1 is finally out and available for download.

As you remember, IntelliJ IDEA 12 brought major improvements such as support for Java 8, Play 2, Android UI designer, a new compiler with double the performance, more database tools, and of course Darcula, the new dark look and feel. This update improves on most of these features and adds some new ones as well.

JavaFX 2

Support for JavaFX 2, Oracle’s new rich client platform for Java, now includes complete support for FXML markup, custom CSS, code completion, navigation and search, refactorings, packaging tools, and integration with SceneBuilder.

Read the rest of this entry »

IntelliJ IDEA 12.1 RC2 is Out

March 27th, 2013 by Andrey Cheptsov

The countdown for the upcoming release has officially begun. Today we have released IntelliJ IDEA 12.1 129.111, the second release candidate with more bugfixes and usability enhancements.

The full list of changes can be found in Release Notes.

Please feel free to share your feedback on the discussion forum and report bugs directly to our issue tracker.

Develop with Pleasure!

Packaging JavaFX 2 Applications in IntelliJ IDEA 12.1

March 25th, 2013 by Anna Kozlova

This is the third part of the JavaFX 2 serie about the new features coming in IntelliJ IDEA 12.1. Today we would like to show how you can prepare your application deployment bundles.

Since the last two posts we have updated the project wizard so when you create a project it comes with an already configured artifact.

If you accept to create a project and open File → Project Structure → Artifacts, you will see a configured artifact of JavaFx Application type.

Read the rest of this entry »

IntelliJ IDEA 12.1 Release Candidate is Out

March 21st, 2013 by Andrey Cheptsov

We are happy to announce that the first release candidate for IntelliJ IDEA 12.1 is out and available for download. The release candidate build as always comes with a new bunch of bugfixes and enhancements you have been waiting for.

Find the full list of changes in Release Notes.

There is only one week left before the long-waited release, so please don’t hesitate to submit your feedback on the discussion forum and report bugs in our issue tracker.

Develop with Pleasure!

Use the UTF-8, Luke! File Encodings in IntelliJ IDEA

March 18th, 2013 by Alexey Kudravtsev

Today we would like to answer the most frequent questions about file encodings in the IDE and show you a few tricks, which may help you to avoid potential pitfalls.

What is the problem with file encodings?

To be able to display the text correctly, IntelliJ IDEA needs to know which file encoding to use. Unfortunately, it is not always possible to tell the file encoding without additional information. Especially when single-byte encodings are used, there are multiple mappings possible.

Read the rest of this entry »

Support for JavaFX 2 CSS in IntelliJ IDEA 12.1

March 15th, 2013 by Anna Kozlova

This is the second part of the serie about Java FX 2 support in the upcoming IntelliJ IDEA 12.1. Today we would show some features dedicated to help you to skin your JavaFX application with CSS. We would use the same sample application we were using in the previous post.

As you know JavaFX allows to configure stylesheets for nodes in your .fxml. IntelliJ IDEA helps to complete existing .css files:

You may rename, move, etc your .css file, the reference would be updated accordingly. If you deside to add one more stylesheet and want to convert attribute value to subtag, the IDE would also help you here.

Read the rest of this entry »

IntelliJ IDEA 12.1 EAP 129.17 is Available

March 14th, 2013 by Andrey Cheptsov

As you know, there’s only two weeks left before the long-awaited big update to IntelliJ IDEA 12.1. That’s why today we are announcing IntelliJ IDEA 12.1 EAP 129.17, one more public preview for the upcoming release, with more bugfixes and enhancements.

As usual, the full list of changes is available in Release Notes.

Thanks to everyone for sharing your feedback on the new features in our discussion forum and reporting bugs to the issue tracker. Your help and support is invaluable for us.

Develop with Pleasure!