﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
750	"SciTE ""toggle all folds"" shows not all functions"	TinyBoy	Jos	"Toggle the following code and you'll see the begin of first function and end of third function.

Local $city
Test(""Greece"")
MsgBox(0, ""Capital city is "", $city)
Func Test($Country)
	If $Country = ""Greece"" Then Assign(""City"", ""Athen"")
EndFunc   ;==>Test
Func test1()
EndFunc   ;==>test1
Func test2()
EndFunc   ;==>test2"	Bug	closed	3.2.13.14	SciTE4AutoIt	3.2.12.1	None	Fixed		
