1/02/2018: Uploaded a new SciTe4AutoIt3.exe v19.102.1901.0 installer.
This version contains the bugfix release for SciTE 4.1.2.
There has been a major update for Tidy allowing now inline comments without them being shifted to the left by default. See this thread for the total story about the new behavior and the added options
==> SciTE4AutoIt3 v19.102.1901.0
Enjoy,
Jos
Addition/Changes/Fixes in the current installer:
--------------------------------------------------------------------------------------------------
2-1-2019
*** Merged the SciTE v 4.1.2 by Neil Hodgson with our own version of SciTE. (Jos)
- Fixed regex issue for Alt+F in AutoItTools.lua
- Fixed another regex issue for several functions in AutoItTools.lua
- Fixed Header parameters now showing None when none are
- Fixed jump to function to also jump to the right Column again.
- Restored AutoItTools:Copy_BookMarks() functionality
*** Updated AutoIt3Wrapper v19.102.1901.0 (Jos)
- 18.703.1808.1 renamed "#AutoIt3Wrapper_Au3Stripper_Stop_OnError" to "#AutoIt3Wrapper_Au3Stripper_OnError" with now as options S,C,F,Stop,Continue,ForceUse
- 18.708.1148.1 Added #include <WinAPIFiles.au3> back in the included file list to ensure backward compatibility.
- 18.708.1148.2 Added "Tidy_Stop_OnError" support to the AutoIt3Wrapper.INI file.
Changed HiDPI settings for Win 10 compatibility.
- 18.708.1148.4 Added logic to be able to display Console Output of script that have #RequireAdmin while SciTE runs at normal level.
- 18.708.1148.5 Added support to allow to Stop Execution or Restart for scripts with #RequireAdmin while SciTE runs at normal level.
It won't hang anymore when you reply No on the UAC and detect the elevated process didn;t start.
- 18.708.1148.6 Reverted HiDPI changes made in 18.708.1148.2 as problems are reported. needs investigation.
- 18.708.1148.7 Changed check for RequireAdmin AutoIt3Wrapper startup.
- 18.708.1148.8 Added #include <APIResConstants.au3> for backwards compatibility with AutoIt3 v3.3.14.x.
*** Updated Au3Stripper v19.102.1901.0 (Jos)
- 18.708.1148.1 Fixed issue finding variable names on multiline statements
- 18.708.1148.2 Added check for ending \ in the AutoIt3Dir, and remove it when there, to avoid duplication of includes.
- recompiled with PellesC 6 to make it compatible with WinXP again.
*** Updated SciTEConfig v19.102.1901.0 (Jos)
- 18.708.1148.1 Update to allow comments in *.SciTEConfig file lines. (JPM)
This update includes the updated shemes to allow changing between them.
*** Updated Tidy v19.102.1901.0 (Jos)
- 18.708.1148.1: Fix bug handling Directivelines ending with continuation character
- 18.708.1148.2: Fixed indentation when a "None breaking space"(C2A0) character is used in a UTF file.
- 18.708.1148.3: Fix bug when a continuation line starts with +x, where is would add a space between +- and number.
- 18.708.9999.x: Rewrite of some internal code to allow inlinecomments to remain at their current position.
Details can be found in this post: https://www.autoitscript.com/forum/topic/196221-tidy-major-update-27-10-requesting-help-with-testing/
- 18.708.9999.22: Released to Beta.
- 18.708.9999.23: Added option to totally skip commentblocks so now the options are:
#Tidy_Parameters=/tcb=0 =>only indent the whole commentblock (default)
/tcb or /tcb=1 =>Tidy inside commentblock
/tcb=-1 =>leave whole commentbock alone
Tidy.INI:#--> Tidy commentblock 0=only indent the whole commentblock (default=0)
# 1=Tidy inside commentblock
# -1=leave whole commentbock alone
Tidy_commentblock=0
- 18.708.9999.24: Added check for ending \ in the AutoIt3Dir and remove it when there.
- recompiled with PellesC 6 to make it compatible with WinXP again.
--------------------------------------------------------------------------------------------------
==> ScitillaHistory page containing all SciTE-Scintilla updates.
==> Visit the SciTE4AutoIt3 Download page for the latest versions
==> Check the online documentation for an overview of all extra's you get with this installer.