Jump to content

New Scite4AutoIt3 installer


Jos
 Share

Recommended Posts

  • Developers

Uploaded a new version of SciTe4Au3Upd.exe which contains the definitions for 3.1.1.68 BETA.

==> Visit the SciTe4AutoIt3 Download page for the latest versions

==> Check the online documentation for a overview of all extras you get with the SciTE4AutoIt3 installer.

Separate files for BETA:

au3check.dat

au3.keywords.properties

au3.api

Enjoy,

:whistle:

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

  • 2 weeks later...

There is Still error:

>"C:\Program Files\AutoIt3\SciTe\CompileAU3\CompileAU3.exe" /run /beta /ErrorStdOut /in "C:\Program Files\AutoIt3\PZ\Telefony\telefony.au3" /autoit3dir "C:\Program Files\AutoIt3\Beta\beta" /UserParams

>Running AU3Check...C:\Program Files\AutoIt3\SciTe\Defs\Unstable\Au3Check\au3check.dat

C:\Program Files\AutoIt3\PZ\Telefony\telefony.au3(139,14) : ERROR: undefined macro.

GuiSetState(@SW_LOCK

~~~~~~~~~~~~^

C:\Program Files\AutoIt3\PZ\Telefony\telefony.au3(148,14) : ERROR: undefined macro.

GuiSetState(@SW_UNLOCK

~~~~~~~~~~~~^

C:\Program Files\AutoIt3\PZ\Telefony\telefony.au3 - 2 error(s), 0 warning(s)

>AU3Check Ended with Error(s).

>Exit code: 0 Time: 8.153

Link to comment
Share on other sites

  • Developers

There is Still error:

>"C:\Program Files\AutoIt3\SciTe\CompileAU3\CompileAU3.exe" /run /beta /ErrorStdOut /in "C:\Program Files\AutoIt3\PZ\Telefony\telefony.au3" /autoit3dir "C:\Program Files\AutoIt3\Beta\beta" /UserParams   

>Running AU3Check...C:\Program Files\AutoIt3\SciTe\Defs\Unstable\Au3Check\au3check.dat

C:\Program Files\AutoIt3\PZ\Telefony\telefony.au3(139,14) : ERROR: undefined macro.

GuiSetState(@SW_LOCK

~~~~~~~~~~~~^

C:\Program Files\AutoIt3\PZ\Telefony\telefony.au3(148,14) : ERROR: undefined macro.

GuiSetState(@SW_UNLOCK

~~~~~~~~~~~~^

C:\Program Files\AutoIt3\PZ\Telefony\telefony.au3 - 2 error(s), 0 warning(s)

>AU3Check Ended with Error(s).

>Exit code: 0    Time: 8.153

<{POST_SNAPBACK}>

That is because they are not documented properly in the BETA Helpfile yet. Just press the "Continue Anyway" for this moment....

Will ask JP to update the DOC's...

tnx

EDIT: Updated the SciTE4AU3Upd.exe Installer and Definitions files on the SciTE downloads page (au3check.dat)

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

I think the latest au3.api is corrupted. This is what I found in after the _PathMake entry.

_PathMake ($szDrive, $szDir, $szFName, $szExt)

###Parameters###

@@ParamTable@@

$szDrive

Drive (Can be UNC).  If it's a drive letter, a : is automatically appended

$szDir

Directory.  A trailing slash is added if not found (No preceeding slash is added)

$szFName

The name of the file

$szExt

The file extension.  A period is supplied if not found in the extension

@@End@@ Creates a path from drive, directory, file name and file extension parts.  Not all parts must be passed.  The path will still be built with what is passed.  This doesn't check the validity of the path created, it could contain characters which are invalid on your filesystem. (Requires: #include <file.au3>)

_PathSplit ($szPath, ByRef $szDrive, ByRef $szDir, ByRef $szFName, ByRef $szExt)

###Parameters###

@@ParamTable@@

$szPath

The path to be split (Can contain a UNC server or drive letter)

$szDrive

String to hold the drive

$szDir

String to hold the directory

$szFName

String to hold the file name

$szExt

String to hold the file extension

@@End@@ Splits a path into the drive, directory, file name and file extension parts.  An empty string is set if a part is missing. (Requires: #include <file.au3>)

Link to comment
Share on other sites

  • Developers

I think the latest au3.api is corrupted. This is what I found in after the _PathMake entry.

<{POST_SNAPBACK}>

Fixed and uploaded....

tnx :whistle:

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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