Jump to content

Inconsistent console output


corz
 Share

Recommended Posts

When I run scripts, the old versions of AutoIt would produce errors in my console output something like this..

I:\Cor\Dev\AutoIt\test.au3 (7) : ==> Unknown function name.:

If I click that line (in editplus output window), it takes me directly to the offending line in my script. Great time-saver!

But in recent versions of AutoIt, that output is now..

"I:\Cor\Dev\AutoIt\test.au3" (7) : ==> Unknown function name.:

With extra quotes around it. Clicking this does nothing (I know, it's not ideal behaviour from Editplus).

Thing is, during a compile, I get output (from AU3check) like this..

"I:\Cor\Dev\test.au3"(13,8) : error: foobar(): undefined function.

With quotes again, but this time with the line number (13[,*]) butted up against the file name. Editplus handles this format (with or without quotes) just fine.

I've already reported the "bug" to Sangil, so hopefully future versions of Editplus will handle any format, but it wouldn't it also be preferable to have the same output in both AutoIt and AU3check?

;o) Cor

nothing is foolproof to the sufficiently talented fool..

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