Jump to content

New SciTE4AutoIt3 available with SciTE v1.73


Jos
 Share

Recommended Posts

  • Developers

5/12/2007: Uploaded a new SciTe4AutoIt3.exe installer.. This version fixes the Unicode problem in the previous release for Win9x/WinME.

see below for the details.

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

Enjoy,

Jos

5/12/2007
*** Updated AutoIt3Wrapper v1.8.3.1 (JdeB)
    - Added Directive: #Compiler_UseAnsi=y;(y/n) Use Ansi versions for AutoIt3a or AUT2EXEa. Default is n
    - Added logic to Run/Compile with Ansi version when used in Win9x or WinME.
*** Recompiled Utilities with Ansi version for Win9x/WinME support.
--------------------------------------------------------------------------------------------------
5/10/2007
*** AutoIt3.lua (JdeB)
    - Updated Ctrl+J which will now Jump to the Select Func and when not found in the script it will search the 
      listed #include files. When found it will open the Include file and jump to the Func.   
    - Added Ctrl+Alt+J. Same as Ctrl but will scan for Func in the Beta UDF files. 
*** Updated Tidy v 2.0.12 (JdeB)
    - Fixed possible false report of "#Tidy error" with If-ElseIf-EndIf.
*** Updated Obfuscator.exe v1.0.9 (JdeB)
    - Fixed: Problem when #NoTrayIcon isn't located on the first line.
    - Fixed: Conversion of Eval variables.
    - Fixed: Crash with long Functions.
    - Fixed: Occasional wrong bracket interpretation.
*** Updated SciTEConfig.exe v1.6.5 (Mhz)
    - Added Standard Color scheme selections with 2 included standard setting files.
    - Added SciteTools.ini which will retain the setting between SciTE4AutoIt3 upgrades.
*** Updated Abbreviations file. (MHz)
*** Updated PROD definitions to AutoIt3 v 3.2.4.0.
*** Added au3.Auto3lib.calltips.api to au3.properties to support Auto3Lib UDFs.
Edited by JdeB

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

Link to comment
Share on other sites

  • Replies 139
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

5/12/2007

*** Updated AutoIt3Wrapper v1.8.3.1 (JdeB)

- Added Directive: #Compiler_UseAnsi=y;(y/n) Use Ansi versions for AutoIt3a or AUT2EXEa. Default is n

- Added logic to Run/Compile with Ansi version when used in Win9x or WinME.

*** Recompiled Utilities with Ansi version for Win9x/WinME support.

Thanks.

That's exactly what I was waiting for :)

Link to comment
Share on other sites

  • Developers

In scite config there is still production version 3.2.2.0 and beta 3.2.3.13.

Where can we change to lastest release 3.2.4.1 ?

Update is from 12/05/07 and nothing about new release.....

That is something I still need to "fix", but the definition files (au3.keywords.properties) contain the release number at the top and they are the latest.

The definition files are now also updated by the AutoIt3 Installer but the version.ini isn't ...

:)

Edited by JdeB

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

Link to comment
Share on other sites

5/12/2007: Uploaded a new SciTe4AutoIt3.exe installer.. This version fixes the Unicode problem in the previous release for Win9x/WinME.

Having trouble with today's version and BETA compile.

Somehow it does not run 'ResHacker'

Installed the previous version and it ran smoothly...... :)

Link to comment
Share on other sites

  • Developers

Having trouble with today's version and BETA compile.

Somehow it does not run 'ResHacker'

Installed the previous version and it ran smoothly...... :)

care to share a bit more info about your problem like:

- Win OS

- Console log when it fails

:D

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

Link to comment
Share on other sites

care to share a bit more info about your problem like:

- Win OS

- Console log when it fails

:)

Had to instal latest version again, and again same problem.

OS = Windows XP pro version 2002 SP1

>"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /beta /CompileDefaults /in "P:\ProgsToRun\AutoIt\AutoIt-scripts\CQR\CQRinvuller4061.au3" /autoit3dir "C:\Program Files\AutoIt3\beta"
+>15:55:22 Starting AutoIt3Wrapper v.3.2.4
>Running AU3Check (1.54.7.0)  from:C:\Program Files\AutoIt3\beta
+>15:55:23 AU3Check ended.rc:0
+>15:55:24 RC.exe ended.rc:0
+>15:55:24 ResHacker ended.rc:0
>Running:(3.2.3.14):C:\Program Files\AutoIt3\beta\aut2exe\aut2exea.exe
No compress
+>15:55:28 Aut2exe.exe ended.rc:0
+>15:55:29 AutoIt3Wrapper Finished
>Exit code: 0    Time: 7.151
Link to comment
Share on other sites

  • Developers

