diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-06 09:22:27 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-06 09:22:27 +1000 |
commit | fec1e9d08d6a99a750b543e4c2ed30f30888c7dc (patch) | |
tree | b94258afeda552cf0d849e3f7c96d58f39fee50d /doc/ScintillaDoc.html | |
parent | cebba91edb8bc17ef5ab373e7c5dbaf1e3676b1e (diff) | |
download | scintilla-mirror-fec1e9d08d6a99a750b543e4c2ed30f30888c7dc.tar.gz |
Mention OS X.
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> |