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 112717 Details for
Bug 80128
[ViewMgmt] closing stacked view should be possible without opening it first
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]
One line fix, adds close icons to all views when unselected
patch-80128.txt (text/plain), 1.20 KB, created by
Trevor
on 2008-09-16 20:48:33 EDT
(
hide
)
Description:
One line fix, adds close icons to all views when unselected
Filename:
MIME Type:
Creator:
Trevor
Created:
2008-09-16 20:48:33 EDT
Size:
1.20 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/presentations/WorkbenchPresentationFactory.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/WorkbenchPresentationFactory.java,v >retrieving revision 1.30 >diff -u -r1.30 WorkbenchPresentationFactory.java >--- Eclipse UI/org/eclipse/ui/presentations/WorkbenchPresentationFactory.java 5 May 2008 13:09:47 -0000 1.30 >+++ Eclipse UI/org/eclipse/ui/presentations/WorkbenchPresentationFactory.java 17 Sep 2008 00:45:06 -0000 >@@ -7,6 +7,7 @@ > * > * Contributors: > * IBM Corporation - initial API and implementation >+ * Trevor Kaufman (endante@gmail.com) - Bug 80128 > *******************************************************************************/ > > package org.eclipse.ui.presentations; >@@ -114,7 +115,7 @@ > > PresentablePartFolder partFolder = new PresentablePartFolder(folder); > >- folder.setUnselectedCloseVisible(false); >+ folder.setUnselectedCloseVisible(true); > folder.setUnselectedImageVisible(true); > > TabbedStackPresentation result = new TabbedStackPresentation(site,
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 80128
: 112717