Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZkuYM-0000qE-LX for pgadmin-hackers@arkaria.postgresql.org; Sat, 10 Oct 2015 13:51:14 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZkuYL-0005TO-Cd for pgadmin-hackers@arkaria.postgresql.org; Sat, 10 Oct 2015 13:51:13 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZkuYK-0005Rj-PL for pgadmin-hackers@postgresql.org; Sat, 10 Oct 2015 13:51:12 +0000 Received: from mail-wi0-f173.google.com ([209.85.212.173]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ZkuYH-0004Zz-Re for pgadmin-hackers@postgresql.org; Sat, 10 Oct 2015 13:51:11 +0000 Received: by wiclk2 with SMTP id lk2so99397269wic.1 for ; Sat, 10 Oct 2015 06:51:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=S1ft3AT+P5ZTNWDXAWmzY1rv4rie2prghJWSiGDPUlw=; b=QbrTQ65SBDqPd9xjbA4noBxENVbXpgReyl9KqGVsCsaAMnBAiHcyXjsfi86X0SuEYj UshQZsUlFVL0rOiRJLc+PBOXvrK0663OZ4p9TJZRmicEafuQzNC1Mm8wI3ZAzbe7kI8M /yW13z2+QT6tjagSp/iBjxRTPngCFTS6ImfSbnwDi+QPoSUJ4WS80ofSbB22VuN7D0xg 89yHsqEF9hUptOI2tiLK4e1JY20N33txgxOq5K7NdDpAfhgLsKJQc9ARdQV7VIl6yEJd 3rZcrTOppBFo7bZRVzLi0C909sAYtS4vm2au2G44XNyxhZ+5x8HW82/vB/PcpKWvy1Fc 7vLA== X-Gm-Message-State: ALoCoQkc8R//Jf9h+javyjN3y539QsGnLd0190vJiQHF57cCf09xH2crGgUDeOc+32YaxZLKYj85 X-Received: by 10.194.112.162 with SMTP id ir2mr22663457wjb.40.1444485067624; Sat, 10 Oct 2015 06:51:07 -0700 (PDT) Received: from [192.168.0.5] ([2.122.218.37]) by smtp.gmail.com with ESMTPSA id h6sm3059290wiy.14.2015.10.10.06.51.05 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 10 Oct 2015 06:51:05 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: [PATCH] Beautify line-ends handling yet more. From: Dave Page X-Mailer: iPhone Mail (13A452) In-Reply-To: <561905AB.8020801@yandex.ru> Date: Sat, 10 Oct 2015 14:51:03 +0100 Cc: pgadmin-hackers@postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <4A470437-1E4F-47E1-ACC8-D42491F5BB31@pgadmin.org> References: <561568BC.5070200@yandex.ru> <561905AB.8020801@yandex.ru> To: Nikolai Zhubr X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org > On 10 Oct 2015, at 13:33, Nikolai Zhubr wrote: >=20 > Hello Dave, > 09.10.2015 16:31, Dave Page wrote: > [...] >> I committed a modified version of this - Mac OS X uses \n as a >> line-end, so that makes a better default than the old-style \r used on >> Mac classic. >=20 > Ah, I didn't know that, thanks for explanation. >=20 > I suppose it is unlikely someone will use current (and future) releases o= f pgamin3 on Mac classic, therefore I'd propose to also update the correspo= nding preferences menu. Right now it shows 3 possibilities: >=20 > * Unix (LF) > * DOS (CRLF) > * Mac (CR) >=20 > Maybe it would make sense to only provide 2 with the following naming: >=20 > * Unix/Mac (LF) > * DOS/Windows (CRLF) >=20 > If it is OK then I'll craft a git diff for that (eventually). I'm not sure we should - it may be useful for someone working with legacy s= ystems, and it's not like it's a massive amount of code bloating the app or= overly complicating the UI. --=20 Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers