﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1319	AutoIt3.exe always exists after closing script with RichEdit	BugFix	trancexx	"Hi,
i've used in SciTE the following script with Windows XP Home SP2. At first with Beta 3.1.1.5 .
After ending exists furthermore process AutoIt3.exe with an CPU load of 98 %.
Then i've updated to Beta 3.3.1.6 with same effect.


{{{
#include <EditConstants.au3>
#include <GuiRichEdit.au3>

$Form1 = GUICreate(""Form1"", 400, 500, 300, 220)
$Edit = _GUICtrlRichEdit_Create($Form1, """", 10, 10, 380, 360, BitOR($ES_MULTILINE, $ES_AUTOVSCROLL))
GUISetState(@SW_SHOW)

Do
Until GUIGetMsg() = -3
}}}
"	Bug	closed	3.3.9.1	AutoIt	3.3.1.6	None	Fixed		
