aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-02-01 23:20:12 +0000
committernyamatongwe <unknown>2010-02-01 23:20:12 +0000
commit008c660bc47c13c464adf81033582af378e2599e (patch)
treefcec489e3e1d14479b95ecd27649ee9773d373bf
parent67b92d27ebb6b45c4d6e257c98105b5fa848510b (diff)
downloadscintilla-mirror-008c660bc47c13c464adf81033582af378e2599e.tar.gz
Note that RTL not supported.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 3071411d4..7d6cd8837 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -71,6 +71,10 @@
<p>The GTK+ version also uses messages in a similar way to the Windows version. This is
different to normal GTK+ practice but made it easier to implement rapidly.</p>
+ <p>Scintilla does not properly support right-to-left languages like Arabic and Hebrew.
+ While text in these languages may appear correct, it is not possible to interact with this text
+ as is normal with other editing components.</p>
+
<p>This documentation describes the individual messages and notifications used by Scintilla. It
does not describe how to link them together to form a useful editor. For now, the best way to
work out how to develop using Scintilla is to see how SciTE uses it. SciTE exercises most of