﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1670	SciTE4AutoIt3 Abbreviation Expanson Errors	AdamUL	Jos	"When I type the following abbreviations in SciTE, it does the following:
  
ifthen : Will not expand the abbreviation by pressing the space bar or using ctrl+b due to it automatically capitalizing the ""i"" in if.
ifelse : Will capitalize the ""i"" in if causing only the last 2 characters ""se"" to expand making it ""IfelSetError()"".
ifelseif : Will not expand the abbreviation by pressing the space bar or using ctrl+b due to it automatically capitalizing the ""i"" in if.
dountil : Will not expand the abbreviation by pressing the space bar or using ctrl+b due to it automatically capitalizing the ""d"" in Do.
whilewend : Will not expand the abbreviation by pressing the space bar or using ctrl+b due to it automatically capitalizing the ""w"" in while.
selectcase : Will capitalize the ""s"" in select causing only the last 2 characters ""se"" to expand making it ""SelectcaSetError()"".
switchcase : Will capitalize the ""s"" in switch causing only the last 2 characters ""se"" to expand making it ""SwitchcaSetError()"".

These are all that I have found as of now, but there could be more.  It seems due to SciTE making the first letter capitalized when if recognizes that it is a keyword, but does not make it letter lower case again after the typed word is not a keyword as you continue to type.  "	Bug	closed	Future Release	SciTE4AutoIt	3.3.6.1	None	Fixed	Abbreviation Expanson	
