Обсуждение: PATCH: Enable deselecting in SQL Grid

Поиск
Список
Период
Сортировка

PATCH: Enable deselecting in SQL Grid

От
"J.F. Oster"
Дата:
Hello All!

When working with datasets, it is handy for a user to both select and
deselect arbitary number of rows/columns by clicking labels with
Control pressed.
As I can see, wxGrid "out of box" doesn't deselect (for reasons I
can't figure out), that is annoying sometimes.
This patch fills the gap.

--
Best regards,
 J.F.

Вложения

PATCH: Enable deselecting in SQL Grid

От
"J.F. Oster"
Дата:
Hello!

When working with datasets, it is handy for a user to both select and
deselect arbitary rows/columns by clicking labels with Control
pressed. As I can see, wxGrid "out of box" doesn't deselect, that is
annoying.

This patch adds missing functionality.
Also something should be done to support range (de)selection by
left-dragging with Control pressed, but I don't understand how :(

--
Best regards,
 J.F.

Вложения

Re: PATCH: Enable deselecting in SQL Grid

От
Dave Page
Дата:
On Tue, Feb 11, 2014 at 3:56 PM, J.F. Oster <jinfroster@mail.ru> wrote:
> Hello!
>
> When working with datasets, it is handy for a user to both select and
> deselect arbitary rows/columns by clicking labels with Control
> pressed. As I can see, wxGrid "out of box" doesn't deselect, that is
> annoying.

Thanks - patch applied.

> This patch adds missing functionality.
> Also something should be done to support range (de)selection by
> left-dragging with Control pressed, but I don't understand how :(

Hmm, no - I'm not sure about that either.

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

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