Search the Community
Showing results for tags 'scite4autoit3'.
-
I am happy to see that the latest version of AutoIt3 can already be searched, downloaded and installed in the Windows 10+built-in package manager (Winget). Therefore, we can automatically install AutoIt3 itself by writing Powershell scripts, which helps to quickly deploy the working environment of AutoIt3 on new machines. Now, although AutoIt3 can be found and installed in Winget, its dedicated editor, SciTE4AutoIt, does not support this. I submitted a package request for SciTE4AutoIt to the Winget development team on GitHub and provided a download link. Then its developer replied to m
- 4 replies
-
- scite4autoit3
- editor
-
(and 1 more)
Tagged with:
-
Hi, @Jos and others! I've been running SciTE4AutoIt3 under Windows 7 Pro then Windows 10 Pro for years with a dual-monitor setup. What an awesome set of tools! I'm using version 4.4.6, 32-bit - aka SciTE4AutoIt3 v21.316.1639.2 Until two days ago, when I double-clicked an au3 file, SciTE opened it's window on my secondary monitor, which is just where I wanted it. But now, all of a sudden, it always opens on the primary monitor, which is just where I don't want it! UltraEdit and Notepad++ always open on the monitor where the last window was opened, which is fine. But not SciTE4AutoIt3.
-
7/8/2018: Uploaded a new SciTe4AutoIt3.exe v18.708.1148.0 installer. It has been over a year since the last update of the full SciTE4AutoIt3 installer whch mainly had to do with the fact that Neil was moving toward v4 of SciTE and I wanted to wait for a stable version. Any help with testing this version before general release is appreciated. Also any feedback is welcome in caseI missed something or suggestions for improvement before releasing. ==> SciTE4AutoIt3 v18.708.1148.0 Enjoy, Jos Addition/Changes/Fixes in the current installer: -------------------
- 90 replies
-
- scite
- scite4autoit3
-
(and 3 more)
Tagged with:
-
I am reaching out to you all to test this version of Tidy to see whether that works on your scripts and report back your finding. Changes in this version: Leave inline comments on the original position when the line is tidied, where possible. Handle None Breaking Spaces (NBS) for Ascii and UTF8 files: NBS characters within the leading & trailing whitespace and inside the code will be replaced by a regular space to allow tidy to properly tidy the code. NBS characters in a literal string will not be replaced as they are presumably there for a reason.
-
Merged the SciTE 3.7.3 source into our version and several other changes and fixes to the supporting utilities. Enjoy, Jos Addition/Changes/Fixes in the current installer: -------------------------------------------------------------------------------------------------- 24-2-2017 *** Merged the SciTE v 3.7.3 by Neil Hodgson with our own version of SciTE. (Jos) *** Updated AutoIt3Wrapper v17.224.935.0 (Jos) - 16.612.1119.1 Fixed #AutoIt3Wrapper_Run_Stop_OnError=N, avoiding to stop even when No or not specified. - 16.612.1119.2 Fixed #AutoI
- 23 replies
-
- scite
- scite4autoit3
-
(and 3 more)
Tagged with:
-
11-3-2016: Uploaded a new SciTE4AutoIt3.exe. Merged the SciTE 3.6.2 source into our version and several other changes and fixes to the supporting utilities. Enjoy, Jos Addition/Changes/Fixes in the current installer: -------------------------------------------------------------------------------------------------- 6-3-2016 *** Merged the SciTE v 3.6.2 by Neil Hodgson with our own version of SciTE. (Jos) *** Updated AutoIt3Wrapper v16.306.1237.0 (Jos) - 15.920.938.2 removed the check for utf8 for au3check as that is supported - 15.920.938.3 Reverted __ConsoleW
- 10 replies
-
- scite4autoit3
- tidy
-
(and 2 more)
Tagged with:
-
20-9-2015: Uploaded a new SciTE4AutoIt3.exe. Merged the SciTE 3.6.0 source into our version and several fixes. We now also have set the default encoding to UTF8 W/O Bom when no other File encoding is specified or special ASCII characters are detected in the source. Enjoy, Jos Addition/Changes/Fixes in the current installer: 20-9-2015 *** Merged the SciTE v 3.6.0 by Neil Hodgson with our own version of SciTE. (Jos) - More fixes to outputpane lexing to ensure FuncTrace generated lines work again. - Added tf8.auto.check=4 default to SciTEGlobal. properties to che
-
I believe I have found a bug in the latest version of Tidy, which I have downloaded from the Scite4Autoit website. Tidying the following code If $a[1 - function('')] Then ElseIf $a[fucntion()] Then ElseIf $a[(0)] Then ElseIf $a[function() - 0] Then ElseIf $a[function(0)] = 1 Then EndIfwill erase the whitespace between the closing brackets and the then keyword whenever the last expression is a function. This also occurs on ElseIf lines, and results in this code: If $a[1 - function('')]Then ElseIf $a[function()]Then ElseIf $a[(0)]Then ElseIf $a[function() - 0] Then Els
-
3-8-2015: updates available in the beta directory: *** Merged the SciTE v 3.6.0 by Neil Hodgson with our own version of SciTE. (Jos) Fixed some outputpane lexing to ensure FuncTrace generated lines work again. *** Updated AutoIt3Wrapper v15.729.1555.0 (Jos) - 15.729.1555.1: Fixed /Watcher and /Jump2FirstError mechanism to kill the script when Ctrl+Break or via the Menu the script should be terminated. - 15.729.1555.2: Added Win10 to the Manifest and made that the default similar to what aut2exe does. *** Updated Au3Stripper v15.729.1555.0 (Jos) - 15.729.1555.2: Fixed iss
-
28-7-2015: All downloads are currently unavailable due to Google blocking the access due to false positive virus warnings. 25-7-2015: Uploaded a new SciTE4AutoIt3.exe with mainly fixes, see details below. Enjoy, Jos Addition/Changes/Fixes in the current installer: -------------------------------------------------------------------------------------------------- 25-7-2015 *** SciTE v 3.5.4. (Jos) Fixed regression for highlight.current.word.stoponspace not working after last merge. Fixed regression in AutoItAutoComplete.lua. Implemen
-
When I set proper to one then vars to one, two or three and press [ctrl] + [t] then all of the $ are stripped from the variables. I'm using tidy 2.3.0.12 with AutoIt 3.3.9.15 on Windows 7 x64 latest SP. I understand that $ are still required in the latest betas but even if not, should there still be an option to strip them? Or am I overlooking something? This is my tidy.ini: [ProgramSettings] tabchar=3 Region_Indent=1 Skip_CommentBlock=0 proper=1 vars=3 delim=1 Remove_Empty_Lines=1 End_With_NewLine=1 Sort_funcs=0 Sort_funcs_Comments=0 endfunc_comment=-1 endregion_comment=1 KeepNVersio