Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » What is "PartRenderingEngine's limbo"?
What is "PartRenderingEngine's limbo"? [message #1858814] Mon, 24 April 2023 11:52 Go to next message
Stefan Winkler is currently offline Stefan WinklerFriend
Messages: 307
Registered: July 2009
Location: Germany
Senior Member
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 06:22 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
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


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Eclipse Installer Error
Next Topic:Refactor Deprecated ('classic') search APIs
Goto Forum:
  


Current Time: Sun Apr 28 11:15:03 GMT 2024

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

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

Back to the top