id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 2695,Don't convert newline characters into
inside
...
,Emerson José Silveira da Costa,,"I use FCKeditor at Seedwiki. When I type, say, a computer program inside
...
tags, all newline characters become
tags. A code like: {{{
FOR A = 0 TO 255
   PRINT CHR$(A);
NEXT A
}}} becomes a LONG SINGLE line: {{{
FOR A = 0 TO 255
PRINT CHR$(A);
NEXT A
}}} (Just imagine a 100+ line program...) For a number of reasons sometimes it's preferable to use the TextArea editor, or simply we are stuch with a browser where FCKeditor's WYSIWYG feature doesn't work. In those cases, we must face the nightmare of editing that long single line. Hence my suggestion: don't convert newline characters into
inside
...
tags.",Task,closed,Normal,,General,,invalid,Pending WorksForMe,