This sounds like a Unix/windows line delimiters issue. There will be a setting in Dreamweaver (and there should be the same in eclipse) that lets you set what type of line endings to use. You need to make sure that you, and everyone else that edits these files, has that setting set to Windows (if you're on a windows server). Not doing this will cause the doubled up line breaks. You'll have to hunt a bit and find these settings, but they will be there.
Regards Darren Tracey Systems Analyst Web Applications, Web and Integration Services p: + 61 7 3232 4091 (x64091) f: + 61 7 3232 4744 e: [EMAIL PROTECTED] l: Lvl 9, 388 Queen St Brisbane QLD 4000 m: Suncorp IPC IT040, GPO Box 1453, Brisbane QLD 4000 > -----Original Message----- > From: Pat Branley [SMTP:[EMAIL PROTECTED] > Sent: Thursday, 22 July 2004 12:06 > To: CFAussie Mailing List > Subject: [cfaussie] Re: line breaks and file encodings > > This isnt so much a whitespace managment thing. more of an encoding thing > adding carrige returns or line breaks or something e.g > > normal file: > <cfloop query="qrySelect" > > <cfoutput>#qrySelect.column#</cfoutput> > </cfloop> > > spaced file: > > <cfloop query="qrySelect" > > > <cfoutput>#qrySelect.column#</cfoutput> > > </cfloop> > > this makes code really annoying to read in all but the smallest of files. > > Pat > > > "Pat Branley" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > > Hi > > > > Ive got a really annoying problem with certain files in our codebase. > Now > > and again I open them up in Dreamweaver of eclipse and find there are a > > spaces on every second line in the file. > > > > If i open the same file in notepad the file doesnt appear to have these > > spaces. > > > > does anyone know what causes this ? Im sure its got something to do with > > encodings, but im not sure what. Could CVS or WinMerge be causing this ? > > > > Pat > > > > > > > > > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ ----------------------------------------------------------------------------------- This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its related entities ("Suncorp"). Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 1800 689 762 or at suncorp.com.au. The content of this e-mail is the view of the sender or stated author and does not necessarily reflect the view of Suncorp. The content, including attachments, is a confidential communication between Suncorp and the intended recipient. If you are not the intended recipient, any use, interference with, disclosure or copying of this e-mail, including attachments, is unauthorised and expressly prohibited. If you have received this e-mail in error please contact the sender immediately and delete the e-mail and any attachments from your system. If this e-mail constitutes a commercial message of a type that you no longer wish to receive please reply to this e-mail by typing Unsubscribe in the subject line. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
