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 73053 Details for
Bug 190633
[Help]TVT33:TCT441: IW: Help path in preference is RTL
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]
temporary fix
patch190633b.txt (text/plain), 1.41 KB, created by
Adam Archer
on 2007-07-04 14:30:33 EDT
(
hide
)
Description:
temporary fix
Filename:
MIME Type:
Creator:
Adam Archer
Created:
2007-07-04 14:30:33 EDT
Size:
1.41 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.help.ui >Index: src/org/eclipse/help/ui/internal/preferences/HelpContentPreferencePage.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/preferences/HelpContentPreferencePage.java,v >retrieving revision 1.4 >diff -u -r1.4 HelpContentPreferencePage.java >--- src/org/eclipse/help/ui/internal/preferences/HelpContentPreferencePage.java 13 Sep 2006 21:12:46 -0000 1.4 >+++ src/org/eclipse/help/ui/internal/preferences/HelpContentPreferencePage.java 4 Jul 2007 18:28:14 -0000 >@@ -164,6 +164,8 @@ > hostLabel.setText(Messages.HelpContentPreferencePage_host); > hostText = new Text(parent, SWT.BORDER); > hostText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false)); >+ if (hostText.getOrientation() == SWT.RIGHT_TO_LEFT) >+ hostText.setOrientation(SWT.LEFT_TO_RIGHT); > hostText.addListener(SWT.Modify, changeListener); > } > >@@ -175,6 +177,8 @@ > pathLabel.setText(Messages.HelpContentPreferencePage_path); > pathText = new Text(parent, SWT.BORDER); > pathText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false)); >+ if (pathText.getOrientation() == SWT.RIGHT_TO_LEFT) >+ pathText.setOrientation(SWT.LEFT_TO_RIGHT); > pathText.addListener(SWT.Modify, changeListener); > } >
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 190633
:
69847
|
70523
|
70524
|
71643
|
72087
| 73053