Had to instal latest version again, and again same problem.

OS = Windows XP pro version 2002 SP1

>"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /beta /CompileDefaults /in "P:\ProgsToRun\AutoIt\AutoIt-scripts\CQR\CQRinvuller4061.au3" /autoit3dir "C:\Program Files\AutoIt3\beta"
+>15:55:22 Starting AutoIt3Wrapper v.3.2.4
>Running AU3Check (1.54.7.0)  from:C:\Program Files\AutoIt3\beta
+>15:55:23 AU3Check ended.rc:0
+>15:55:24 RC.exe ended.rc:0
+>15:55:24 ResHacker ended.rc:0
>Running:(3.2.3.14):C:\Program Files\AutoIt3\beta\aut2exe\aut2exea.exe
No compress
+>15:55:28 Aut2exe.exe ended.rc:0
+>15:55:29 AutoIt3Wrapper Finished
>Exit code: 0    Time: 7.151
OK understand now... there is no error showing but the Resource info fails to update when ANSI is used.

Fix will be posted shortly...

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

Link to comment
Share on other sites

  • Developers

5/14/2007: Uploaded a new SciTe4AutoIt3.exe installer..

This version fixes a Resource update problem when compiling with the ANSI version.

see below for the details.

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

Enjoy,

Jos

5/14/2007
*** Updated AutoIt3Wrapper v1.8.3.3 (JdeB)
    - Fixed resource update problem when ANSI s used.
*** Updated Obfuscator.exe v1.0.10 (JdeB)
    - Fixed: Detection of #obfuscator_on/off when there are leading Tabs/Spaces.
--------------------------------------------------------------------------------------------------
5/12/2007
*** Updated AutoIt3Wrapper v1.8.3.1 (JdeB)
    - Added Directive: #Compiler_UseAnsi=y;(y/n) Use Ansi versions for AutoIt3a or AUT2EXEa. Default is n
    - Added logic to Run/Compile with Ansi version when used in Win9x or WinME.
*** Recompiled Utilities with Ansi version for Win9x/WinME support.
--------------------------------------------------------------------------------------------------
5/10/2007
*** AutoIt3.lua (JdeB)
    - Updated Ctrl+J which will now Jump to the Select Func and when not found in the script it will search the 
      listed #include files. When found it will open the Include file and jump to the Func.   
    - Added Ctrl+Alt+J. Same as Ctrl but will scan for Func in the Beta UDF files. 
*** Updated Tidy v 2.0.12 (JdeB)
    - Fixed possible false report of "#Tidy error" with If-ElseIf-EndIf.
*** Updated Obfuscator.exe v1.0.9 (JdeB)
    - Fixed: Problem when #NoTrayIcon isn't located on the first line.
    - Fixed: Conversion of Eval variables.
    - Fixed: Crash with long Functions.
    - Fixed: Occasional wrong bracket interpretation.
*** Updated SciTEConfig.exe v1.6.5 (Mhz)
    - Added Standard Color scheme selections with 2 included standard setting files.
    - Added SciteTools.ini which will retain the setting between SciTE4AutoIt3 upgrades.
*** Updated Abbreviations file. (MHz)
*** Updated PROD definitions to AutoIt3 v 3.2.4.0.
*** Added au3.Auto3lib.calltips.api to au3.properties to support Auto3Lib UDFs.
Edited by JdeB

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

Link to comment
Share on other sites

  • Developers

Sorry, to ask.....but what does this ANSI means?

Re uploaded SciTE4AutoIt3 because there was another issue in AutoIt3Wrapper which is now fixed.

This caused the Default compile to be Ansi.

An Explanation can be found in the AutoIt3 helpfile.. just look for Unicode and Ansi .

:)

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

Link to comment
Share on other sites

When using next entry's :

#Compiler_Run_Obfuscator=y

#Compiler_prompt=y

Each time the resource hacker is not selected and saved.

You need to select each time "Update Target program ..."

When not using this entry's it is working fine but you can't use ofbuscator because there is no selection in this menu.

Link to comment
Share on other sites

  • Developers

When using next entry's :

#Compiler_Run_Obfuscator=y

#Compiler_prompt=y

Each time the resource hacker is not selected and saved.

You need to select each time "Update Target program ..."

When not using this entry's it is working fine but you can't use ofbuscator because there is no selection in this menu.

As mentioned many times, I have stopped development on the GUI and want people to start using the Compiler Directives.

It is my intent to remove the GUI totally at some point since the Directive makes it obsolete.

Edited by JdeB

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

Link to comment
Share on other sites

  • Developers

