PATCH: Treeview and arrow key navigation

Поиск
Список
Период
Сортировка
От Prasad
Тема PATCH: Treeview and arrow key navigation
Дата
Msg-id trinity-efc0bee7-9862-47c9-aea6-0bc414af6c48-1425941039897@3capp-mailcom-lxa07
обсуждение исходный текст
Ответы Re: PATCH: Treeview and arrow key navigation
Список pgadmin-hackers
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
haschildren 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
andalready collapsed, go to parent item. 

Remaining two keys are working as they should be.

regards,
Prasad Somwanshi

Вложения

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update the setup script and config database to handle
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin III commit: Resolved an assertion error opening the plugin popu