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 228971 Details for
Bug 404234
[Bidi] Enforce Base Text Direction for the project name in the New Project 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]
Enforcing Base Text Direction using BidiUtils.applyBidiProcessing API
eclipse.platform.ui.patch (text/plain), 993 bytes, created by
Moshe WAJNBERG
on 2013-03-24 09:56:22 EDT
(
hide
)
Description:
Enforcing Base Text Direction using BidiUtils.applyBidiProcessing API
Filename:
MIME Type:
Creator:
Moshe WAJNBERG
Created:
2013-03-24 09:56:22 EDT
Size:
993 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java b/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java >index a97b1ba..b18af93 100644 >--- a/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java >+++ b/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java >@@ -24,6 +24,7 @@ > import org.eclipse.core.runtime.IStatus; > import org.eclipse.core.runtime.Path; > import org.eclipse.jface.dialogs.Dialog; >+import org.eclipse.jface.util.BidiUtils; > import org.eclipse.jface.viewers.IStructuredSelection; > import org.eclipse.jface.wizard.WizardPage; > import org.eclipse.swt.SWT; >@@ -222,6 +223,7 @@ > projectNameField.setText(initialProjectFieldValue); > } > projectNameField.addListener(SWT.Modify, nameModifyListener); >+ BidiUtils.applyBidiProcessing(projectNameField, BidiUtils.BTD_DEFAULT); > } > >
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 404234
:
228970
| 228971