Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Automatically activate 'problems' view when errors occur in compilation
Automatically activate 'problems' view when errors occur in compilation [message #334133] Wed, 21 January 2009 12:31 Go to next message
Eclipse UserFriend
My requirement: I want the problems view in Eclipse to pop up or to be
activated when there are compilation errors.

I've tried achieving this by setting it as a fast view, but this doesn't
give the desired result. I've looked at all the preferences for the view
itself and I've checked in Windows->Preferences, but can't see anything
there.

I've also searched around online and on the various Eclipse groups but
can't find an answer to this. It seems a common enough action to want to
perform.

Thanks in advance
Re: Automatically activate 'problems' view when errors occur in compilation [message #334159 is a reply to message #334133] Thu, 22 January 2009 11:28 Go to previous messageGo to next message
Eclipse UserFriend
Anyone?

This surely must be possible as other windows pop-up when activated, e.g.
the debug window, search, etc.
Re: Automatically activate 'problems' view when errors occur in compilation [message #334278 is a reply to message #334133] Fri, 30 January 2009 06:15 Go to previous messageGo to next message
Eclipse UserFriend
Have added a feature request for this:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=263019

If you'd like to see it as a feature also, add a vote for it :)
Re: Automatically activate 'problems' view when errors occur in compilation [message #334281 is a reply to message #334133] Fri, 30 January 2009 07:03 Go to previous messageGo to next message
Eclipse UserFriend
Peu Stace wrote:

> My requirement: I want the problems view in Eclipse to pop up or to be
> activated when there are compilation errors.

> I've tried achieving this by setting it as a fast view, but this doesn't
> give the desired result. I've looked at all the preferences for the view
> itself and I've checked in Windows->Preferences, but can't see anything
> there.

> I've also searched around online and on the various Eclipse groups but
> can't find an answer to this. It seems a common enough action to want to
> perform.

> Thanks in advance

By Automatically do you mean programmatically?

Activator.getDefault().getWorkbench().getActiveWorkbenchWind ow()
getActivePage().showView("org.eclipse.ui.views.ProblemView") can show up
or activate the problem view.

Sharon
--
http://www.eclaxy.com
Re: Automatically activate 'problems' view when errors occur in compilation [message #334286 is a reply to message #334281] Fri, 30 January 2009 13:06 Go to previous message
Eclipse UserFriend
I don't mean programatically, I mean to set it as an end user, such that
it is triggered on build errors. Thanks for the tip, it appears it's easy
enough to achieve in principle, depending on the logic behind building.
Previous Topic:Get image from platform image registry
Next Topic:Java heap space out of memory error
Goto Forum:
  


Current Time: Sun Mar 16 22:58:24 EDT 2025

Powered by FUDForum. Page generated in 0.05038 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top