2 Replies Last post: Jan 27, 2009 2:28 PM by ha  
ha  Newbie 9 posts since
Jan 22, 2004
Currently Being Moderated

Jan 27, 2009 1:31 PM

equivalent functionality to problem pane in eclipse?

I'm trying to make the switch from eclipse to IDEA-8.0.

 

One thing I'm finding annoying the the inability to get an overview of all current compilation errors and warnings, like the problem pane in eclipse. (I'm not talking about doing a make to find all the compilation problems - I want to see a list of all the problems that I can group in different ways and have instantly available without manually doing any compilations).

 

Is there a way to do this in IDEA, or am I missing something (i.e. is there a different approach to spotting errors due to code changes when using IDEA)?

Dmitry Jemerov JetBrains 11,356 posts since
Aug 19, 2002
Currently Being Moderated
Jan 27, 2009 1:53 PM in response to: ha
Re: equivalent functionality to problem pane in eclipse?

Hello ha,

 

There is no way to see the problems without doing a compilation. (Neither

there is in Eclipse - Eclipse compiles the code for you automatically. If

you want to have auto-compilation in IDEA, you can install a plugin: http://plugins.intellij.net/plugin/?id=3822

)

 

To see the list of problems after a compilation, you can either use the Messages

window or select "View as: Scope / Problems" in the Project view.

 

I'm trying to make the switch from eclipse to IDEA-8.0.

 

One thing I'm finding annoying the the inability to get an overview of

all current compilation errors and warnings, like the problem pane in

eclipse. (I'm not talking about doing a make to find all the

compilation problems - I want to see a list of all the problems that I

can group in different ways

and have instantly available without manually doing any

compilations).

Is there a way to do this in IDEA, or am I missing something (i.e. is

there a different approach to spotting errors due to code changes when

using IDEA)?

 

---

Original message URL:

http://www.jetbrains.net/devnet/message/5230863#5230863

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

 

 

 

More Like This

  • Retrieving data ...