aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-02-01 23:20:12 +0000
committernyamatongwe <devnull@localhost>2010-02-01 23:20:12 +0000
commitd4bb9965d042437548189ef1c196e07e38064eb6 (patch)
treefcec489e3e1d14479b95ecd27649ee9773d373bf
parent4aba35c99ceb511235086b9bc640daf6684e57bc (diff)
downloadscintilla-mirror-d4bb9965d042437548189ef1c196e07e38064eb6.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