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 253589 Details for
Bug 467693
Open Resource dialog's "Show In" menu doesn't update MRU order
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]
Fix
eclipse.platform.ui.patch (text/plain), 1.35 KB, created by
Markus Keller
on 2015-05-20 07:01:42 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2015-05-20 07:01:42 EDT
Size:
1.35 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >diff --git src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java >index 23c1b4e..d01fc0a 100644 >--- src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java >+++ src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java >@@ -52,6 +52,7 @@ > import org.eclipse.ui.internal.IWorkbenchGraphicConstants; > import org.eclipse.ui.internal.ShowInMenu; > import org.eclipse.ui.internal.WorkbenchImages; >+import org.eclipse.ui.internal.WorkbenchPage; > import org.eclipse.ui.internal.ide.IDEWorkbenchMessages; > import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin; > import org.eclipse.ui.part.IShowInTarget; >@@ -113,6 +114,7 @@ > setResult(Collections.EMPTY_LIST); > close(); > >+ // similar to org.eclipse.ui.internal.ShowInHandler#execute(ExecutionEvent) > IWorkbenchPage page = getActivePage(); > IViewPart view; > try { >@@ -121,6 +123,7 @@ > if (!(target != null && target.show(getContext(null)))) { > page.getWorkbenchWindow().getShell().getDisplay().beep(); > } >+ ((WorkbenchPage) page).performedShowIn(targetId); > } catch (PartInitException e) { > StatusManager.getManager().handle(new Status(IStatus.ERROR, IDEWorkbenchPlugin.IDE_WORKBENCH, > IStatus.ERROR, "", e)); //$NON-NLS-1$
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 467693
: 253589