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 87347 Details for
Bug 143690
Get edit dialog when I select properites for a correlation
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
tptp_patch_bugzilla143690_20080120.txt (text/plain), 6.22 KB, created by
Yasuhisa Gotoh
on 2008-01-20 05:55:56 EST
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhisa Gotoh
Created:
2008-01-20 05:55:56 EST
Size:
6.22 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.log.views >Index: src/org/eclipse/tptp/platform/log/views/internal/navigator/LogNavigatorActionGroup.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/src/org/eclipse/tptp/platform/log/views/internal/navigator/LogNavigatorActionGroup.java,v >retrieving revision 1.19 >diff -u -r1.19 LogNavigatorActionGroup.java >--- src/org/eclipse/tptp/platform/log/views/internal/navigator/LogNavigatorActionGroup.java 16 Jan 2008 06:37:05 -0000 1.19 >+++ src/org/eclipse/tptp/platform/log/views/internal/navigator/LogNavigatorActionGroup.java 20 Jan 2008 10:45:35 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005, 2007 IBM Corporation and others. >+ * Copyright (c) 2005, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -256,6 +256,7 @@ > menu.appendToGroup(INavigatorContribution.GROUP_DELETE,fAnalysisAction); > > menu.appendToGroup(INavigatorContribution.GROUP_SAVE,fLogNavigatorSaveAction); >+ menu.appendToGroup(INavigatorContribution.GROUP_SAVE,openEditCorrelationWizardAction); > menu.appendToGroup(INavigatorContribution.GROUP_SAVE,fDeleteAction); > } > else if(sel instanceof IFile){ >@@ -306,10 +307,11 @@ > }*/ > > >- else if(sel instanceof CorrelationContainerProxy){ >- menu.appendToGroup(INavigatorContribution.GROUP_PROPERTIES,openEditCorrelationWizardAction); >- >- } >+// bug 143690 >+// else if(sel instanceof CorrelationContainerProxy){ >+// menu.appendToGroup(INavigatorContribution.GROUP_PROPERTIES,openEditCorrelationWizardAction); >+// >+// } > } > > /* Ali M.: As part of the refactoring, the import action was taken out. >Index: src/org/eclipse/tptp/platform/log/views/internal/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/src/org/eclipse/tptp/platform/log/views/internal/messages.properties,v >retrieving revision 1.62 >diff -u -r1.62 messages.properties >--- src/org/eclipse/tptp/platform/log/views/internal/messages.properties 2 Nov 2007 15:34:17 -0000 1.62 >+++ src/org/eclipse/tptp/platform/log/views/internal/messages.properties 20 Jan 2008 10:45:35 -0000 >@@ -1,4 +1,4 @@ >-# Copyright (c) 2006, 2007 IBM Corporation and others. >+# Copyright (c) 2006, 2008 IBM Corporation and others. > # All rights reserved. This program and the accompanying materials > # are made available under the terms of the Eclipse Public License v1.0 > # which accompanies this distribution, and is available at >@@ -449,6 +449,9 @@ > _406 = &Log viewer page size: > _407 = Selected filter(s) must have color. > >+_500 = Edi&t... >+_501 = Edit >+ > COMMON_INFO = Information > > REPORT_LOCATION_LBL = Location of the report: >Index: src/org/eclipse/tptp/platform/log/views/internal/LogViewsMessages.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/src/org/eclipse/tptp/platform/log/views/internal/LogViewsMessages.java,v >retrieving revision 1.44 >diff -u -r1.44 LogViewsMessages.java >--- src/org/eclipse/tptp/platform/log/views/internal/LogViewsMessages.java 30 May 2007 17:41:31 -0000 1.44 >+++ src/org/eclipse/tptp/platform/log/views/internal/LogViewsMessages.java 20 Jan 2008 10:45:34 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -405,6 +405,9 @@ > > public static String _407; > >+ public static String _500; >+ public static String _501; >+ > public static String COMMON_INFO; > > public static String REPORT_LOCATION_LBL; >Index: src/org/eclipse/tptp/platform/log/views/internal/navigator/actions/EditCorrAction.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/src/org/eclipse/tptp/platform/log/views/internal/navigator/actions/EditCorrAction.java,v >retrieving revision 1.3 >diff -u -r1.3 EditCorrAction.java >--- src/org/eclipse/tptp/platform/log/views/internal/navigator/actions/EditCorrAction.java 20 Sep 2006 19:03:45 -0000 1.3 >+++ src/org/eclipse/tptp/platform/log/views/internal/navigator/actions/EditCorrAction.java 20 Jan 2008 10:45:35 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005, 2006 IBM Corporation and others. >+ * Copyright (c) 2005, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -18,6 +18,7 @@ > import org.eclipse.jface.viewers.IStructuredSelection; > import org.eclipse.jface.wizard.WizardDialog; > import org.eclipse.tptp.platform.common.ui.trace.internal.CommonUITraceMessages; >+import org.eclipse.tptp.platform.log.views.internal.LogViewsMessages; > import org.eclipse.tptp.platform.log.views.internal.LogViewsPlugin; > import org.eclipse.tptp.platform.log.views.internal.navigator.wizards.EditCorrelationWizard; > import org.eclipse.ui.IWorkbenchWindow; >@@ -35,13 +36,13 @@ > > public EditCorrAction(INavigator viewer) > { >- super(viewer.getViewer(), CommonUITraceMessages.PROP); >- setDescription(CommonUITraceMessages.PROP); >+ super(viewer.getViewer(), LogViewsMessages._500); >+ setDescription(LogViewsMessages._501); > > PlatformUI.getWorkbench().getHelpSystem().setHelp( > this, LogViewsPlugin.getPluginId()+".refl0001"); > >- setToolTipText(CommonUITraceMessages.PROP); >+ setToolTipText(LogViewsMessages._501); > } > > public void run()
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 143690
: 87347