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 83225 Details for
Bug 148264
NotDefinedException when opening Log Interactions view
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]
Patch file
patch_bugzilla148264_20071119.txt (text/plain), 1.32 KB, created by
Yasuhisa Gotoh
on 2007-11-19 06:19:28 EST
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhisa Gotoh
Created:
2007-11-19 06:19:28 EST
Size:
1.32 KB
patch
obsolete
>Index: src-uml2sd/org/eclipse/hyades/uml2sd/ui/view/SDWidget.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.common.ui/src-uml2sd/org/eclipse/hyades/uml2sd/ui/view/SDWidget.java,v >retrieving revision 1.2 >diff -u -r1.2 SDWidget.java >--- src-uml2sd/org/eclipse/hyades/uml2sd/ui/view/SDWidget.java 15 Mar 2007 00:14:20 -0000 1.2 >+++ src-uml2sd/org/eclipse/hyades/uml2sd/ui/view/SDWidget.java 19 Nov 2007 11:03:57 -0000 >@@ -42,6 +42,7 @@ > import org.eclipse.hyades.uml2sd.util.SDPrintDialogUI; > import org.eclipse.hyades.uml2sd.util.SDUtil; > import org.eclipse.hyades.uml2sd.util.TimeUtil; >+import org.eclipse.jface.contexts.IContextIds; > import org.eclipse.jface.util.IPropertyChangeListener; > import org.eclipse.jface.util.PropertyChangeEvent; > import org.eclipse.jface.viewers.ISelectionProvider; >@@ -1134,8 +1135,8 @@ > > site=viewSite; > site.getSite().setSelectionProvider(selProvider); >- String[] sdScropes={"org.eclipse.ui.UML2SDScope","org.eclipse.ui.globalScope"};//$NON-NLS-1$ //$NON-NLS-2$ >- site.getSite().getKeyBindingService().setScopes(sdScropes); >+ String[] sdScopes = { "org.eclipse.ui.UML2SDScope", IContextIds.CONTEXT_ID_WINDOW }; //$NON-NLS-1$ >+ site.getSite().getKeyBindingService().setScopes(sdScopes); > } > >
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 148264
:
45106
| 83225