﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3552	"SciTE 3.7.3 bug: #Region & #EndRegion not working properly when it contains ""Case"" statements"	gil900	Jos	"
{{{
$var = 1
Switch 1

	#Region @#%@

		Case 1


		Case 2

	#EndRegion

	#Region &@$%
		Case 3

		Case 5
	#EndRegion

EndSwitch

}}}


The option to collapse/uncollapse the whole region is not working properly. it collapsing until the first ""case"" statement and not until the #EndRegion"	Bug	closed		SciTE4AutoIt	3.3.14.2	None	No Bug		
