Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » What is "PartRenderingEngine's limbo"?
What is "PartRenderingEngine's limbo"? [message #1858814] Mon, 24 April 2023 07:52 Go to next message
Eclipse UserFriend
Hi,

can someone explain to me what the "PartRenderingEngine's limbo" shell does?

In my concrete problem, I am analyzing an RCPTT issue in which RCPTT tries to find the correct Shell for a given ViewReference.

The code in RCPTT that locates this shell effectively boils down to:

var control = ((org.eclipse.ui.internal.WorkbenchPartReference)reference).getPane().getControl();
var shell = control.getShell();


So, my concrete question is: when/how can the widget/control of the WorkbenchPartReference end up in PartRenderingEngine's limbo?

(The strange thing is that this only happens sometimes, and the affected view part (Eclipse's own Project Explorer in our case), is/was actually visible on screen when this happens, so the view is not hidden or otherwise invisible...)

Thanks in advance for any enlightenment...

Best
Stefan
Re: What is "PartRenderingEngine's limbo"? [message #1858869 is a reply to message #1858814] Thu, 27 April 2023 02:22 Go to previous message
Eclipse UserFriend
I'm not sure so many experts exist who can answer this question. Maybe such experts are more likely to see the question if you ask it here:

https://github.com/eclipse-platform/eclipse.platform.ui/discussions
Previous Topic:Eclipse Installer Error
Next Topic:Refactor Deprecated ('classic') search APIs
Goto Forum:
  


Current Time: Sun Aug 31 07:34:08 EDT 2025

Powered by FUDForum. Page generated in 0.05966 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top