summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKnut Radloff <knutr>2001-11-16 20:40:51 +0000
committerKnut Radloff <knutr>2001-11-16 20:40:51 +0000
commitbcaae13473ddbd458c223e923025beb801ef65e3 (patch)
tree8f62499627274e24ad045b3d967eb63ae1c42edd
parentc25fc3abf8cda017e5ead973b0d27d3176ddcb97 (diff)
downloadeclipse.platform.swt-bcaae13473ddbd458c223e923025beb801ef65e3.tar.gz
eclipse.platform.swt-bcaae13473ddbd458c223e923025beb801ef65e3.tar.xz
eclipse.platform.swt-bcaae13473ddbd458c223e923025beb801ef65e3.zip
4956
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java
index 20bf597328..d3ec56dec5 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java
@@ -939,11 +939,11 @@ void setKeyboardLanguage(int logicalIndex) {
}
/**
* Returns a string representation of the receiver.
- * Should change output to conform with other SWT toString output (i.e., Class {value1, value2})
* <p>
*
* @return a string representation of the receiver for
- * debugging purposes.
+ * debugging purposes. The output order of the StyledTextbidi values
+ * is as follows: order, render position, dx, character class, glyphs.
*/
public String toString() {
StringBuffer buf = new StringBuffer();