The Artima Developer Community
Sponsored Link

Artima Developer Spotlight Forum
JetBrains Releases IntelliJ IDEA 9 Milestone 1

4 replies on 1 page. Most recent reply: Jun 26, 2009 12:10 PM by Fred Garvin

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

JetBrains Releases IntelliJ IDEA 9 Milestone 1 Posted: Jun 25, 2009 4:25 PM
Reply to this message Reply
Advertisement

JetBrains, the maker of the multi-language IntelliJ IDEA, released the first milestone of its upcoming IDEA 9 IDE. Main new features in IDEA include support for Java EE 6, OSGi, Android development, as well as improved support for Flex and enterprise Java frameworks.

Also part of the new release is a context-aware task manager, similar to the popular Mylyn tool in Eclipse:

You can [tie] your JIRA account and IntelliJ IDEA together via Project Settings dialog, Tasks, Servers panel, then activate a task via Tasks, Activate Task menu... It cleans your workspace, creates a change list, and optionally loads a stacktrace into IntelliJ IDEA (if there is an exception description in that task).

The tasks managed in this manner include JIRA as well as local task annotations inside the source code.

For developers wanting to use the latest Java EE 6 features, IntelliJ supports updates to the Java Persistence AP, EJB 3.1, JSF 2.0, Servlet 3, Web Beans, and Bean Validation. In addition, IDEA 9 also provides integration with Glassfish Preview 3.

Extended support for Flex includes AIR development, as well as an ActionScript code hierarchy browser. This brings the code analysis features familiar to Java developers to Flex development as well.

What do you think of the latest IntelliJ features?


Emil Kirschner

Posts: 9
Nickname: entzik
Registered: Aug, 2007

Re: JetBrains Releases IntelliJ IDEA 9 Milestone 1 Posted: Jun 26, 2009 5:20 AM
Reply to this message Reply
so what about improved scala support ;-) ?

Daniel Jimenez

Posts: 40
Nickname: djimenez
Registered: Dec, 2004

Re: JetBrains Releases IntelliJ IDEA 9 Milestone 1 Posted: Jun 26, 2009 7:45 AM
Reply to this message Reply
> …
>
> Also part of the new release is a context-aware task
> manager, similar to the popular Mylyn tool in
> Eclipse:
>
> You can [tie] your JIRA account and IntelliJ IDEA
> together via Project Settings dialog, Tasks, Servers
> panel, then activate a task via Tasks, Activate Task
> menu... It cleans your workspace, creates a change list,
> and optionally loads a stacktrace into IntelliJ IDEA (if
> there is an exception description in that task).
>
> …
>
> What do you think of the latest IntelliJ features?

Task integration, hrm. I do my own task management external to my IDE - less than 50% of my work is done in Java, and no IDE has been sufficient in Java+other to my taste - making this feature useless. I always wonder, if I hide the task panel, does the program not expend any resources on it? I have the same question about Eclipse when I have to use it - does Mylyn stop taking up my cycles if I never touch it?

About that stack trace, though ... I've always wanted the ability to input a stack trace somehow and get the IDE to open the source for it with bookmarks of some sort on each line referenced. Anyone know how to enact that in any IDE?

Matthew Passell

Posts: 6
Nickname: mpassell
Registered: Jul, 2004

Re: JetBrains Releases IntelliJ IDEA 9 Milestone 1 Posted: Jun 26, 2009 9:16 AM
Reply to this message Reply
> ... I always wonder, if I
> hide the task panel, does the program not expend any
> resources on it? I have the same question about Eclipse
> when I have to use it - does Mylyn stop taking up my
> cycles if I never touch it?

Good question. I used to use Mylyn, but lost interest when the integration with FogBugz ceased to be free. Since then, I've just disabled all of the Mylyn related modules/plugins.

> About that stack trace, though ... I've always wanted the
> ability to input a stack trace somehow and get the IDE to
> open the source for it with bookmarks of some sort on each
> line referenced. Anyone know how to enact that in any IDE?

Do you know about the "Java Stack Trace Console" in Eclipse? If you're in the Console view, you can click on the Open Console toolbar menu and open a stack trace console. When you paste Java stack traces into it, the method references become links to the source. I'm not sure about support for other languages, but at least the foundation is there.

--Matt

Fred Garvin

Posts: 52
Nickname: fredgarvin
Registered: Jan, 2008

Re: JetBrains Releases IntelliJ IDEA 9 Milestone 1 Posted: Jun 26, 2009 12:10 PM
Reply to this message Reply
> ... I've always wanted the ability to input a stack
> trace somehow and get the IDE to open the source ...

IDEA has a very useful feature for analyzing, formattting, and navigating stack traces.

From the menu:

Analyze | Analyze Stacktrace

Flat View: This topic has 4 replies on 1 page
Topic: The Adventures of a Pythonista in Schemeland: Macros and Lexical Context Previous Topic   Next Topic Topic: Eclipse Project Releases Eclipse 3.5 Galileo

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use