aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-28 09:02:03 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-28 09:02:03 +1000
commit623660abe01b2df5beefc7f686c8d1ac9b753491 (patch)
treeb6a76959b4db641b87c91dae122c1007bdc6029e
parent200d3de4bd79327f0d519fc938c7adcfd51bf06f (diff)
downloadscintilla-mirror-623660abe01b2df5beefc7f686c8d1ac9b753491.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 7d81c9179..b66d71261 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -678,8 +678,9 @@
<a href="https://sourceforge.net/p/scintilla/bugs/2149/">Bug #2149</a>.
</li>
<li>
- For Python programs, SciTE defaults to running python3 on Unix and pyw on Windows which will run
+ For Python programs, SciTE defaults to running python3 on GTK and pyw on Windows which will run
the most recently installed Python in many cases.
+ This is not changed on macOS due to python3 not being available in the sandbox.
Set the "python.command" property to override this.
Scripts distributed with Scintilla and SciTE are checked with Python 3 and may not work with Python 2.
</li>