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 141193 Details for
Bug 169633
[Sync View] Add 'expand all' toolbar icon to the synchronize 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 v02
clipboard.txt (text/plain), 2.21 KB, created by
Tomasz Zarna
on 2009-07-09 08:43:10 EDT
(
hide
)
Description:
Patch v02
Filename:
MIME Type:
Creator:
Tomasz Zarna
Created:
2009-07-09 08:43:10 EDT
Size:
2.21 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.team.ui >Index: src/org/eclipse/team/internal/ui/synchronize/NavigationActionGroup.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/NavigationActionGroup.java,v >retrieving revision 1.5 >diff -u -r1.5 NavigationActionGroup.java >--- src/org/eclipse/team/internal/ui/synchronize/NavigationActionGroup.java 16 Mar 2007 21:03:35 -0000 1.5 >+++ src/org/eclipse/team/internal/ui/synchronize/NavigationActionGroup.java 9 Jul 2009 12:31:32 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2006 IBM Corporation and others. >+ * Copyright (c) 2000, 2009 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 >@@ -17,11 +17,12 @@ > import org.eclipse.team.internal.ui.Utils; > import org.eclipse.team.internal.ui.synchronize.actions.ExpandAllAction; > import org.eclipse.team.internal.ui.synchronize.actions.NavigateAction; >-import org.eclipse.team.ui.synchronize.*; >+import org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration; >+import org.eclipse.team.ui.synchronize.SynchronizePageActionGroup; > import org.eclipse.ui.IActionBars; > > /** >- * Action group that provide expand, collapse and naviGAtion atCions. >+ * Action group that provide expand, collapse and navigation actions. > */ > public class NavigationActionGroup extends SynchronizePageActionGroup { > >@@ -60,10 +61,10 @@ > } > public void fillActionBars(IActionBars actionBars) { > IToolBarManager manager = actionBars.getToolBarManager(); >+ appendToGroup(manager, ISynchronizePageConfiguration.NAVIGATE_GROUP, collapseAll); > if (gotoNext != null) > appendToGroup(manager, ISynchronizePageConfiguration.NAVIGATE_GROUP, gotoNext); > if (gotoPrevious != null) > appendToGroup(manager, ISynchronizePageConfiguration.NAVIGATE_GROUP, gotoPrevious); >- appendToGroup(manager, ISynchronizePageConfiguration.NAVIGATE_GROUP, collapseAll); > } > }
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 169633
:
99100
|
99102
|
127827
| 141193