﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
853	sourcecode view improvement	jlindenbaum@…		"Hi,

I think personally it would be great if the source code
view had wrap=""off"" to prevent line breaks where the
source code actually continues and also the ceaseing of
line breaking charactar striping so that you can indent
source code and make new lines in the code without that
disappearing on ""OK"".

Example.
{{{
<script language=""javascript"" type=""text/javascript"">
alert('yay!');
</script>
<?php
echo ""Hello again!"";
?>
}}}


--> Upon click becomes

{{{
<script language=""javascript"" type=""text/javascript"">
alert('yay!');
</script> <?php
echo ""Hello again!"";
?>

}}}

That line breaker should be left intact?!

Thanks!
Keep it up, love 2.2!
----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1390185&group_id=75348&atid=543656"	New Feature	confirmed	Normal		UI : Source View			SF	saul11@…
