﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1235	Tidy does not format negative cases properly	Nutster	Jos	"In a Switch statement, a Case with a negative number gets separated when run through Tidy from within Scite.

{{{
Switch $x
Case -1
    ; Whatever happens next
EndSwitch
}}}
becomes
{{{
Switch $x
    Case - 1
        ; Whatever happens next
EndSwitch
}}}
"	Bug	closed	Future Release	SciTE4AutoIt	3.3.1.2	None	Fixed		
