Archive for the ‘News & Events’ Category

Play! Console in IntelliJ IDEA

Thursday, January 12th, 2012

Did you know that IntelliJ IDEA 11 provides an integrated Play Framework console?

Start it from “Tools” menu, complete Play! commands, use command history, analyze output.
Play! with pleasure!

IntelliJ IDEA 11.0.1

Friday, December 30th, 2011

What could be a better way for the IntelliJ IDEA team to conclude the year 2011 than to release a bugfix update? And that’s exactly what we’re doing.

To upgrade to the new version, simply use the “Check for Update” action if you’re already running version 11, or grab the complete installer from the download page. And of course, the release notes for the new build are also available.

Happy New Year, and see you again in 2012!

IntelliJ IDEA for Spring Integration 2.0 Patterns

Tuesday, December 27th, 2011

Spring Integration extends Spring to support the well-known Enterprise Integration Patterns via lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters.

Just wanted to let you know that in IntelliJ IDEA 11 we’ve added support for all 21 integration schemes with code analysis, completion, usages search and basic refactorings.

IntelliJ IDEA 11.0.1 Release Candidate 2

Friday, December 23rd, 2011

The second release candidate for the first bugfix update of IntelliJ IDEA 11, build 111.139, is available.
The build has fixes for unexpected regression in IDE stability on Linux platform, as well as important fixes for Spring and JavaScript support.

The complete release notes for the new build are available in the usual place.

IntelliJ IDEA 11.0.1 Release Candidate

Monday, December 19th, 2011

The release candidate for the first bugfix update of IntelliJ IDEA 11, build 111.123, is available today. Notable changes include a new UI for entering Subversion credentials and support for Spring 3.1 when creating a new project.

The complete release notes for the new build are available in the usual place.

JetBrains Apparel Store News

Friday, December 16th, 2011

A year ago, we launched our Apparel Store.
Throughout this year, we have fulfilled hundreds of orders, significantly improved our service and delivery.
The best news is that free shipping within the US is now included in the price. An extra $9 will take your T-Shirt to any part of the World. To tell you the truth, the price of the T-Shirt is now calculated on a zero-profit model.
Adding more cool products and other improvements is on the agenda. Your feedback and ideas are appreciated!

If you haven’t chosen a Christmas present for a colleague or for yourself, why not consider an IntelliJ IDEA T-Shirt? Order by the end of the week and get it for Christmas!*
_____
*in the USA. European customers can choose express shipping to meet the deadline.

Spring 3.1: Testing with @Configuration classes and profiles

Friday, December 16th, 2011

Latest Spring 3.1 features can be easily found in IntelliJ IDEA 11 release.

If you’ve already started testing your applications with @Configuration classes and environment profiles, tell us how it works for you in IntelliJ IDEA.

IntelliJ IDEA 11: New and Noteworthy in Database Realm

Wednesday, December 7th, 2011

There are many little things in database and SQL area that got attention in yesterday’s IntelliJ IDEA 11 release but now I just want to highlight the major ones.

Data Sources view got a new look and now includes stored procedures both from DDL scripts and real databases. The existing SQL dialects support has been redesigned with two new dialects introduced: H2 and MS Transact-SQL. So the list of supported SQL languages now looks like this:

Data Sources Toolwindow
  • MySQL 5.6
  • PostgreSQL 9.0.5
  • Oracle 11.2
  • SQLite 3.7
  • SQL Server 10.50
  • Derby 10.8
  • HSQLDB 2.2
  • H2 1.3
  • SQL-92

   Featuring:

  • Exact syntax as in docs
  • Context-aware completion
  • PL-extensions support

Database view:

  • Includes stored procedures. Search for usages, navigate to, drag and drop to editor, etc.
  • Working with large databases is now less painful. Tables and procedures are available the moment their names are loaded. Columns, procedure parameters and other information are loaded in background afterwards.
  • If something is changed there’s no need to wait for the whole synchronization. Refresh only selected schemas, tables or procedures.

Database Console:

  • Console now remembers its state so you won’t lose statements you have never run.
  • If you do not want to switch editors back and forth you can run statements directly from an SQL file or any other place where SQL injection takes place: invoke “Run Query in Console” intention for the first time then use console “Execute” action shortcut as if you are in console.
  • Transact-SQL batch execution mode (the toggle is hidden in the console properties dialog)
  • Console editor now can be undocked and split as any other editor.

Enjoy.

IntelliJ IDEA 11 is Out: Get Ready for a Productivity Takeoff!

Tuesday, December 6th, 2011

The newest version 11 of IntelliJ IDEA is available for immediate download!

Just as all previous years, this year of work brings a great amount of changes: a brand new streamlined user interface, impressive IDE performance optimizations and numerous improvements throughout the whole environment.

The key new features introduced in IntelliJ IDEA 11 include:

  • Support for web development with the Play framework.
  • Groovy 2.0 support with new intention actions and refactorings.
  • Gradle integration.
  • CoffeeScript editor with code assistance, inspections and formatting options.
  • Grails 2.0 support with all its features, including also Grails web-flow and Spock framework.

IntelliJ IDEA is now a first-class citizen on all of its supported platforms, with platform-specific features such as Mac OS X Lion full-screen support or drag-n-drop and symbolic links support on Linux and much more.

The updated IntelliJ IDEA Community Edition gets important improvements for Android development, including live preview of Android UI layouts and compatibility with the latest Android 4.0 SDK (Ice Cream Sandwich).

For further details check out what’s new, download IntelliJ IDEA 11 and develop with pleasure!

The IntelliJ IDEA Team

IntelliJ IDEA 11 RC2: It’s Getting Faster All the Time

Monday, December 5th, 2011

We’ve just uploaded IntelliJ IDEA 11 Release Candidate 2 for you to try. Download it now and check the changelist if you are interested.

Also, some numbers for the curious minds.

Last year, just before version 10 release, we had made some benchmarks for IntelliJ IDEA 10 indexing speed. It was good for the size of project we had at the time. But it grows constantly, that’s why we have to return to this subject. Let’s see if IntelliJ IDEA 11 performance fits its own codebase.

Another bottleneck of developer’s productivity is application startup time. We’ve spent some efforts on this, too. Here are the results

Note that the startup time was measured at the first IDE start after switching computer power on. IDE restart time is much shorter, just about 30 seconds.

Full specs of the computers we used:
1. Windows 7: Core i7 (2.8 GHz), HDD 10K rpm, Windows 7 x64 (32-bit JRE)
2. Linux: Core i7 (2.8 GHz), HDD 10K rpm, Ubuntu 10.10 x64 (32-bit JRE)
3. Mac OS X: Mac Pro (2.8 GHz), HDD 7200 rpm, Mac OS X 10.7 Lion (64-bit JRE)

Enjoy the speed!