Re: Feature request: context menu column sorting
Re: Feature request: context menu column sorting
От:
Thom Brown <thombrown@gmail.com>
Дата:
On 3 February 2010 11:57, Dave Page <dpage@pgadmin.org> wrote:
Really? That doesn't work on mine (v1.10.1). I get greyed out copy/paste/delete options.
Thom
On Wed, Feb 3, 2010 at 11:46 AM, Thom Brown <thombrown@gmail.com> wrote:Or right-click a column and select Sort Ascending or Sort Descending.
> Hi,
>
> Currently on pgAdmin III, to sort a column in the Edit data screen, you have
> to click on the filter icon (or select Sort / Filter from the Tools menu)
> and define sorts in there.
Really? That doesn't work on mine (v1.10.1). I get greyed out copy/paste/delete options.
Thom
Re: Feature request: context menu column sorting
От:
Thom Brown <thombrown@gmail.com>
Дата:
On 3 February 2010 12:00, Dave Page <dpage@pgadmin.org> wrote:
Right-click over the data, not the header.On Wed, Feb 3, 2010 at 11:58 AM, Thom Brown <thombrown@gmail.com> wrote:
> On 3 February 2010 11:57, Dave Page <dpage@pgadmin.org> wrote:
>>
>> On Wed, Feb 3, 2010 at 11:46 AM, Thom Brown <thombrown@gmail.com> wrote:
>> > Hi,
>> >
>> > Currently on pgAdmin III, to sort a column in the Edit data screen, you
>> > have
>> > to click on the filter icon (or select Sort / Filter from the Tools
>> > menu)
>> > and define sorts in there.
>>
>> Or right-click a column and select Sort Ascending or Sort Descending.
>
> Really? That doesn't work on mine (v1.10.1). I get greyed out
> copy/paste/delete options.
D'oh! Still, I'd like to see that (or one relevant to a column, not a cell) on right-clicking the header.
As for wxGrid, can't you use EVT_GRID_LABEL_RIGHT_CLICK on header to call wxGrid::SetCellBackgroundColour or wxGrid::SetLabelBackgroundColour?
Thom
Re: Feature request: context menu column sorting
От:
Michael Shapiro <mshapiro51@gmail.com>
Дата:
It looks like you can. ctrl-c will copy what is highlighted
On Wed, Feb 3, 2010 at 7:47 AM, Thom Brown <thombrown@gmail.com> wrote:
And going back to the greyed out copy/paste/delete options, why can't
we copy a column or a range of cells? For example, if I select the
equivalent of B4 through C10, upon right-clicking on that range I'd
want to see an option that would let me copy what has been selected.