Archive for December, 2007

IntelliJ IDEA 7.0.x Helps Avoid Conflicts

Wednesday, December 26th, 2007

In a team environment, it’s rather easy to run into a conflict of versions, when you are working on the same piece of source code. Now IntelliJ IDEA 7.0.x helps you avoid version conflicts, and keeps a watchful eye on the changes that you and your teammates commit to the repository.
Suppose you open a file for editing and start typing, without synchronizing your local copy first. If somebody else has already modified the same file and has committed changes to the repository, IntelliJ IDEA detects the newer version in the repository and displays a banner on top of the editor, suggesting you to view the differences between your local copy and the repository version of the file and update the file before proceeding with your changes:

Notification of an outdated version

To make this feature work, click the Refresh button button in the Repository or Incoming tabs of the Changes tool window at least once prior to editing.
Information about all the changes committed to the repository, but not yet checked out locally, is also available in the Incoming tab of the Changes tool window:
Incoming tab of the Changes tool window

Technorati tags: , , , ,

JavaPolis License Drawing Results

Thursday, December 20th, 2007

We’re glad to announce the winners of the IntelliJ IDEA license drawing held at JetBrains booth at the recent JavaPolis conference.
Everyone visiting JetBrains booth was welcome to fill out a simple card to participate and have a chance of winning a personal license for IntelliJ IDEA.

Christmas’s knocking on the doors and so it’s time to draw a conclusion and announce the winners.
For that, we put all the cards in our lottery sampling machine, (you can see it below, operated by Dmitry Jemerov and Maria Khalusova) and it all was done in a matter of seconds.

Picking Lottery Winners

Now, cross your fingers — here’s the list of lucky winners, who receive a Personal IntelliJ IDEA 7.0 License right away:

  • Christian Van Laer
  • Sally Keestra
  • Emmanuel Cornette
  • Peter Bernhauser
  • Laurent Van Basselaere
  • Jonas Partner
  • Antac Fazakas
  • Lukasz Degus
  • Philippe Quirynen
  • Fabrice Begare

We would like to thank everyone who came by our booth for all the feedback you have given us during the conference. Even if you didn’t win a license in the drawing — don’t worry much about it. You can still have fun with 30 day unlimited trial, waiting for you right here.

Technorati tags: , , ,

JetGroovy and Ruby Plugins Released

Tuesday, December 18th, 2007

We are glad to announce that recently released IntelliJ IDEA 7.0.2 is now beefed up with JetGroovy and Ruby plugins.
With JetGroovy, IntelliJ IDEA brings its award-winning, productivity-boosting features to Groovy and Grails and provides unsurpassed Groovy support in the Java IDE with:

  • Cross-language support, enabling you to develop applications both in Groovy and Java, with seamless support for all the features, and to compile your project in a single step
  • Built-in debugger, capable of working with both Groovy and Java code
  • Smart, context-sensitive, GDK-aware code completion with cross-resolution between Groovy and Java
  • Syntax highlighting, code formatting and folding
  • Error highlighting, including: unresolved classes, unresolved unqualified properties, incompatible type assignments, method calls and more
  • Auto-insertion of imports statements, parameter info, etc.
  • Refactorings, advanced navigation and views
  • GSP support, with Grails tags and inline Groovy coding assistance
  • Dedicated Visual Application Model editor for Grails
  • Automatic generators for Grails controllers, views, domain classes, jobs, script and more

Read more about JetGroovy plugin features and download it to try live.

Ruby developers will benefit from the complete range of productivity-boosting features brought by the final release of Ruby plugin:

  • Advanced coding assistance with smart code completion, including RHTML code completion
  • JRuby support, with coding assistance and navigation
  • Syntax highlighting, code formatting and folding
  • On-the-fly code inspections with error highlighting and one-click quick-fixes
  • TestUnit and RSpec test frameworks support
  • Ruby and Rails live and file templates plus intention actions
  • Refactorings, advanced navigation and views
  • Automatic generators for Rails skeletons, actions and Ruby access modifiers
  • Run configurations for Ruby and Rails applications, with various application servers support

Read more about Ruby plugin features and download it to try live.


Please note that both plugins support IntelliJ IDEA 7.0.2 and above. You can get them via the given links or IntelliJ IDEA Plugin Manager.

Technorati tags: , , , , , ,