﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2479	TIDY Crash	mlipok	Jos	"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
}}}
"	Bug	closed		SciTE4AutoIt	3.3.9.21	None	Fixed		