5/18/2007: Uploaded a new SciTe4AutoIt3.exe installer..

Fixed resource update problem when "Compile with Options" is used from Explorer or Compile from SciTE.

Also added a Console warning to inform about the limitation of Unicode compiled script:

->Warning: This is an Unicode compiled script and will not run on Win9x/ME.

see below for the details.

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

Enjoy,

Jos

5/18/2007
*** Updated AutoIt3Wrapper v1.8.4.0 (JdeB)
    - Fixed resource update problem when "Compile with Options" is used from Explorer or Compile from SciTE.
*** Updated Obfuscator.exe v1.0.11 (JdeB)
    - Ignore longer than 2047 characters comment lines.
--------------------------------------------------------------------------------------------------
5/14/2007
*** Updated AutoIt3Wrapper v1.8.3.3 (JdeB)
    - Fixed resource update problem when ANSI s used.
*** Updated Obfuscator.exe v1.0.10 (JdeB)
    - Fixed: Detection of #obfuscator_on/off when there are leading Tabs/Spaces.
--------------------------------------------------------------------------------------------------
5/12/2007
*** Updated AutoIt3Wrapper v1.8.3.1 (JdeB)
    - Added Directive: #Compiler_UseAnsi=y;(y/n) Use Ansi versions for AutoIt3a or AUT2EXEa. Default is n
    - Added logic to Run/Compile with Ansi version when used in Win9x or WinME.
*** Recompiled Utilities with Ansi version for Win9x/WinME support.
--------------------------------------------------------------------------------------------------
5/10/2007
*** AutoIt3.lua (JdeB)
    - Updated Ctrl+J which will now Jump to the Select Func and when not found in the script it will search the 
      listed #include files. When found it will open the Include file and jump to the Func.   
    - Added Ctrl+Alt+J. Same as Ctrl but will scan for Func in the Beta UDF files. 
*** Updated Tidy v 2.0.12 (JdeB)
    - Fixed possible false report of "#Tidy error" with If-ElseIf-EndIf.
*** Updated Obfuscator.exe v1.0.9 (JdeB)
    - Fixed: Problem when #NoTrayIcon isn't located on the first line.
    - Fixed: Conversion of Eval variables.
    - Fixed: Crash with long Functions.
    - Fixed: Occasional wrong bracket interpretation.
*** Updated SciTEConfig.exe v1.6.5 (Mhz)
    - Added Standard Color scheme selections with 2 included standard setting files.
    - Added SciteTools.ini which will retain the setting between SciTE4AutoIt3 upgrades.
*** Updated Abbreviations file. (MHz)
*** Updated PROD definitions to AutoIt3 v 3.2.4.0.
*** Added au3.Auto3lib.calltips.api to au3.properties to support Auto3Lib UDFs.
Edited by JdeB

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

Link to comment
Share on other sites

  • Developers

5/22/2007: Uploaded a new SciTe4AutoIt3.exe installer..

There are some major changes made to AutoIt3Wrapper:

  • The AutoIt3Wrapper GUI is removed.
  • All Directives are renamed for clarity!!!! Old names are supported for backwards compatibility.
  • Checks are added to AutIt3Wrapper,Tidy and Obfustcator and warning given when input script is encoded in UTF16. These utilities plus Au3Check currently do NOT support UTF16 input files. Your script is still processed by AutoIt3Wrapper and compiled but not pre-cheked by au3check.
see below for the detail changes made over the last month. It important you understand the ANSI/Unicode option limitations when Compiling!

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

Enjoy,

Jos

5/22/2007
*** Updated AutoIt3Wrapper v1.9.0.0 (JdeB)
    - *** Removed GUI to set compiler options. ****. This is replaced by the #AutoIt3Wrapper_ directives in the source itself.
      Existing scriptname.au3.ini settings are still used as defaults which will be overridden by the Directives when specified.
    - Renamed the Explorer Right-Mouse-Click option from "Compile with Options" to "Compile with AutoIt3Wrapper"
    - Renamed ALL Directives from #Compiler_???? to #AutoIt3Wrapper_???? and also updated them in SciTE. 
       The Old Directive names are supported for backwards compatibility.
    - Changed the Reshacker step. It will now update the output EXE generated by AUT2EXE.
    - Added an UPX step when UPX is requested. UPX is always switched off for AUT2EXE to allow ResHacker to update the resources.   
    - Added check for UTF16 (Unicode) encoded files whioch will show the following warning:
       ! ***************************************************************************************************
       ! * Input file is UTF16 encoded, Au3Check/Tidy/Obfuscator do no support UNICODE and will be skipped.*
       ! ***************************************************************************************************
    - Updated the program ICO ....  thanks George (GEOSoft)
