id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1329	[SmartReplace] replacement strings broken in compressed code broken	ray	gogo	"looks like 
{{{
if(_e==32){
return this.smartReplace(ev,2,/^\s-/,"" \ufffd\ufffd\ufffd"",false);
}
if(_f=="".""){
return this.smartReplace(ev,2,/\.\./,""\ufffd\ufffd\ufffd"",true);
}
}}}
instead of 
{{{
	if (charCode == 32) //space bar
	{
		return this.smartReplace(ev, 2, /^\s-/, ' –', false); // space-space -> dash 
	}
	if ( key == '.' ) // ... -> ellipsis
	{
		return this.smartReplace(ev, 2, /\.\./, '…', true);
	}
}}}"	defect	closed	normal	0.96	Plugins	trunk	normal	no action needed		
