Improve Sublime3 Syntax-Highlighting (#1260)
Remove manual list of keywords, and only use the auto-generated list of keywords with better scope.
Co-authored-by: Ecconia <[email protected]> (e5be77ad by ecconia)
Fix Sublime3 Syntax-Highlighting (#1259)
'= was recognized as keyword, instead of a quote start.
Now quotes (and comments) will be checked first, before detecting keywords.
Co-authored-by: Ecconia <[email protected]> (29663260 by ecconia)
Create standalone Windows installer for cmdline.
This uses NullSoft Scriptable Install System to create the executable,
which is fully contained and downloads the necessary files, including
Java, from the internet. This prevents the installer itself from needing
to be updated on each update. Eventually, the installer should be
signed, but for now it's unsigned, causing various scary warnings upon
installation. In any case, the installer code itself works, as well as
the installer.
(9b7e742e by ladycailin)
Initialize preferences before Telemetry nag
Initialize preferences before relying on them in telemetry nag code in several cmdline tools.
Fixes #1255.
(5e04ddf7 by pieter12345)