Re: PATCH: Treeview and arrow key navigation

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Re: PATCH: Treeview and arrow key navigation
Дата
Msg-id CAG7mmowQghyFFxRx8eQMp6fP5i69PX25hSzfLtBcdy6TJWqtGw@mail.gmail.com
обсуждение исходный текст
Ответ на PATCH: Treeview and arrow key navigation  (Prasad <prasad.s@mail.com>)
Список pgadmin-hackers
On Tue, Mar 10, 2015 at 4:14 AM, Prasad <prasad.s@mail.com> wrote:
Hi,

Find attached patch for making arrow keys usable on non-windows(Ubuntu in my case) platform.
this patch will work in this way
 ---> key :- If item has no child , not effect.If it has children, and is not expanded. This key will expand it. If it has children and already expanded, go to first child.

<--- key :- If item has no child, go to parent item. If it has children and expanded , collapse it. If it has children and already collapsed, go to parent item.

Remaining two keys are working as they should be.
Patch looks good to me.
Commited with some coding style changes.

NOTE:
Please do not change the copyrights for the sources at the moment, otherwise - we will be in inconsistent state for each source.
We will do it later, just before release (AFAIK).

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


regards,
Prasad Somwanshi

--
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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin III commit: Make the arrow key navigation consistent across the
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Re-organise node structure and loading to make things