aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-06 09:22:27 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-06 09:22:27 +1000
commitbb5e33f851d5b2a4cb8f4426327fba98947bf270 (patch)
tree337f9a3ed6d5c26d13650d94fe6637552b3d77f4
parent55c1fa87f06d05b7bf5e111285fc7bce4e44e060 (diff)
downloadscintilla-mirror-bb5e33f851d5b2a4cb8f4426327fba98947bf270.tar.gz
Mention OS X.
-rw-r--r--doc/ScintillaDoc.html3
-rw-r--r--doc/index.html8
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>