15 Commits

Author SHA1 Message Date
Neil
e9280bf012 Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safe
version of GetStyledText.
2022-10-19 13:36:08 +11:00
Neil
dc0398d650 Remove line end white space. 2021-08-24 11:39:57 +10:00
Neil
4fb6cb9c6e Provide more data for unused values in commented-out code to make it easier to
choose a better feature value.
2021-06-07 09:09:48 +10:00
Neil
43e81343ca Remove dead code and imports as found by Vulture.
https://github.com/jendrikseipp/vulture
2021-05-06 14:20:14 +10:00
Neil
eb7a8f0408 Remove Lexilla definitions from Scintilla.iface as they are now in
lexilla/include/LexicalStyles.iface.
Remove filtering of lexical constants from HFacer.py.
2021-02-06 13:32:01 +11:00
Neil
201db60456 Remove lexer data extraction and regeneration since lexers are now in Lexilla. 2021-02-04 10:16:25 +11:00
Neil
ef98916585 Use pathlib in generator scripts. 2020-05-19 12:39:23 +10:00
Neil
df5f7a0c83 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.
2020-04-17 20:24:30 +10:00
Neil
b5c8cd58e4 Add or update #! lines of Python scripts to use python3. 2020-03-11 15:32:45 +11:00
Zufu Liu
5c19d126a4 Normalize whitespace. 2017-09-14 13:52:40 +10:00
Neil
a40d56039f Fix to work when there are no provisional features. 2014-02-05 10:10:04 +11:00
Neil
ca2775205e Make HFacer callable from other Python code and call it from LexGen so
LexGen is always woking on up-to-date headers.
2014-01-14 19:10:10 +11:00
Neil
0cc9db9d5f Add code for finding unsued values but leave commented out. 2013-12-16 08:34:07 +11:00
Neil
db454bdf6d Restructured LexGen.py by moving discovery code into ScintillaData.py and
SciTE regeneration into ../scite/scripts/RegenerateSource.py.
FileGenerator.py adds ReplaceREInFile function.
2013-07-03 09:34:20 +10:00
Neil
92bd3a82d7 Move non-platform-specific scripts into the scripts directory.
Use FileGenerator module for file generation instead of code in each script.
2013-07-01 16:37:06 +10:00