Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44238 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43255 invoked from network); 11 Jun 2009 08:27:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2009 08:27:42 -0000 Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.55.154.23 as permitted sender) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.23 relay3.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.23] ([212.55.154.23:36474] helo=relay3.ptmail.sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/75-12056-CFFB03A4 for ; Thu, 11 Jun 2009 04:27:42 -0400 Received: (qmail 5588 invoked from network); 11 Jun 2009 08:27:36 -0000 Received: from unknown (HELO sapo.pt) (10.134.37.164) by relay3 with SMTP; 11 Jun 2009 08:27:36 -0000 Received: (qmail 26822 invoked from network); 11 Jun 2009 08:27:37 -0000 X-AntiVirus: PTMail-AV 0.3-0.92.0 X-Virus-Status: Clean (0.00981 seconds) Received: from unknown (HELO PC3EE1F19287) (nunoplopes@sapo.pt@[93.197.131.233]) (envelope-sender ) by mta14 (qmail-ldap-1.03) with SMTP for ; 11 Jun 2009 08:27:37 -0000 Message-ID: <42F0CFEA56044EA4987DA9485308E481@PC3EE1F19287> To: "Lester Caine" , "PHP Developers Mailing List" References: <4A30BF03.8010809@lsces.co.uk> Date: Thu, 11 Jun 2009 09:27:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Subject: Re: [PHP-DEV] Standards for developers From: nlopess@php.net ("Nuno Lopes") > Bottom line - rather than reinventing the wheel - is anybody else actually > using Eclipse and has a simple set-up guide for how they have configured > things? Ideally for windows, but I'd like to pull this up on the Linux > boxes as well. If I'm going to have to start working on extension code > it's easier on the linux box anyway and then I can cross test on windows. I guess I have another option for you: use cygwin's cvs client. When you checkout, it translates the EOLs to windows style, and when you commit it translates the EOLs back to unix. This way you can code in any editor you want, but without surprises when doing diffs and when commiting. Nuno