Modify

Opened 12 years ago

Closed 12 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 by J-Paul Mesnage, 12 years ago

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

comment:2 by mlipok, 12 years ago

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

comment:3 by Jos, 12 years ago

Resolution: Fixed
Status: newclosed

Fixed in v 2.3.0.20.

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.