Community
Participate
Working Groups
Follow-up to bug 443845 comment 3. master; already broken in 4.3.2. - new workspace; switch theme to Windows 7 Classic; restart - paste this snippet: package snippet; public class Snippet { public static void main(String[] args) throws Exception { for (int i= 0; i < 2000; i++) { Thread.sleep(2000); System.out.println(System.currentTimeMillis()); java.awt.Toolkit.getDefaultToolkit().beep(); } } } - Debug - disable "Show Console When Standard Out Changes" - right after a beep, quickly do: - click the Declaration view tab - click into the editor => The Console view tab doesn't get bold when new output is produced. It only gets bold when the mouse is moved over a view tab in that stack. Bug 413936 fixed a similar problem in a few pre-4.4 builds by setting a property to its default value in the css, but the bug reappeared in the 4.4 release (bug 440086).
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.