
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.
v14.8 [Aug 5, 2014]
Merged the SciTE v 3.4.4 by Neil Hodgson with our own version of SciTE.
- Added Options: #~ highlight.current.word.stopatspace=0 // 1 is the default behaviour.
- Added Ctrl+E shortcut which will open Explorer in the ScriptDir and select the filename being edited.
- Added Shift+F7 to just compile the script for testing without running any other utility. Similar to #AutoIt3Wrapper_Testing=y
- Added logic to better determine the current CallTip parameter being edited by testing for the delimiter style define with:
calltip.au3.delimiter.style=8
Updated SciTE4AutoIt3 installer v14.801.1932.0
- Changed code to update the SCITE_USERHOME enviroment variable.
- Added Restore option for SciTE-Lite when uninstalling this Full version.
Updated SciTE4AutoIt3 helpfile (Jos)
- Added Directive sections to the index.
- Updated AutoIt3Help.exe to automatically open this helpfile when the keyword contains #autoit3wrapper_ , #au3stripper or #tidy_.
Updated Au3Stripper v14.801.1932.0
- Fixed lexing typo with /RenameMinimum commandline parameter.
- Fixed to be able to handle more levels of Include files and avoid a stackspace crash .
- Added #Au3Stripper_Parameters Parameter: - /rsln -> Replace @ScriptLineNumber with the actual line number for source debug purposes with compiled scripts. (Idea of mLipok)
Updated AutoIt3Wrapper v14.801.1932.0 (Jos)
- Changed the re-start shortcut to Ctrl+Alt+Break.
- Added /test parameter to allow shortcut to compile script in test without running anything else than AUT2XE.
- Added UPX support for x64 scripts since it is now supported.
- Added ShowProgress INI option and #AutoIt3Wrapper_ShowProgress directive to allow disable of Progress Window.
- Added directives to allow forcing the #RequireAdmin for Run_Before or Run_After statements:
#AutoIt3Wrapper_Run_Before_Admin= ;(Y/N) Run subsequent Run_Before statements with #RequireAdmin. Default=N
#AutoIt3Wrapper_Run_After_Admin= ;(Y/N) Run subsequent Run_After statements with #RequireAdmin. Default=N
- Added directives to allow Fileversion increase before compilation:
#AutoIt3Wrapper_Res_Fileversion_First_Increment ;(Y/N) AutoIncrement Y=Before or N=After compile. Default=N
Updated SciTEConfig v14.801.1932.0
- Fixed several small bugs.
Updated Tidy v14.801.1932.0
- Fixed regression when the FUNC keyword is on a #region line
Updated CodeWizard v1.5.3.1
- Fixed to make use of the new SCITE_USERHOME env variable and several other syntax updates.