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 | |
parent | cebba91edb8bc17ef5ab373e7c5dbaf1e3676b1e (diff) | |
download | scintilla-mirror-fec1e9d08d6a99a750b543e4c2ed30f30888c7dc.tar.gz |
Mention OS X.
-rw-r--r-- | doc/ScintillaDoc.html | 3 | ||||
-rw-r--r-- | doc/index.html | 8 |
2 files changed, 7 insertions, 4 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> diff --git a/doc/index.html b/doc/index.html index f406f1500..b578b4584 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,8 +51,8 @@ <img src="SciWord.jpg" height="78" width="256" alt="Scintilla" /> </td> <td width="40%" align="left"> - <font color="#FFCC99" size="4"> A free source code editing component for Win32 and - GTK+</font> + <font color="#FFCC99" size="4"> A free source code editing component for Win32, + GTK+, and OS X</font> </td> <td width="40%" align="right"> <font color="#FFCC99" size="3"> Release version 3.3.3<br /> @@ -124,8 +124,8 @@ if (!IsRemote()) { //if NOT remote... code, styling should not be persisted as it can be mechanically recreated. </p> <p> - Scintilla and SciTE are currently available for Intel Win32 and Linux compatible operating - systems with GTK+. They have been run on Windows XP, Windows 7, and on Ubuntu 10.10 + Scintilla and SciTE are currently available for Intel Win32, OS X, and Linux compatible operating + systems with GTK+. They have been run on Windows XP, Windows 7, OS X 10.6+, and on Ubuntu 10.10 with GTK+ 2.20. <a href="http://www.scintilla.org/SciTEImage.html">Here is a screenshot of SciTE.</a><br /> </p> |