[resolved] Blank lines in a php file edited in notepad |
Guru master
|
Blank lines added between lines of code?
Indenting only applies horizontally (ie tabs vs spaces and the amount of it). Unless the line ending format is different between PhpED and notepad I cant think of anything that would cause it. Can you post a screenshot of the file seen in notepad and in phped? |
||||||||||||
|
Site Admin
|
blank lines are often inserted by loosy ftp servers that replace \n\r (windows line endings) with \n\n. It has nothing to do with PhpED or it's ftp client.
There are three possible solutions: 1) upgrade FTP server that won't replace \r with \n 2) use binary mode for all FTP file transfers 3) use only linux/unix line endings (\n). |
||||||||||||
_________________ The PHP IDE team |
[resolved] Blank lines in a php file edited in notepad |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by