| Summary: | [Compatibility] Plug-in Spy does not find information about active shell | ||
|---|---|---|---|
| Product: | [Eclipse Project] e4 | Reporter: | Remy Suen <remy.suen> |
| Component: | UI | Assignee: | Remy Suen <remy.suen> |
| Status: | VERIFIED FIXED | QA Contact: | Remy Suen <remy.suen> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.0 | ||
| Target Milestone: | 4.1 RC3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Remy Suen
The code relies on the return value of the shell's getData() method. In 3.x, a workbench window would return org.eclipse.ui.internal.WorkbenchWindow and a detached window would return org.eclipse.ui.internal.DetachedWindow. (In reply to comment #1) > In 3.x, a workbench window would return org.eclipse.ui.internal.WorkbenchWindow > and a detached window would return org.eclipse.ui.internal.DetachedWindow. Fixed in CVS HEAD. Detached windows won't get anything. This is an accurate representation as it is not backed by anything in org.eclipse.ui.workbench. Verified with I20110524-2200 on Windows XP. |