PATCH: Enable deselecting in SQL Grid

From: "J(dot)F(dot) Oster" <jinfroster(at)mail(dot)ru>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: Enable deselecting in SQL Grid
Date: 2014-02-11 15:56:02
Message-ID: 1563518000.20140211195602@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
140211_sqlgrid_deselect.patch application/octet-stream 1.8 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message David E. Wheeler 2014-02-11 17:07:36 Re: Add CREATE EXTENSION Support
Previous Message Zhan Li 2014-02-11 15:55:10 Where is the generic plan stored when using PREPARE statement?