Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 17:31 Go to next message
Peu Stace is currently offline Peu StaceFriend
Messages: 4
Registered: July 2009
Junior Member
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 16:28 Go to previous messageGo to next message
Peu Stace is currently offline Peu StaceFriend
Messages: 4
Registered: July 2009
Junior Member
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 11:15 Go to previous messageGo to next message
Peu Stace is currently offline Peu StaceFriend
Messages: 4
Registered: July 2009
Junior Member
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 12:03 Go to previous messageGo to next message
Sharon F is currently offline Sharon FFriend
Messages: 8
Registered: July 2009
Junior Member
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 18:06 Go to previous message
Peu Stace is currently offline Peu StaceFriend
Messages: 4
Registered: July 2009
Junior Member
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: Fri Apr 26 12:58:19 GMT 2024

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

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

Back to the top