Jump to content

Recommended Posts

  • Developers
Posted (edited)

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 issue for Include files with BOM encoding not recognizing #Include-once on the first line.
    - 15.729.1555.2: Fixed hardcrash in case de au3stripper didn't exist and /debug was specified.
*** Updated SciTEConfig v15.729.1555.0 (Jos)
*** Updated Au3Stripper v15.729.1555.0 (Jos)
    - 15.729.1555.1: Fixed hardcrash in case an Include is used with BOM and #include-once on the first line.
*** Updated Tidy v15.729.1555.0 (Jos)

 

1-8-2015: update available in the beta directory:

*** 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.

 

29-7-2015: Uploaded a new SciTE4AutoIt3.exe.

I have made a big change in the whole setup, making it work without any compiled scripts, to mainly avoid the false positives we have been faced with during the last couple of days.
This new installer will use, and thus depends on, the installed AutoIt3.exe which needs to reside one level higher as in the standard installations.
All references to any compiled script is changed to reflect this, which means it runs AutoIt3.exe ScriptName.au3 parameters.

We are pretty sure everything should be running fine, but let me know when you have something that is now broken due to these changes.

Enjoy,
Jos

Addition/Changes/Fixes in the current installer:

29-7-2015
This release has all the compiled scripts pulled out of the setup and we are now only using AutoIt3.exe to run the source for all the script utilities.
Main reason for making the change is the regular reports of False Positive Virus warmings.
Please report any issues due to this change of approach.
*** Updated AutoIt3Wrapper v15.729.1555.0 (Jos)
*** Updated Au3Stripper v15.729.1555.0 (Jos)
*** Updated SciTEConfig v15.729.1555.0 (Jos)
*** Updated Au3Stripper v15.729.1555.0 (Jos)
*** Updated Tidy v15.729.1555.0 (Jos)
    - Removed the inline errors and only report Console Tidy Errors.

==> ScitillaHistory page containing all SciTE-Scintilla updates.
==> Visit the SciTE4AutoIt3 Download page for the latest versions.
==> Check the newly formatted the online documentation for an overview of all extras you get with this installer.

 

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Moderators
Posted

jaberwacky,

You probably need to clear your browser cache - I have just successfully downloaded the new installer.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

Ctrl+F5 in Chrome did the trick.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted

Made an update available for AutoIt3Wrapper v15.729.1555.1 with following fixes:

  • Fixed /Watcher mechanism to kill the script when Ctrl+Break or via the Menu the script should be terminated.
  • Fixed the /Jump2FirstError mechanism

Both were re-shelling the AutoIt3Wrapper.exe which now obviously doesn't work any more and needed @AutoItExe to shell the source.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Jos,

A couple of things about debug traces. 

1) Will you make it so that folds are restored after adding and removing trace and func traces?

2) When I add func traces and then double click the outline in the console pane I'm not taken to the line of the function.  Instead I'm taken to a line that is the time the function was called. In this case line 33 rather than line 857: "@@ (857) :(33:31) _in_selected()".

Posted

using:

#AutoIt3Wrapper_Run_Au3Stripper=Y
#Au3Stripper_Parameters=/mo

I see something like this in console:

>Running Au3Stripper (15.729.1555.0)  from:C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper cmdline:

I do not know why there is no cmdline showed ? Is this an intentional or omission ?

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Developers
Posted
  On 7/31/2015 at 1:50 PM, jaberwacky said:

Jos,

A couple of things about debug traces. 

1) Will you make it so that folds are restored after adding and removing trace and func traces?

2) When I add func traces and then double click the outline in the console pane I'm not taken to the line of the function.  Instead I'm taken to a line that is the time the function was called. In this case line 33 rather than line 857: "@@ (857) :(33:31) _in_selected()".

  1. This will not be easy as lines are deleted/added so saved fold line numbers are not the same any more. 
  2. Looks like the Output error lexer of SciTE changed so we need to adapt the format of these dedug lines a bit..  Will check what will work now and post a update.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Developers
Posted
  On 7/31/2015 at 2:26 PM, mLipok said:

 

I do not know why there is no cmdline showed ? Is this an intentional or omission ?

.. because there are no parameters on the commandline. you are mixing Directives with commandline parameters. Try doing a Beta compile and you will see the /Beta is shown there.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Developers
Posted
  On 7/31/2015 at 2:33 PM, Jos said:
  1. Looks like the Output error lexer of SciTE changed so we need to adapt the format of these dedug lines a bit..  Will check what will work now and post a update.

This is an issue in the Error Lexer which I will fix for the next release.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Version number of Tidy will help Jos, as perhaps your Tidy didn't update.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Here is the crash log:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: Tidy.exe
  Application Version:  15.729.1555.0
  Application Timestamp:    55b8db54
  Fault Module Name:    Tidy.exe
  Fault Module Version: 15.729.1555.0
  Fault Module Timestamp:   55b8db54
  Exception Code:   c0000005
  Exception Offset: 00012115
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:    1033
  Additional Information 1: c7e4
  Additional Information 2: c7e49971299fe8de6fe308282ae1b48c
  Additional Information 3: f8cb
  Additional Information 4: f8cb6aa0c214ce8c5f123fcc2b4756c9

And the SciTE output:

>"C:\Program Files\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /Tidy /in "C:\Users\Farid\Desktop\Test.au3"
+>14:06:26 Starting AutoIt3Wrapper v.15.729.1555.3 SciTE v.3.5.4.0   Keyboard:00000409  OS:WIN_7/Service Pack 1  CPU:X64 OS:X86    Environment(Language:0409)
+>         SciTEDir => C:\Program Files\AutoIt3\SciTE   UserDir => C:\Users\Farid\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\Farid\AppData\Local\AutoIt v3\SciTE 
>Running Tidy (15.729.1555.0)  from:C:\Program Files\AutoIt3\SciTE\tidy
!>14:06:43 Tidy ended.rc:-1073741819
+>14:06:43 AutoIt3Wrapper Finished.
>Exit code: 0    Time: 17.66

Edit:

Tested Tidy on Ansi and UTF-8 (With and Without BOM) encoded files, crashes on all of them.

Edited by FaridAgl
  • Developers
Posted

Just downloaded it from the Beta site to ensure I could start it and that works fine.
Is the SciTE filesize 919 KB (941.056 bytes) and SciLexer.dll 764 KB (782.336 bytes)?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

SciTE.exe was 832 KB and SciTELexer.dll is 764.  I downloaded SciTE again from the beta site.  It's fine now.  It just now occurs to me that I probably should have cleared my cache.  Today was another weird day where my brain didn't work again.  It's ok though, I had a nap and all is right with the world.

Thank you!

Guest
This topic is now closed to further replies.
×
×
  • Create New...