Community
Participate
Working Groups
Build Identifier: Version: Juno Release Build id: 20120614-1722 Before I upgraded to Juno this morning I used to happily run tests with the JUnit view minimized, and enjoy seeing the progress of the tests on it. Now I don't see any change on the icon until if passes (where a green check appears) or fails (where a red X appears). The animation of the little green/red squares, showing progress of the suite is gone, which is very frustrating and means I have to waste screen real estate having the junit view open (not optimal at all when coding on a small screen). Reproducible: Always Steps to Reproduce: 1. Open Juno 2. Run JUnit test 3. See no progress
It looks like the fix for bug 318866 is not complete: that fix only works if the JUnit view did not have focus when the stack got minimized. This should be considered for 4.2.1.
The problem is that the act of minimizing a stack and subsequently showing / hiding it currently do not issue the part There is currently no API we can use to issue the events from the MinMaxAddon since that would require the addon having a dependency on the IDE (and it's heavily used in e4 apps). We're currently working on a much better state machine based manager for part states in e4 (see bug 378408) and once it's done we'll be able to proceed with fixing this one (we expect to put a 'setPartState' API into the EPartService as part of this work).
Some prerequisites are missing to fix it now. See Comment 2
(In reply to Daniel Rolka from comment #3) > Some prerequisites are missing to fix it now. See Comment 2 I see that the Bug378408 is still in the 'New' state. Should we wait for it or we can try to implement it using different approach if possible (i.e. using some model tags)? Daniel
Eric, should we try and fix this or defer it to M5 and fix it with the lifecycle handling? PW
The patch proposal has been pushed to Gerrit - https://git.eclipse.org/r/#/c/20615/ thanks, Daniel
Pushed Daniel's last patch: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=5da5952ac820ee036bf94b225389c550c9fd6e35 Thanks dude !
Verified in I20140119-2000.
*** Bug 148574 has been marked as a duplicate of this bug. ***