aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-04-17 20:24:30 +1000
committerNeil <nyamatongwe@gmail.com>2020-04-17 20:24:30 +1000
commitdf5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9 (patch)
tree36b72451e473470c567d0c108eaa829f1415cf1b /doc/ScintillaDoc.html
parent9e2bd8b981c5d6891b7e0bf9418fd70aceff9602 (diff)
downloadscintilla-mirror-df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9.tar.gz
Update Python versions. Modules that are only used as top level scripts or from
scripts that require Python 3.6 have Python 2.x support removed. Modules that may be called from Python 2 for PySide require Python 2.7. Documented how to run scripts.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 1bd27d469..b2d5f10bd 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -8662,7 +8662,7 @@ EM_SETTARGETDEVICE
<p>To change the set of lexers in Scintilla, add and remove lexer source files
(<code>Lex*.cxx</code>) from the <code>scintilla/lexers directory</code> and run the
<code>scripts/LexGen.py</code> script from the <code>scripts</code> directory to update the make files
- and <code>Catalogue.cxx</code>. <code>LexGen.py</code> requires Python 2.5 or later. If you do
+ and <code>Catalogue.cxx</code>. <code>LexGen.py</code> requires Python 3.6 or later. If you do
not have access to Python, you can hand edit <code>Catalogue.cxx</code> in a simple-minded way,
following the patterns of other lexers. The important thing is to include
<code>LINK_LEXER(lmMyLexer);</code> to correspond with the <code>LexerModule