Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 60756 Details for
Bug 174213
[ViewMgmt] add attribute to close a sticky view in all open perspectives
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Preliminary patch for those that want to help in testing.
174213_a_patch.txt (text/plain), 1.20 KB, created by
Matthew Hatem
on 2007-03-13 20:34:57 EDT
(
hide
)
Description:
Preliminary patch for those that want to help in testing.
Filename:
MIME Type:
Creator:
Matthew Hatem
Created:
2007-03-13 20:34:57 EDT
Size:
1.20 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java,v >retrieving revision 1.282 >diff -u -r1.282 WorkbenchPage.java >--- Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java 28 Feb 2007 18:15:37 -0000 1.282 >+++ Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java 14 Mar 2007 00:28:07 -0000 >@@ -3396,6 +3396,12 @@ > IWorkbenchPage.VIEW_CREATE); > activatedStickyViewsInThisPerspective.add(viewId); > } >+ // remove a view if it's sticky and its not visible in the old perspective >+ else if (newPersp.findView(viewId) != null >+ && oldPersp.findView(viewId) == null) { >+ hideView(newPersp.findView(viewId)); >+ activatedStickyViewsInThisPerspective.remove(viewId); >+ } > } catch (PartInitException e) { > WorkbenchPlugin > .log(
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 174213
:
60756
|
60944
|
61000
|
61085
|
61089
|
61168