Jump to content

Recommended Posts

  • Developers
Posted (edited)

4/6/2013: Uploaded a new SciTE4AutoIt3.exe installer with the new SciTE v3.30 release.

There are a couple of major changes:

- Updated our version of SciTE from 3.20 to 3.30.

My Changes to this version:

- Made a change to SciTE to avoid restarting a running script when F1 is pressed while script is running with F5.

- Added versioning to Autoit3, replacing cvswrapper.

Enjoy,

Jos

Addition/Changes/Fixes in the current installer:

--------------------------------------------------------------------------------------------------
4/6/2013
*** Major update of the SciTE4AutoIt3 helpfile... a big Thank you to Melba23 for the reformating/rewriting of many sections. :)
*** Merged the updates of SciTE v 3.3.0 by Neil Hodgson with our own version of SciTE. (Jos)
- Updated AU3 lexer to support future AutoIt3 syntax currently in 3.3.9.5 Alpha.
- Fixed Open Include File which sometimes failed opening the correct file. (wraithdu)
- Added modification to be able to hit F1 while script is running without restarting a second instance of the script.
*** Updated Tidy v2.3.0.8 (Jos)
- Added support for current AutoIt3 3.3.9.5 Alpha syntax changes, which are likely to stay.
- Fixed check to be able to handle #Include without filename specified.
- Fixed logic for #Tidy_on / #Tidy_off
- Fixed bug in the generated report (/gen_doc) where the linenumbers for FUNC references where missing.
- Added Indent support for #AutoIt3Wrapper_If_Run
*** Updated AutoIt3Wrapper v2.1.2.x (Jos)
- Changed the AUT2EXE, ResourceUpdate and UPX process to use a Tempfile to avoid the issue with Explorer locking the file and making the process fail.
- Added #AutoIt3Wrapper_Testing directive. This Directive allows you to avoids having to comment Directives for Tidy/Obfuscator and Versioning each time you are testing/developing.
     #AutoIt3Wrapper_testing=n ;(Y/N) skip Tidy, Obfuscator, ResourceUpdates & Versioning for speed while testing. Default=N
- Added #AutoIt3Wrapper_Jump_To_First_Error directive to allow you to select not to jump to the first error found by Au3Check.
     #AutoIt3Wrapper_Jump_To_First_Error= ;(Y/N) Jump to the first found error. Default=Y
- Added #AutoIt3Wrapper_If_* option to have selective Directives for Run and Compile as an option.
     #AutoIt3Wrapper_If_Run
         #AutoIt3Wrapper_Run_AU3Check
         #AutoIt3Wrapper_Jump_To_First_Error=y
         #AutoIt3Wrapper_AU3Check_Parameters=
         #AutoIt3Wrapper_AU3Check_Stop_OnWarning=n
         #AutoIt3Wrapper_Run_Tidy=n
         #Tidy_Parameters=
         #AutoIt3Wrapper_Tidy_Stop_onerror=n
     #AutoIt3Wrapper_If_Compile
         #AutoIt3Wrapper_Run_AU3Check=y
         #AutoIt3Wrapper_Jump_To_First_Error
         #AutoIt3Wrapper_AU3Check_Parameters
         #AutoIt3Wrapper_AU3Check_Stop_OnWarning
         #AutoIt3Wrapper_Run_Tidy
         #Tidy_Parameters=
         #AutoIt3Wrapper_Tidy_Stop_onerror
     #AutoIt3Wrapper_EndIf
- Updated the resources functions to support the changes in Aut2exe v 3.3.9.5.
- Added Buildin Versioning. Check the helpfile for the details.
     Dropped the external cvsWrapper support and these directives replace the cvswrapper directives:
     ; Versioning settings
     #AutoIt3Wrapper_Versioning=                 ;(Y/N/V) Run cvsWrapper to update the script source. default=N
     ;                                               V=only when version is increased by #AutoIt3Wrapper_Res_FileVersion_AutoIncrement.
     #AutoIt3Wrapper_Versioning_Parameters=      ; /NoPrompt : Will skip the cvsComments prompt
     ;                                               /Comments : Text to added in the cvsComments. It can also contain the below variables.
