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 142006 Details for
Bug 184684
[Wizards] Check Out As: Location widget should fill its display area horizontally
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), 4.02 KB, created by
Tomasz Zarna
on 2009-07-20 09:08:13 EDT
(
hide
)
Description:
Patch v02
Filename:
MIME Type:
Creator:
Tomasz Zarna
Created:
2009-07-20 09:08:13 EDT
Size:
4.02 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.team.cvs.ui >Index: src/org/eclipse/team/internal/ccvs/ui/wizards/CheckoutAsLocationSelectionPage.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/CheckoutAsLocationSelectionPage.java,v >retrieving revision 1.17 >diff -u -r1.17 CheckoutAsLocationSelectionPage.java >--- src/org/eclipse/team/internal/ccvs/ui/wizards/CheckoutAsLocationSelectionPage.java 10 May 2006 17:48:31 -0000 1.17 >+++ src/org/eclipse/team/internal/ccvs/ui/wizards/CheckoutAsLocationSelectionPage.java 20 Jul 2009 13:07:55 -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 >@@ -12,33 +12,20 @@ > package org.eclipse.team.internal.ccvs.ui.wizards; > > import java.io.File; >-import java.util.ArrayList; >-import java.util.Arrays; >+import java.util.*; > import java.util.List; > > import org.eclipse.core.resources.IProject; > import org.eclipse.core.resources.ResourcesPlugin; >-import org.eclipse.core.runtime.CoreException; >-import org.eclipse.core.runtime.IPath; >-import org.eclipse.core.runtime.IStatus; >-import org.eclipse.core.runtime.Path; >-import org.eclipse.core.runtime.Platform; >+import org.eclipse.core.runtime.*; > import org.eclipse.jface.dialogs.Dialog; > import org.eclipse.jface.dialogs.IDialogSettings; > import org.eclipse.jface.resource.ImageDescriptor; > import org.eclipse.osgi.util.NLS; > import org.eclipse.swt.SWT; >-import org.eclipse.swt.events.ModifyEvent; >-import org.eclipse.swt.events.ModifyListener; >-import org.eclipse.swt.events.SelectionAdapter; >-import org.eclipse.swt.events.SelectionEvent; >-import org.eclipse.swt.events.SelectionListener; >+import org.eclipse.swt.events.*; > import org.eclipse.swt.layout.GridData; >-import org.eclipse.swt.widgets.Button; >-import org.eclipse.swt.widgets.Combo; >-import org.eclipse.swt.widgets.Composite; >-import org.eclipse.swt.widgets.DirectoryDialog; >-import org.eclipse.swt.widgets.Label; >+import org.eclipse.swt.widgets.*; > import org.eclipse.team.internal.ccvs.core.ICVSRemoteFolder; > import org.eclipse.team.internal.ccvs.ui.CVSUIMessages; > import org.eclipse.team.internal.ccvs.ui.IHelpContextIds; >@@ -155,7 +142,7 @@ > private Composite createUserSpecifiedProjectLocationGroup(Composite parent, boolean enabled) { > > // This group needs 3 columns >- Composite projectGroup = createComposite(parent, 3, false); >+ Composite projectGroup = createComposite(parent, 3, true); > > // location label > locationLabel = new Label(projectGroup, SWT.NONE); >Index: src/org/eclipse/team/internal/ccvs/ui/wizards/CVSWizardPage.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/CVSWizardPage.java,v >retrieving revision 1.24 >diff -u -r1.24 CVSWizardPage.java >--- src/org/eclipse/team/internal/ccvs/ui/wizards/CVSWizardPage.java 20 Jul 2009 13:00:14 -0000 1.24 >+++ src/org/eclipse/team/internal/ccvs/ui/wizards/CVSWizardPage.java 20 Jul 2009 13:07:55 -0000 >@@ -105,9 +105,9 @@ > * Creates composite control and sets the default layout data. > * @param parent the parent of the new composite > * @param numColumns the number of columns for the new composite >- * @param grabExcess TODO >+ * @param grabExcess <code>true</code> if the composite should take up the remaining horizontal and vertical space > * >- * @return the newly-created coposite >+ * @return the newly-created composite > */ > protected Composite createComposite(Composite parent, int numColumns, boolean grabExcess) { > final Composite composite = new Composite(parent, SWT.NULL);
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 184684
:
65375
|
126175
| 142006 |
142007