aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-04-03 08:53:40 +1100
committerNeil <nyamatongwe@gmail.com>2021-04-03 08:53:40 +1100
commit048b333709c826a4f9f2bbdfc36734d6425c54ba (patch)
treed9ad718c95f92ceefb0ea3542a96bc758c669569
parentbc5640c92aa84839992ef6d316fbe415abd88465 (diff)
downloadscintilla-mirror-048b333709c826a4f9f2bbdfc36734d6425c54ba.tar.gz
Update compatibility information.
-rw-r--r--doc/Design.html2
-rw-r--r--doc/index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/Design.html b/doc/Design.html
index cc9994678..c74498ec6 100644
--- a/doc/Design.html
+++ b/doc/Design.html
@@ -49,7 +49,7 @@
library and with limited use of templates.
</p>
<p>
- The currently supported platforms, Windows, GTK/Linux, Cocoa and wxWidgets are fairly similar in
+ The currently supported platforms, Windows, GTK/Linux, Cocoa, Qt, and wxWidgets are fairly similar in
many ways.
Each has windows, menus and bitmaps. These features generally work in similar ways so each
has a way to move a window or draw a red line. Sometimes one platform requires a sequence of
diff --git a/doc/index.html b/doc/index.html
index 3b4510ed6..4c98b667d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -134,8 +134,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, OS X, and Linux compatible operating
- systems with GTK. They have been run on Windows XP, Windows 7, OS X 10.7+, and on Ubuntu 14.04
+ Scintilla and SciTE are currently available for Intel Win32, macOS, and Linux compatible operating
+ systems with GTK. They have been run on Windows XP, Windows 7, macOS 10.9+, and on Ubuntu 18.04
with GTK 2.24. <a href="https://www.scintilla.org/SciTEImage.html">Here is a screenshot of
SciTE.</a><br />
</p>