Patch: view data for tables/views on double click

From: Ivan Nejgebauer <ian-pgasup(at)uns(dot)ns(dot)ac(dot)yu>
To: pgadmin-support(at)postgresql(dot)org
Subject: Patch: view data for tables/views on double click
Date: 2004-09-16 09:42:34
Message-ID: 4149600A.3060701@uns.ns.ac.yu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

The attached patch a) defines a double click handler for the list in the
properties pane, so that a double click on an item in the list launches
the properties editor for the item (or the data view if the item is a
table or a view); and b) modifies the tree view double click handler so
that a double click on a table or a view launches the data view for the
corresponding table/view.

Rationale for different behavior with tables/views: most of the time, it
is expected that the user is interested in table/view _data_, not
properties, so the default action on a table/view shoud be to display
its data.

Comments?

i.

Attachment Content-Type Size
dclickview.diff text/plain 2.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Diego A. Gil 2004-09-16 09:55:22 Re: Patch: view data for tables/views on double
Previous Message Andreas Pflug 2004-09-15 22:16:42 Re: slovenian translation, sl_SI

Browse pgadmin-support by date

  From Date Subject
Next Message Diego A. Gil 2004-09-16 09:44:53 Re: crash in FC2
Previous Message Ivan Nejgebauer 2004-09-16 08:44:20 Re: crash in FC2