Community
Participate
Working Groups
My view implements IPartListener2 but partHidden is never called when you minimize the view and partVisible is never called when you restore it. These methods work only if I open and close the view. Follow a part of my code. Thanks Giovanni Quarella Eclipse 3.2 Build id: I20060505-1306 public class TableView extends ViewPart implements ISelectionListener, IPartListener2 { ... public void createPartControl(Composite parent) { getViewSite().getPage().addPartListener(this); .... public void partHidden(IWorkbenchPartReference partRef) { System.out.println("partHidden: " + partRef.getId()); } public void partVisible(IWorkbenchPartReference partRef) { System.out.println("partVisible: " + partRef.getId()); }
Updated as per http://wiki.eclipse.org/Platform_UI/Bug_Triage PW
n left side navigation we have some list which opens editors. Editor part(device image) we have zoom position 125 to 400 % . While closing editor zoom percentage is 200 , I need to save this zoom position for this part under particular list id . While opening the same list id it display with last zoom position
*** Bug 400123 has been marked as a duplicate of this bug. ***
The similar issue was reported by the Bug 384108 and fix for it is already available in the M5 build (http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M5-201401231600/) Could you please verify if the issue is still valid for you? Daniel
Since the the symptoms described in the bug seem to be similar to the bug 384108 that is already fixed I will close the bug as duplicate. Feel free to reopen it when it is still valid, Daniel *** This bug has been marked as a duplicate of bug 384108 ***