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 228576 Details for
Bug 273728
[BiDi][type wizards] Incorrect representation of complex expressions (like filepath) containing Bidi characters in "Create New ..." wizards.
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]
Using the new BidiUtils.applyBidiProcessing API
eclipse.jdt.ui.patch (text/plain), 1.76 KB, created by
Moshe WAJNBERG
on 2013-03-18 12:05:54 EDT
(
hide
)
Description:
Using the new BidiUtils.applyBidiProcessing API
Filename:
MIME Type:
Creator:
Moshe WAJNBERG
Created:
2013-03-18 12:05:54 EDT
Size:
1.76 KB
patch
obsolete
>diff --git a/org.eclipse.jdt.ui/.classpath b/org.eclipse.jdt.ui/.classpath >index 6bf65f0..4b1d9ac 100644 >--- a/org.eclipse.jdt.ui/.classpath >+++ b/org.eclipse.jdt.ui/.classpath >@@ -12,5 +12,6 @@ > </classpathentry> > <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> > <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> >+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.equinox.bidi_0.10.0.v20130312-1605.jar"/> > <classpathentry kind="output" path="bin"/> > </classpath> >diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java >index 7f1c222..a118bd8 100644 >--- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java >+++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java >@@ -97,6 +97,8 @@ > import org.eclipse.jdt.internal.ui.wizards.dialogfields.StringButtonDialogField; > import org.eclipse.jdt.internal.ui.wizards.dialogfields.StringDialogField; > import org.eclipse.jdt.internal.ui.workingsets.IWorkingSetIDs; >+import org.eclipse.jface.util.BidiUtils; >+import org.eclipse.equinox.bidi.StructuredTextTypeHandlerFactory; > > /** > * The first page of the New Java Project wizard. This page is typically used in combination with >@@ -200,6 +202,7 @@ > fUseDefaults.doFillIntoGrid(locationComposite, numColumns); > fLocation.doFillIntoGrid(locationComposite, numColumns); > LayoutUtil.setHorizontalGrabbing(fLocation.getTextControl(null)); >+ BidiUtils.applyBidiProcessing(fLocation.getTextControl(null), StructuredTextTypeHandlerFactory.FILE); > > return locationComposite; > }
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:
markus.kell.r
:
review-
Actions:
View
|
Diff
Attachments on
bug 273728
:
133610
|
133616
|
228576
|
228849
|
230299