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 66688 Details for
Bug 128927
[FastView] Problem occurs when "weclome" view be put into "Fast View" bar
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]
Partial fix for this defect
patch128927) (text/plain), 1.12 KB, created by
Eric Moffatt
on 2007-05-10 10:57:13 EDT
(
hide
)
Description:
Partial fix for this defect
Filename:
MIME Type:
Creator:
Eric Moffatt
Created:
2007-05-10 10:57:13 EDT
Size:
1.12 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/Perspective.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java,v >retrieving revision 1.153 >diff -u -r1.153 Perspective.java >--- Eclipse UI/org/eclipse/ui/internal/Perspective.java 9 May 2007 18:34:14 -0000 1.153 >+++ Eclipse UI/org/eclipse/ui/internal/Perspective.java 10 May 2007 14:53:08 -0000 >@@ -1443,6 +1443,17 @@ > > IViewReference viewRef = viewFactory.getView(viewID, > secondaryId); >+ >+ // If the reference couldn't be found then try to create it >+ if (viewRef == null) { >+ ViewFactory factory = getViewFactory(); >+ try { >+ viewRef = factory.createView(viewID, secondaryId); >+ } catch (PartInitException e) { >+ viewRef = null; >+ } >+ } >+ > WorkbenchPartReference ref = (WorkbenchPartReference) viewRef; > if (ref == null) { > String key = ViewFactory.getKey(viewID, secondaryId);
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 128927
:
66688
|
68344