JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.67k stars 308 forks source link

pasting code trims unnecessary whitespace. #1360

Open webzille opened 5 months ago

webzille commented 5 months ago

When pasting code into suneditor (PHP in practice) it trims a lot of white space for no reason. For instance:

    public function downloadFile(Request $request)

becomes

    publicfunctiondownloadFile(Request$request)

I appreciate the built in code highlighter, but why trim the whitespace?