Hi All,
I did a small fix to make the collapsing on the tree work on the Mac OS X platform. I tested this out on Linux and Mac and it works, so I committed it. Please test it out on Windows as-well.
In eu.geclipse.ui.providers.GridModelContentProvider::treeCollapsed
I commented out the following lines. //this.treeViewer.setChildCount( element, 0 );//this.treeViewer.setChildCount( element, 1 );
PS: No problems found except the known issue.
Thanks, Harald Gjermundrod
On Feb 27, 2008, at 2:33 PM, Stuempert, Mathias IWR wrote: Hi All, I just committed a fix that should at least partially solve the problems with the virtual nodes. Those of you that did experience problems with connections and resource nodes please update core and ui and test the fix. Please report back ASAP if this helps. One known issue is still there. If you are opening a node without any children the fetching stops with the progress bar at 100% but the progress bar does not disappear. Since this is a known bug I am already working on don’t report this ;-) Cheers, Mathias _______________________________________________ geclipse-dev mailing list geclipse-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/geclipse-dev
|