Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 35107 invoked from network); 25 Feb 2011 17:24:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2011 17:24:34 -0000 Received: (qmail 42222 invoked by uid 500); 25 Feb 2011 17:24:33 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 42022 invoked by uid 500); 25 Feb 2011 17:24:31 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 42015 invoked by uid 99); 25 Feb 2011 17:24:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 17:24:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andy.levy@gmail.com designates 209.85.214.43 as permitted sender) Received: from [209.85.214.43] (HELO mail-bw0-f43.google.com) (209.85.214.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 17:24:26 +0000 Received: by bwz14 with SMTP id 14so2698970bwz.16 for ; Fri, 25 Feb 2011 09:24:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=5B3XWhKfKVUeX6am3r2SovDJWXdVdFdC+sEzDENoVn8=; b=sz8DWH2NTxTj2RPY/NE22se/OsUbpKK9Hu/J10SIw7iA1pdtY637zhZEA9ZPwILA/9 GE241qTVZM8eSfAdjCaYCeMC+c1TFj//Mgw5iG4UCVlwpYBoex3hCb+CmFecB4+aG6wW RSsaRyMhEIoi43nHiW7TAWWiCK7MPgFAhPJfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=j3rrSq9CaYpKwd5XgohP7aOmBfSi0GJjZ6PjTRwVKcwEWVMmhOYK7ITU8Inf30tK2Z h5jGvji72Z5y2tx8u2ZfSOiExcaTZgzFgDU7o59vYypJXAfglWMadnmQESE7QUFo3P0V 8mL+7PNMAD+zg3XVGJvNhZi4XAPWuIos/5Ft8= Received: by 10.204.7.4 with SMTP id b4mr2299516bkb.189.1298654643182; Fri, 25 Feb 2011 09:24:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.126.147 with HTTP; Fri, 25 Feb 2011 09:23:23 -0800 (PST) In-Reply-To: References: <4D653858.7070403@gmail.com> <4D65B8FE.8090908@acm.org> <56CC7223-9083-4D01-8968-99875782480B@ryandesign.com> <4D6686A3.5080803@gmail.com> From: Andy Levy Date: Fri, 25 Feb 2011 12:23:23 -0500 Message-ID: Subject: Re: ^M Appends to every line? To: David Weintraub Cc: Christopher D Haakinson , users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Fri, Feb 25, 2011 at 12:08, David Weintraub wrote: > For those who want something a bit more GUI oriented, there's ScitTE > (http://www.scintilla.org/SciTE.html). And a great Notepad replacement is > Notepad++ (http://notepad-plus-plus.org/). It provides a very similar > looking Notepad like interface, but understands line and file endings. FYI Notepad++ & SciTE use the same text editor component (or at least last I checked they did); they're just different shells/wrappers/features bolted on. Not saying that's bad; on the contrary, it means that it's been checked & tested twice as much. I used to swear by SciTE, now I've switched to Notepad++ (but I keep both installed, for different features).