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 179140 Details for
Bug 325392
Render menu contributions using the ContributionManagers
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]
Disable 'auto-hiding' of MRenderedToolbars
patch(325392) (text/plain), 1.54 KB, created by
Eric Moffatt
on 2010-09-17 13:55:02 EDT
(
hide
)
Description:
Disable 'auto-hiding' of MRenderedToolbars
Filename:
MIME Type:
Creator:
Eric Moffatt
Created:
2010-09-17 13:55:02 EDT
Size:
1.54 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.e4.ui.workbench.addons.swt >Index: src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java >=================================================================== >RCS file: /cvsroot/eclipse/e4/org.eclipse.e4.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java,v >retrieving revision 1.25 >diff -u -r1.25 CleanupAddon.java >--- src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java 27 Aug 2010 14:25:32 -0000 1.25 >+++ src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java 17 Sep 2010 17:38:41 -0000 >@@ -29,6 +29,7 @@ > import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar; > import org.eclipse.e4.ui.model.application.ui.basic.MWindow; > import org.eclipse.e4.ui.model.application.ui.menu.MMenuElement; >+import org.eclipse.e4.ui.model.application.ui.menu.MRenderedToolBar; > import org.eclipse.e4.ui.workbench.UIEvents; > import org.eclipse.e4.ui.workbench.modeling.EModelService; > import org.eclipse.emf.ecore.impl.EObjectImpl; >@@ -59,7 +60,8 @@ > MUIElement containerParent = container.getParent(); > // Determine the elements that should *not* ever be auto-destroyed > if (container instanceof MApplication || container instanceof MPerspectiveStack >- || container instanceof MMenuElement || container instanceof MTrimBar) { >+ || container instanceof MMenuElement || container instanceof MTrimBar >+ || container instanceof MRenderedToolBar) { > return; > } >
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 325392
: 179140 |
180268
|
180514
|
180901
|
181172
|
181191
|
181226
|
182202
|
182509
|
182904
|
183010