Re: [pgadmin-hackers] Patch for RM1911 Direct file navigation[pgAdmin4] [Feature]

Поиск
Список
Период
Сортировка
От Harshal Dhumal
Тема Re: [pgadmin-hackers] Patch for RM1911 Direct file navigation[pgAdmin4] [Feature]
Дата
Msg-id CAFiP3vz4gJhUx34GW7yV229=Go-ZhcmtPLGnFs4o-Pfu373CrQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgadmin-hackers] Patch for RM1911 Direct file navigation [pgAdmin4] [Feature]  (Dave Page <dpage@pgadmin.org>)
Ответы Re: [pgadmin-hackers] Patch for RM1911 Direct file navigation[pgAdmin4] [Feature]  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi Dave,
Here is updated (V4) patch.

Changes: 1] Now can enter both type of slashes ( / and \ ) and all will get replaced with the platform standard.
2] Added unicode support.

-- 
Harshal Dhumal
Software Engineer

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

On Mon, Dec 19, 2016 at 5:16 PM, Dave Page <dpage@pgadmin.org> wrote:
Hi

On Fri, Dec 16, 2016 at 6:46 PM, Harshal Dhumal
<harshal.dhumal@enterprisedb.com> wrote:
> Hi Dave,
>
> Please find updated patch below for direct file navigation.
> I have covered all of above mentioned case.

Still not there I'm afraid:

- On Mac, if I type \Users\dpage, it changes it to /\Users\dpage and
then tells me it doesn't exist. Per the RM, either forward or back
slashes should be acceptable ("The path should accept either / or \ as
separators. Upon successful navigation to the path (after pressing
Return), the slashes should be replaced with the platform standard if
needed.")

- Unicode handling seems to be completely broken - see the attached screenshot.

I haven't tested on Windows yet, and only in Desktop mode on Mac.
Please test on Windows and Mac or Linux with both Python 2 and 3, in
both Server and Desktop modes to ensure that the behaviour meets the
requirements of the ticket with Unicode and non-Unicode paths and
files before resubmitting.

Thanks.

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

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

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: [pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric) numbers are sometimesrounded up when displayed
Следующее
От: Ikram Khan
Дата:
Сообщение: Re: [pgadmin-hackers] Regression Setup for PGAdmin