Ok, here's a proposed fix for quotes in code blocks not surviving clicking preview from quick reply when using the sceditor in text mode.
in themes/default/GenericControlsTemplate.php make the following change.
$(".sceditor-container").width("100%").height("100%");', $editor_context['rich_active'] ? '' : '
$("#' . $editor_id . '").data("sceditor").setTextMode();', '
$(".sceditor-container").width("100%").height("100%");', $editor_context['rich_active'] ? '' : '
$("#' . $editor_id . '").data("sceditor").css(\'code {white-space: pre;}\');
$("#' . $editor_id . '").data("sceditor").setTextMode();', '