This still seems to be an issue...
I have
theEditor.AllowEditServerSideCode = true;
But when I load
theEditor.Text = "<?php ..... ?>" ;
The editor is shows up blank. There is no text visible and even when I switch to HTML view, nothing shows up.
Any idea how to get around this and actually display "<?php ..... ?>"?