Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
When I paste PHP code from Notepad++ to the RC Code Editor window the line breaks are not preserved, i.e. everything is in one line in RC. The same is also true for JavaScript and HTML Code elements. The text in Notepad++ has only Unix-style 0x0A linefeed characters, not CR LF. It is actually the output generated by RC using Publish to local disk. I used Notepad++ to check and indent code, since it has syntax highlighting. The issue also exists when using Windows Notepad.exe. In Notepad++ I can work-around the issue by using its EOL conversion feature but of course it would be better if I didn't have to remember that step. Having said that, it would be nice if we could configure RC to use an external editor to edit PHP/JS/HTML code as it's very difficult to spot errors in the built-in editor (especially balancing quote characters). Not a high priority issue, though. Martin |
||||
|
+1 ![]() |
||||
|
Thanks, added to the TODO list! |
|