From df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 17 Apr 2020 20:24:30 +1000 Subject: 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. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') 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

To change the set of lexers in Scintilla, add and remove lexer source files (Lex*.cxx) from the scintilla/lexers directory and run the scripts/LexGen.py script from the scripts directory to update the make files - and Catalogue.cxx. LexGen.py requires Python 2.5 or later. If you do + and Catalogue.cxx. LexGen.py requires Python 3.6 or later. If you do not have access to Python, you can hand edit Catalogue.cxx in a simple-minded way, following the patterns of other lexers. The important thing is to include LINK_LEXER(lmMyLexer); to correspond with the LexerModule -- cgit v1.2.3