diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 88379e4b5..c0b0fc72b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -115,6 +115,9 @@ <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 also builds with Cocoa on OS X and with Qt, and follows the conventions of + those platforms.</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> |