diff options
| -rw-r--r-- | doc/ScintillaDoc.html | 4 | 
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 | 