*** Updated Obfuscator.exe v1.0.12 (JdeB)
    - Fixed: Avoid warning message for Empty params for Special funcs.
    - Remove possible DoubleQuotes around AutoIt InstallDir and Includedir path retrieved from the registry.
    - Updated the program ICO ....  thanks George (GEOSoft)
    - Added check for UTF16 (Unicode) encoded files and stop processing when detected. (Not supported)
*** Updated Tidy v 2.0.13 (JdeB)
    - Updated the program ICO ....  thanks George (GEOSoft)
    - Added check for UTF16 (Unicode) encoded files and stop processing when detected. (Not supported)
*** Updated AutoIt3.LUA (JdeB)
    - Changed "Open Include" (Alt+I) And "Jump to Func" (Ctrl+J) to allow Comments behind includes eg:
       #include"filename.au3"; comment
--------------------------------------------------------------------------------------------------
5/18/2007
*** Updated AutoIt3Wrapper v1.8.4.0 (JdeB)
    - Fixed resource update problem when "Compile with Options" is used from Explorer or Compile from SciTE.
*** Updated Obfuscator.exe v1.0.11 (JdeB)
    - Ignore longer than 2047 characters comment lines.
--------------------------------------------------------------------------------------------------
5/14/2007
*** Updated AutoIt3Wrapper v1.8.3.3 (JdeB)
    - Fixed resource update problem when ANSI s used.
*** Updated Obfuscator.exe v1.0.10 (JdeB)
    - Fixed: Detection of #obfuscator_on/off when there are leading Tabs/Spaces.
--------------------------------------------------------------------------------------------------
5/12/2007
*** Updated AutoIt3Wrapper v1.8.3.1 (JdeB)
    - Added Directive: #Compiler_UseAnsi=y;(y/n) Use Ansi versions for AutoIt3a or AUT2EXEa. Default is n
    - Added logic to Run/Compile with Ansi version when used in Win9x or WinME.
*** Recompiled Utilities with Ansi version for Win9x/WinME support.
--------------------------------------------------------------------------------------------------
5/10/2007
*** AutoIt3.lua (JdeB)
    - Updated Ctrl+J which will now Jump to the Select Func and when not found in the script it will search the 
      listed #include files. When found it will open the Include file and jump to the Func.   
    - Added Ctrl+Alt+J. Same as Ctrl but will scan for Func in the Beta UDF files. 
*** Updated Tidy v 2.0.12 (JdeB)
    - Fixed possible false report of "#Tidy error" with If-ElseIf-EndIf.
*** Updated Obfuscator.exe v1.0.9 (JdeB)
    - Fixed: Problem when #NoTrayIcon isn't located on the first line.
    - Fixed: Conversion of Eval variables.
    - Fixed: Crash with long Functions.
    - Fixed: Occasional wrong bracket interpretation.
*** Updated SciTEConfig.exe v1.6.5 (Mhz)
    - Added Standard Color scheme selections with 2 included standard setting files.
    - Added SciteTools.ini which will retain the setting between SciTE4AutoIt3 upgrades.
*** Updated Abbreviations file. (MHz)
*** Updated PROD definitions to AutoIt3 v 3.2.4.0.
*** Added au3.Auto3lib.calltips.api to au3.properties to support Auto3Lib UDFs.
Edited by JdeB

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

Link to comment
Share on other sites

#AutoIt3Wrapper_prompt=y

I think you should remove that option from Scite. It's confusing since you say you deleted GUI totally and you can still type those in and get a proper name. I've read change log just now that the gui was removed but yesterday (when site was down) i was wondering why i am not getting prompted :)

My little company: Evotec (PL version: Evotec)

Link to comment
Share on other sites

  • Developers

#AutoIt3Wrapper_prompt=y

I think you should remove that option from Scite. It's confusing since you say you deleted GUI totally and you can still type those in and get a proper name. I've read change log just now that the gui was removed but yesterday (when site was down) i was wondering why i am not getting prompted :)

It is removed from the Helpfile but guess i could just add a simple warning that shows something like this when you still have it in your script:

-> The GUI was removed stupid thus the "#AutoIt3Wrapper_prompt=y" will not work anymore.

:)

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

Link to comment
Share on other sites

It is removed from the Helpfile but guess i could just add a simple warning that shows something like this when you still have it in your script:

HEHE!! I'm sure it would work perfectly (at least on me). Was realy wondering yesterday about it :) And AutoIt page was down so couldn't check or report this yesterday!

My little company: Evotec (PL version: Evotec)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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