PATCH: Enable deselecting in SQL Grid - Mailing list pgadmin-hackers

From J.F. Oster
Subject PATCH: Enable deselecting in SQL Grid
Date
Msg-id 1563518000.20140211195602@mail.ru
Whole thread Raw
In response to PATCH: Enable deselecting in SQL Grid  ("J.F. Oster" <jinfroster@mail.ru>)
Responses Re: PATCH: Enable deselecting in SQL Grid  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
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.

Attachment

pgadmin-hackers by date:

Previous
From: Zhan Li
Date:
Subject: Where is the generic plan stored when using PREPARE statement?
Next
From: "David E. Wheeler"
Date:
Subject: Re: Add CREATE EXTENSION Support