Bug 447703 - "Bring console to top when building" should be enabled per default
Summary: "Bring console to top when building" should be enabled per default
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 minor with 1 vote (vote)
Target Milestone: 9.3.0   Edit
Assignee: Doug Schaefer CLA
QA Contact: Andrew Gvozdev CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-17 09:32 EDT by Alexander Schwinn CLA
Modified: 2017-10-12 08:41 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Schwinn CLA 2014-10-17 09:32:07 EDT
Specially for developers which are new to eclipse this would be nice.

Since years I give lectures on a project which includes using the make-targets in eclipse.
It's always the same, the people press "make all" and wait ... than they press it again because they did not see anything happen ... after the 3rd try they think they did something wrong & ask me for help ... and ofc they blame the tool after they know were to find the console-output.

Even I myself just recently found out that it is possible to enable the setting in the  preference, to bring the console to front automatically.

Actually I cannot imagine why anybody pressing a make-target should not be interested in checking the console-output to see if the make went well.
 
So from my POV, if you want to improve usability, this would be a step forward.
Comment 1 Travis Downs CLA 2017-02-03 16:23:23 EST
Agreed. This isn't just for new user either, but a convenience for old hacks as well. When I run a build I may have any random window foremost in the same pane as the build console, but I definitely want to know if the build failed.

In Java-land there are boolean options on many of the console windows to "bring on front on stdout" and "bring to front on "stderr",. Something like that would be awesome for the build window as well. Bringing to front on error only is useful when you want to know only when the build failed.
Comment 2 Doug Schaefer CLA 2017-05-31 11:20:54 EDT
+1. Changing that now.
Comment 3 Eclipse Genie CLA 2017-05-31 11:27:03 EDT
New Gerrit change created: https://git.eclipse.org/r/98348
Comment 5 Doug Schaefer CLA 2017-05-31 13:06:22 EDT
Done.
Comment 6 Christian Walther CLA 2017-10-12 08:41:12 EDT
This caused a regression, see bug 378302.