*** Updated Obfuscator.exe v1.0.30.4 (Jos)
- Fixed several reported bugs.
*** Updated SciTEConfig v1.6.10.0
- updates for the included Abbrev manager and Calltip manager - (Melba23)
- Fixed Tools config when the tool is generic and not AU3 specific.
- Added option to enable/disable the inline errors in sciTE.
*** Updated SciTEJump to the latest version V2.2.97.189 (guinness)
- Assigned Alt+Q as shortcut.
--------------------------------------------------------------------------------------------------

==> 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 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.
  :)

Posted (edited)

The online documentation appears to return errors.

Also in AutoIt3Wrapper & SciTEConfig there are left overs from when compiling and tidying.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Plus I can't see a mention of SciTE Jump changing the shortcut to Alt+Q.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Moderators
Posted

guinness,

Can you be more specific as I have seen nothing out of the ordinary when I used AutoIt3Wrapper and Tidy. :huh:

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

In the directories there are left overs from when Jos tidied the code and compiled as well. If this is intentional then no problem.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Moderators
Posted

guinness,

The only leftovers I had were from the various renamed beta versions I had in the various subfolders from the previous install. :)

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

OK, then this is only present in the ZIP version then.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted

  On 4/6/2013 at 3:49 PM, 'guinness said:

The online documentation appears to return errors.

Also in AutoIt3Wrapper & SciTEConfig there are left overs from when compiling and tidying.

I am already working on the online stuff as that is totally screwed up with the revamp of the helpfile. Need to build a new HTML index page, so have taken the old stuff offline.

  On 4/6/2013 at 4:02 PM, 'guinness said:

Plus I can't see a mention of SciTE Jump changing the shortcut to Alt+Q.

It is specified in the Helpfile in the shortcuts page. Where is it missing?

Will have a look to see if there is some extra stuff in the ZIP file, I only work with the installer myself.

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 (edited)

OK. I meant it wasn't in the changelog, I didn't check in the help file. Sorry.

In the SciTE Jump documentation it still references the old shortcut. I will be updating SciTE Jump in the forthcoming weeks, so I will send you a new help file index page when complete.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted

  On 4/6/2013 at 5:00 PM, 'guinness said:

In the SciTE Jump documentation it still references the old shortcut. I will be updating SciTE Jump in the forthcoming weeks, so I will send you a new help file index page when complete.

Updated in the online and next version of the helpfile.

cheers

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

Great. Thanks Jos.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Thanks for this great new version!

A small bug: On page http://www.autoitscript.com/site/autoit-script-editor/ the link to the History doesn't work. Should be http://www.autoitscript.com/autoit3/scite/docs/History.html

but is http://www.autoitscript.com/autoit3/scite/docs/history.htm now.

My UDFs and Tutorials:

  Reveal hidden contents

 

  • 2 weeks later...
Posted (edited)

  Quote

- Added modification to be able to hit F1 while script is running without restarting a second instance of the script.

The same issue is when I hit/push

"Alt+i"

"Alt+q"

"CTRL+j"

"CTRL+F6"

Edited by mlipok

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

Posted

- Made a change to SciTE to avoid restarting a running script when F1 is pressed while script is running with F5.

Thank you for all of the updates! This one was bothering me for awhile, so I'm glad that this bug is squashed.

Really appreciate the upgrades and the documentation updates!! :) (y)

Posted

I thought this was updated in the new version?

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted

The issue with F1 and Alt+F1 was "worked-around" in this version as that was the most common one and easy to implement a Workaround/fix.

Although the MenuItems are disabled, SciTE will still fire the attached function when the shortcut is used for the other defined tools, which causes the same symptom we had with Help.

I have no time to start digging into how SciTE's JobQueue is operating and come-up with a fix for all of this without breaking something.

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

You probably didn't get the hint last time this was talked about that. I actually explained what can be done for tools menu. It's simpler solution (and cleaner) than for F1.

♡♡♡

.

eMyvnE

Posted

  On 4/22/2013 at 6:20 PM, 'guinness said:

I thought this was updated in the new version?

Yes, I singled it out because I was happy to see that it was fixed.

(though, I could be misunderstanding you misunderstanding me) ;-)

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...