Jump to content

June 12, 2016: New SciTE4AutoIt3 available with the updated SciTE v3.6.6 release.


Recommended Posts

  • Developers
Posted (edited)

Merged the SciTE 3.6.6 source into our version and several other changes and fixes to the supporting utilities.

Enjoy,
Jos

Addition/Changes/Fixes in the current installer:

--------------------------------------------------------------------------------------------------
12-6-2016
*** Merged the SciTE v 3.6.6 by Neil Hodgson with our own version of SciTE. (Jos)
*** Updated AutoIt3Wrapper v16.612.1119.0 (Jos)
    - 16.306.1237.1 Fixed hang when replying No to UAC for RunBeforeAdmin/RunAfterAdmin
    - 16.306.1237.3 Added a 500 ms pause before writing the resource updates in an effort to get less res-upd error 110's.
    - 16.306.1237.4 Added support for: #AutoIt3Wrapper_Run_Stop_OnError=               ;(Y/N) Stop when Returncode <> 0
    - 16.306.1237.5 Added Fold and Bookmark restore after either the GUI or Version causes the source to be externally updated.
*** Updated Au3Stripper v16.612.1119.0 (Jos)
    - 16.306.1237.1 Fix /MergeOnly avoid stripping directives.
    - 16.306.1237.2 Updated Color retrieval from properties files to be more robust
    - 16.306.1237.2 Also strip #include-once in main script
    - 16.306.1237.3 Fix line ref for Call errors
    - 16.306.1237.4 Minor change to warning text
    - 16.306.1237.5 Support FuncName* mask on #Au3Stripper_Ignore_Funcs= directives
    - 16.306.1237.5 Support #Au3Stripper_Ignore_Funcs= directives in Included files
    - 16.306.1237.6 Support #Au3Stripper_Ignore_Variables= directives in Included files
    - 16.306.1237.6 Support VarName* mask on #Au3Stripper_Ignore_Variables= directives
*** Updated SciTEConfig v16.612.1119.0 (Jos)
    - 16.306.1237.1 added style.error.0 config.
*** Updated Tidy v16.612.1119.0 (Jos)
    - 16.306.1237.1 Minor fix removing space infront of Then when on a line itself.
*** Updated Abbreviations (mLipok)
    - Updated au3abbrev.properties and helpfile page.
--------------------------------------------------------------------------------------------------
==> 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 extra's you get with this installer.

Enjoy,
Jos

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)

in the help file:

; Add icons to the file resource table 
; As no resource names are specified, they will be set automatically to 201+ 
#AutoIt3Wrapper_Res_Icon_Add=C:\Program Files (x86)\AutoIt3\Icons\au3.ico

but if i add a comma and a number, the icon will be assigned to that number:

#AutoIt3Wrapper_Res_Icon_Add=C:\Program Files (x86)\AutoIt3\Icons\au3.ico,301

That should be added to the help file :) 

Tho :

#AutoIt3Wrapper_Res_Icon_Add=                   ; Filename[,ResNumber[,LanguageCode]] of ICO to be added.

So, maybe my bad or maybe not ? No clue. But a mention in the example code would not hurt

Edited by argumentum
corrected my grammer

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Posted

@Jos I think you post old history log ? Or I'm blind ?

 

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

Not really as this is from an example. the definition is shown in the directives description:

; Add extra ICO files to the resources which can be used with TraySetIcon(@ScriptFullPath, 5) etc
; Free form resource fields ... max 15
#AutoIt3Wrapper_Res_Icon_Add=                   ; Filename[,ResNumber[,LanguageCode]] of ICO to be added.
; Add extra ICO files to the resources
; Use full path of the ico files to be added
; ResNumber is a numeric value used to access the icon: TraySetIcon(@ScriptFullPath, ResNumber)
; If no ResNumber is specified, the added icons are numbered from 201 up

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

argumentum,

In my SciTE Help file it says:

#AutoIt3Wrapper_Res_Icon_Add=                   ; Filename[,ResNumber[,LanguageCode]] of ICO to be added.
; Add extra ICO files to the resources
; Use full path of the ico files to be added
; ResNumber is a numeric value used to access the icon: TraySetIcon(@ScriptFullPath, ResNumber)
; If no ResNumber is specified, the added icons are numbered from 201 up

So it already explains that when you use a specific ResNumber that is used to access the icon.

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

 

  • Developers
Posted (edited)
  On 6/18/2016 at 6:13 PM, mLipok said:

Or I'm blind ?

Expand  

Correct ;) 

Was just updating it when you posted it..

Jos

ps. also fixed the xxx in the directives page in the helpfile as you indicated earlier... just forgot to update the HTML file. ;)

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
  On 6/18/2016 at 6:15 PM, Jos said:

Correct ;) 

Expand  

gee, I need to order another visit to the ophthalmologist ;)

 

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

  • 1 month later...
  • 4 months later...
Posted

Bugs, I assume:

- Koda cannot import Autoit GUIs (Files -- > Import --> Import Autoit GUI) containing any non-english characters - it especially painful when you do not have recent *.kxf

- Open include (ALT+I) wont work on custom include if it was not already opened once (even if closed afterwards) and do not contain path in quotes (even if path to this include defined in "HKEY_CURRENT_USER\Software\AutoIt v3\AutoIt @ Include"

 

  • 1 month later...
Posted

Hi,

Is there some way to use wildcards in Au3Stripper
#Au3Stripper_Ignore_Funcs=  _WinAPI*

Thanks
 

  • Jos locked this topic
  • Jos unpinned this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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