Modify

Opened 11 years ago

Closed 11 years ago

#2479 closed Bug (Fixed)

TIDY Crash

Reported by: mlipok Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: 3.3.9.21 Severity: None
Keywords: Cc:

Description

the problem was discused here:
http://www.autoitscript.com/forum/topic/154699-tidy-parameterssort-funcs-issue/

quick descrition:
try TIDY this kind of script

#Tidy_Parameters=/sf
Func _test()
    Select
        Case 1
                if $test = True
                    $string = ""
                Then
        EndSelect

EndFunc

here is console output:

>"C:\Program Files (x86)\AutoIt3\SciTE\tidy\tidy.exe" "L:\TOOLs\Macro\test_TIDY_Sort.au3"
Tidy AutoIt3 v2.3.0.19   Copyright (c) Jos van der Zande  August 30, 2013
"L:\TOOLs\Macro\test_TIDY_Sort.au3"(6) : ### Tidy Error: If/ElseIf statement without a then..
"L:\TOOLs\Macro\test_TIDY_Sort.au3"(10) : ### Tidy Error -> "endselect" is closing previous "case" on line 4
"L:\TOOLs\Macro\test_TIDY_Sort.au3"(13) : ### Tidy Error -> "endfunc" is closing previous "select" on line 3
"L:\TOOLs\Macro\test_TIDY_Sort.au3"(2) : ### Tidy Error -> "func" is never closed in your script.
!> there were  4 error(s) encountered. look in your source for:### Tidy Error:
>Exit code: -1073741819    Time: 1.905

Attachments (0)

Change History (3)

comment:1 Changed 11 years ago by Jpm

I can add that the main problem is that TIDY crash, not the console output

comment:2 Changed 11 years ago by mlipok

oh.
console output is only for info.
yes , main problem is TIDY crash.

comment:3 Changed 11 years ago by Jos

  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in v 2.3.0.20.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jos.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.