Community
Participate
Working Groups
Build Id: 20130516-2200 I usually minimize the breakpoints view. I frequently find that when peeking at the view that the contents are empty. I have to close the view and re-open the view. (I've just seen the variable empty too, though it isn't minimized.) There are no messages in the .log
We'll take a look in RC1...
Build-Id: 4.4.0.I20140501-0200 Repurposing this for 4.4M7: if I minimize a stack containing the breakpoints view and open as a quick-view it's now always empty. Steps to repeat: 1. Open the Breakpoints view and drag into a separate stack 2. Minimize the stack. 3. Open the Breakpoints as a quick view. See it's empty If I add another view in the stack then the Breakpoints view always seems to repopulate! In my testing yesterday, I had to switch between them first, but just the presence seems adequate this morning.
There's a fair chance that this is the result of us messing with the 'partVisible' / 'partHidden' events when you minimize stacks. We changed this to get the JUnit view to show the icon 'status' when the stack is minimized. Likely we need to track the show / hide of a minimized stack and issue the appropriate events from the workbench. I thought there was already a tag used to indicate the 'showing' status but I can't find it now. We *should* add / remove a tag when the trim stack shows/hides, track that in the Workbench(Window?) and fire the appropriate events... Brian, we can't do this for M7...there's gonna be some churn in fixing this so we'd best wait.
It's not a simple fix, and this problem is in M6, so we should look at this in RC1 PW
I've pushed a patch to Gerrit: https://git.eclipse.org/r/25843 We likely want to clean this up a bit but we can use it to ensure that it covers the bases...
Brian, saw your comments and adjusted the code accordingly (thanks!), please take another look...
Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=32577d1b85f28178d326b9f547f7807d43d067dd PW
Verified in 4.4.0.I20140515-1230.