Author Archive

IntelliJ IDEA 10.5.1 EAP build 107.253 is available

Wednesday, June 15th, 2011

We are approaching release of IntelliJ IDEA 10.5.1 and are glad to announce the availability of a new EAP build. This build contains fixes for several major performance and stability related problems. Also, the Windows installer now bundles JDK 1.6.0_22 in order to avoid library incompatibilities due to JDK 1.6_21 vendor name change.

See the list of changes in the release notes and download the new build from the IntelliJ IDEA EAP page.

IntelliJ IDEA 10.5.1 EAP build 107.199 is available

Monday, June 6th, 2011

New EAP build of Intellij IDEA 10.5.1 is available, this time we fixed several major performance and focus related problems. Also Jetty integration was significantly polished according to your feedback. See the list of changes in the release notes and download the new build from the IntelliJ IDEA EAP page.

IntelliJ IDEA 10.5.1 EAP build 107.148

Thursday, May 26th, 2011

In this build we’ve fixed many annoying issues reported by our users with IntelliJ IDEA 10.5, see the list of changes in the release notes and download the new build from the IntelliJ IDEA EAP page. Do you know anything we’ve missed?

ActionScript refactoring improvements in IntelliJ IDEA 10.5

Tuesday, May 10th, 2011

We’re working day and night to bring you more goodies in IntelliJ IDEA 10.5. Here are just a few more of them.

Introduce Variable (Field, Constant) refactoring now has a type chooser and makes it easier to work with untyped array elements (among other things):

(more…)

IntelliJ IDEA 10.5 EAP build 107.18

Tuesday, May 3rd, 2011

Only several days left until IntelliJ IDEA 10.5 bug fix mode freeze and a new EAP build is available for download. This build contains important fixes in Groovy 1.8 support.
See the list of changes in the release notes and download the new build from the IntelliJ IDEA EAP page.

IntelliJ IDEA 10.5 EAP build 106.330

Thursday, March 31st, 2011

IntelliJ IDEA 10.5 development goes full-speed and here is another fresh EAP build for you to try.
Check out the list of changes in the release notes on the IntelliJ IDEA EAP page and download the new build.

Make sure you follow out blog or twitter and have not missed the recent postings about new things coming in IntelliJ IDEA 10.5.

We’re looking forward to your feedback!

Start using Java 7 with IntelliJ IDEA 10.5 EAP

Friday, March 25th, 2011

A while ago we announced the IntelliJ IDEA 10.5 update, focusing on Java 7 support. Now we invite you to start using Java 7 with your favorite IDE: IntelliJ IDEA 10.5 EAP build 106.273 is available for download from the EAP page.

We will continue showcasing user visible improvements of the upcoming release in our blog (like documentation view overhaul, lighter refactorings UI, etc.), so stay tuned.

As an x.5 version, IntelliJ IDEA 10.5 will be a free update for IntelliJ IDEA 10.

IntelliJ IDEA 10.5 is also going to be a massive bug fix release. We need your feedback — welcome to our EAP discussion forum and issue tracker.

P.S. Ah yes, the codename for this version is Xena.

IntelliJ IDEA 10.0.3 EAP build 103.190

Monday, March 14th, 2011

Latest update contains support for horizontal scrolling with mouse. It also includes important fixes for version control problems with Svn, Cvs and Perforce reported by our customers. The ActionScript editor now properly handles binaries produced by early version of Flash player 11. You can download the new EAP build or check the release notes on the IntelliJ IDEA EAP page.

Editing HTML Inside of JS Literals

Thursday, December 3rd, 2009

It often happens that we need to edit HTML code inside JavaScript literals. With Maia this is at last possible, and even with pleasure!

Completion, quick documentation, and navigation for HTML, CSS and even JavaScript inside JavaScript literals is at your service :)

Unwrap code constructs in JavaScript / ActionScript

Wednesday, November 18th, 2009

Sometimes when you are editing JavaScript/ActionScript code, you need to remove, say, an enclosing if statement without touching a current code block.

In Maia you can just invoke Unwrap/Remove action (Control+Shift+Delete in Windows keymap), which allows to precisely select which construct to unwrap:

Voila! The edited code block is unwrapped and in place!

BTW, this handy action works in XML/HTML/JSP files, where it removes enclosing tags.

Enjoy developing with pleasure!