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

From Szabolcs Hubai
Subject Re: [PATCH] Beautify line-ends handling yet more.
Date
Msg-id CAOZt9c8bx+Q=-AMQDfT0QK1=jxmc5AkfBG8omnc8LAaxDiWBhQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Beautify line-ends handling yet more.  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
As an alternative solution you could do it as Notepad++ does:
Unix/Mac, DOS/Windows, old Mac.

2015-10-10 15:51 GMT+02:00 Dave Page <dpage@pgadmin.org>:
>
>
>> On 10 Oct 2015, at 13:33, Nikolai Zhubr <n-a-zhubr@yandex.ru> wrote:
>>
>> 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
proposeto 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).
>
> I'm not sure we should - it may be useful for someone working with legacy systems, and it's not like it's a massive
amountof code bloating the app or overly complicating the UI. 
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers


pgadmin-hackers by date:

Previous
From: Nikolai Zhubr
Date:
Subject: Re: [PATCH] Beautify line-ends handling yet more.
Next
From: Nikolai Zhubr
Date:
Subject: Small bug in function declaration sql generator