Posts Tagged ‘12.1’

IntelliJ IDEA 12.1.4 EAP 129.549 is Available

Wednesday, May 22nd, 2013

Today we have released IntelliJ IDEA 12.1.4 EAP 129.549, a preview build for the upcoming update. The new IntelliJ IDEA build can run on latest JDK8 beta releases and supports latest Android SDK tools r22.

Find full list of changes 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!

IntelliJ IDEA 12.1.3 EAP build 129.400 is available

Thursday, May 2nd, 2013

There is new EAP build of IntelliJ IDEA 12.1.3 available for download. The complete list of changes can be found in Release Notes. We welcome your feedback on IntelliJ IDEA 12.1.3 EAP at our discussion forum and with bug reports in the issue tracker.

Develop with Pleasure!

IntelliJ IDEA 12.1.2 Update is Available

Thursday, April 25th, 2013

We are excited to announce that IntelliJ IDEA 12.1.2 is available for download. This is the second update for IntelliJ IDEA 12.1 with a new bunch of enhancements and bugfixes.

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

If you are already running IntelliJ IDEA 12.1 right now, call Check for Updates… action and the IDE will download the update automatically.

Develop with Pleasure!

Manage Line Separators in IntelliJ IDEA 12.1 Like a Boss

Thursday, April 18th, 2013

As we mentioned before the latest release of IntelliJ IDEA comes with better management for line separators.

The information about the line separators type used in the currently opened file is available now in the status bar.

Not a big surprise that it is possible to change the type of line endings for the current file via this control.

You can also perform a bulk change. Just select a target file or a directory in the project view and choose new separator via Main Menu → File → Line Separator.

Please feel free to share your feedback on this feature on our discussion forum or submit bug reports to the issue tracker.

Develop with Pleasure!

IntelliJ IDEA 12.1.2 EAP and 50% OFF

Wednesday, April 17th, 2013

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

Thursday, April 11th, 2013

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

Tuesday, April 9th, 2013

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.

(more…)

IntelliJ IDEA 12.1 with JavaFX 2 Support is Available

Wednesday, April 3rd, 2013

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.

(more…)

IntelliJ IDEA 12.1 RC2 is Out

Wednesday, March 27th, 2013

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

Monday, March 25th, 2013

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.

(more…)