Re: [PATCH] Beautify line-ends handling yet more. - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [PATCH] Beautify line-ends handling yet more.
Date
Msg-id CA+OCxoy4Oo2WEXqU5_3nnka759FM1BtqZCKZovE1xKfJavr41w@mail.gmail.com
Whole thread Raw
In response to [PATCH] Beautify line-ends handling yet more.  (Nikolai Zhubr <n-a-zhubr@yandex.ru>)
Responses Re: [PATCH] Beautify line-ends handling yet more.  (Nikolai Zhubr <n-a-zhubr@yandex.ru>)
List pgadmin-hackers
Hi

On Wed, Oct 7, 2015 at 7:47 PM, Nikolai Zhubr <n-a-zhubr@yandex.ru> wrote:
> Hello Dave,
>
> Attached are two more patches, mostly cosmetic:
>
> *  Make a better guess of default line-end type based on platform type.

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.

> *  Get rid of #ifdef -- let wxTextBuffer::Translate do all the work.

Committed.

> Sending as attachments, let me know if inserting inline is preferred.

Please use attachments created with "git diff > foo.diff". I had to
manually apply the patches above for some reason, but git diff should
usually work fine (and inlining them is just painful!) :-)

Thanks!


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Get rid of #ifdef -- let wxTextBuffer::Translate do
Next
From: Nikolai Zhubr
Date:
Subject: Re: [PATCH] Beautify line-ends handling yet more.