Joined: 05 Jul 2007 |
Posts: 5 |
|
|
|
Posted: Thu Apr 10, 2008 8:45 am |
|
|
|
|
|
Some of my files have a problem where every line has a second newline after it - effectively doubling the number of lines in my code. I read in another post that this can be caused by my FTP program, and that I can set CuteFTP to binary to prevent this from happening again. Ok. I have done that, but now I'm still stuck with a huge file with an extra blank line after every line.
I tried a search and replace for \n\n with the Regular Expression checkbox checked, but it says it couldn't find \n\n. I also tried \r\r, \r\n, and \n\r, but it couldn't find those either. In fact, if I just do a search and replace for \n, it doesn't even find that - and yes, the regular expression checkbox is selected.
Can anyone tell me how I can remove those extra empty lines from my file? Thanks!
|
|