Re: [pgadmin-hackers] PATCH: Enable deselecting in SQL Grid

2014-02-13 Thread Dave Page
On Tue, Feb 11, 2014 at 3:56 PM, J.F. Oster 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

[pgadmin-hackers] PATCH: Enable deselecting in SQL Grid

2014-02-11 Thread 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 suppor

[pgadmin-hackers] PATCH: Enable deselecting in SQL Grid

2013-12-28 Thread 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