Re: [PATCH] Beautify line-ends handling yet more.

From: Nikolai Zhubr <n-a-zhubr(at)yandex(dot)ru>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Beautify line-ends handling yet more.
Date: 2015-10-10 12:33:47
Message-ID: 561905AB.8020801@yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

Ah, I didn't know that, thanks for explanation.

I suppose it is unlikely someone will use current (and future) releases
of pgamin3 on Mac classic, therefore I'd propose to also update the
corresponding preferences menu. Right now it shows 3 possibilities:

* Unix (LF)
* DOS (CRLF)
* Mac (CR)

Maybe it would make sense to only provide 2 with the following naming:

* Unix/Mac (LF)
* DOS/Windows (CRLF)

If it is OK then I'll craft a git diff for that (eventually).

Thank you,
Nikolai

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-10-10 13:51:03 Re: [PATCH] Beautify line-ends handling yet more.
Previous Message Dave Page 2015-10-09 13:31:02 Re: [PATCH] Beautify line-ends handling yet more.