
SciTE4AutoIt3 is a modified version of SciTE code editor with a customized lexer for syntax highlighting and syntax folding for the AutoIt3 language. It contains SciTE, wrapped into a single installer with all needed configuration settings and a set of utility programs like AutoIt3Wrapper, SciTEConfig, Tidy, and Au3Stripper.
v18.7 [Jul 11, 2018]
- 17.224.935.1 Added /autoit3dir to au3stripper commandline, when provided to AutoIt3Wrapper., to ensure the included files are for the correct AutoIt3 directory.
- 17.224.935.2 Added directives:
#AutoIt3Wrapper_Res_CompanyName= ;Company field.
#AutoIt3Wrapper_Res_LegalTrademarks= ;Trademark field.
- 17.224.935.5 Fixed Versioning when files contain backets -> ().
- 17.224.935.6 Added support for :
#AutoIt3Wrapper_Au3stripper_Stop_OnError=;(Y/N) Continue/Stop on Warnings.(Default=N).
- 17.224.935.7 added INI support for:
Au3Stripper_Stop_OnError=n.
- 17.224.935.10 Minor changes in console messages.
- 17.224.935.11 Modifications from JPM:
- add #AutpIt3Wrapper_Res_Cursor_Add.
- "clean" a little bit AutoIt3Wrapper.au3.