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 166939 Details for
Bug 297402
[IDE] [Wizards] Improvements to the advanced section of new folder wizard
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
patch297402.txt (text/plain), 3.85 KB, created by
Serge Beauchamp
on 2010-05-04 08:13:36 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Serge Beauchamp
Created:
2010-05-04 08:13:36 EDT
Size:
3.85 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >Index: extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java,v >retrieving revision 1.41 >diff -u -r1.41 WizardNewFolderMainPage.java >--- extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java 14 Apr 2010 19:15:31 -0000 1.41 >+++ extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java 4 May 2010 12:12:17 -0000 >@@ -614,6 +614,7 @@ > linkedGroupComposite = new Composite(advancedComposite, 0); > data = new GridData(SWT.FILL, SWT.BEGINNING, true, false); > data.horizontalIndent = indent; >+ linkedGroupComposite.setFont(advancedComposite.getFont()); > linkedGroupComposite.setLayoutData(data); > > GridLayout layout = new GridLayout(); >Index: src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java,v >retrieving revision 1.37 >diff -u -r1.37 CreateLinkedResourceGroup.java >--- src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java 22 Apr 2010 18:35:25 -0000 1.37 >+++ src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java 4 May 2010 12:12:18 -0000 >@@ -365,11 +365,13 @@ > data = new GridData(GridData.FILL_HORIZONTAL); > data.horizontalIndent = indent; > resolvedPathGroup.setLayoutData(data); >+ resolvedPathGroup.setFont(locationGroup.getFont()); > > resolvedPathLabelText = new Label(resolvedPathGroup, SWT.SINGLE); > resolvedPathLabelText > .setText(IDEWorkbenchMessages.CreateLinkedResourceGroup_resolvedPathLabel); > resolvedPathLabelText.setVisible(false); >+ resolvedPathLabelText.setFont(locationGroup.getFont()); > > resolvedPathLabelData = new Label(resolvedPathGroup, SWT.SINGLE); > data = new GridData(GridData.FILL_HORIZONTAL); >Index: src/org/eclipse/ui/internal/ide/dialogs/FileSystemSelectionArea.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileSystemSelectionArea.java,v >retrieving revision 1.1 >diff -u -r1.1 FileSystemSelectionArea.java >--- src/org/eclipse/ui/internal/ide/dialogs/FileSystemSelectionArea.java 23 Jan 2006 18:14:39 -0000 1.1 >+++ src/org/eclipse/ui/internal/ide/dialogs/FileSystemSelectionArea.java 4 May 2010 12:12:18 -0000 >@@ -51,8 +51,10 @@ > > fileSystemTitle = new Label(composite, SWT.NONE); > fileSystemTitle.setText(FileSystemMessages.FileSystemSelection_title); >+ fileSystemTitle.setFont(composite.getFont()); > > fileSystems = new ComboViewer(composite, SWT.READ_ONLY); >+ fileSystems.getControl().setFont(composite.getFont()); > > fileSystems.getControl().setLayoutData( > new GridData(GridData.FILL_HORIZONTAL >Index: src/org/eclipse/ui/internal/ide/messages.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties,v >retrieving revision 1.208 >diff -u -r1.208 messages.properties >--- src/org/eclipse/ui/internal/ide/messages.properties 23 Apr 2010 10:26:20 -0000 1.208 >+++ src/org/eclipse/ui/internal/ide/messages.properties 4 May 2010 12:12:18 -0000 >@@ -56,7 +56,7 @@ > editfilters = Resource &Filters... > useDefaultLocation=Use &default location > createLinkedFolder=Link to alternate location (&Linked Folder) >-createVirtualFolder=Folder is not located in the file system (&Virtual Folder) >+createVirtualFolder=Folder is not located in the file system (Vi&rtual Folder) > > # ============================================================================== > # Workbench Actions
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
Flags:
daniel_megert
:
review+
Actions:
View
|
Diff
Attachments on
bug 297402
:
154160
| 166939