Jump to content

Autoit Beta, Scite, Au3check


 Share

Recommended Posts

I recently updated AutoIt and SciTE, and now my scripting "techniques" are encountering problems :think:

1) If I try running the following code, AutoIt3.exe version 3.1.1.118 complains Unterminated group of comment in file

; I like to have a lot of temporary code fragments together
MsgBox(0x1000, "Test", "Example Three")

#cs
MsgBox(0x1000, "Test", "Example Two")

#cs
MsgBox(0x1000, "Test", "Example One")

I've used this style for a while.... In fact, tylo modified Au3Check so that it would not throw an error but would instead throw WARNING: #comments-start has no explicit closing #comments-end. (Au3Check still does this)

2) The following works in AutoIt, but Au3Check complains ERROR: #comments-end has no matching #comments-start

MsgBox(0,"I like to quickly","toggle comment blocks....")

; #cs
MsgBox(0x1000,"Foo","Block")
MsgBox(0x1000,"Foo","Of")
MsgBox(0x1000,"Foo","Code")
#ce

3) After Installing JdeB's April 8 version of SciTE, almost all of the images in Scite4AutoIt3.chm are broken. See attached screenshot....

mk:@MSITStore:C:\Program%20Files\AutoIt3\SciTE\Scite4AutoIt3.chm::/images/syntaxHighlight.png

mk:@MSITStore:C:\Program%20Files\AutoIt3\SciTE\Scite4AutoIt3.chm::/Scite_instructions_files/beforefold.png

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

  • Developers

I recently updated AutoIt and SciTE, and now my scripting "techniques" are encountering problems :think:

3) After Installing JdeB's April 8 version of SciTE, almost all of the images in Scite4AutoIt3.chm are broken. See attached screenshot....

:( Don't understand what happened here but the pictures were gone for the source directory.

Restored them and regenerated Helpfile and installer.

Thanks :)

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