Re: Something about the output data.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: 韦春阳 <bessie2525(at)gmail(dot)com>, "pgadmin-hackers(at)postgresql(dot)org" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Something about the output data.
Date: 2010-08-11 20:37:43
Message-ID: AANLkTinJYexuqSR4-TCsnPEw1N0bRJ8Pk2V_T9t-4YR=@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

We should look into having 'Visualisers' like the VC++ debugger. These
could be simple options on the context menu to view (or attempt to
view) the value in windows that can display images, text, XML, JSON,
YAML etc (with an appropriate highlighter). We could even have
visualisers for audio, video or GIS data.

On Wednesday, August 11, 2010, Guillaume Lelarge wrote:
> Le 11/08/2010 18:33, 韦春阳 a écrit :
>> Hi all,
>> I want to do some improvement to the output data.
>> When execute a query, if one column of the result data is something like
>> text or large varchar or xml, the output can't show all of them, it's not
>> very convenient for user to check the data.
>> Like MSSQL, when the result column is an xml type, it show as a hyperlink,
>> and one can click it and show a new window which contains the whole text.
>> I want to improve the pgadmin just like the MSSQL.
>> But I don't obtain much knowledge about the wxWidgets, so I want to asking
>> for help.
>>
>> Is there any method to show the content of the wxGrid as hyperlink, and is
>> there any eventhandler of wxGrid to process the click of it's content.
>> Wish someone could help me~
>>
>
> An hyperlink is probably not needed. Actually, I won't prefer to have a
> contextual menu: Right click of a user on a cell shows a menu with a new
> item (called for example "edit cell in another window"), and if the user
> choose this cell, open a window with the correct widget to edit the cell
> (text, date/time, boolean, etc). It would help also to set a NULL value.
>
> That would be great to have.
>
>
> --
> Guillaume
>  http://www.postgresql.fr
>  http://dalibo.com
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-11 20:55:54 Re: Something about the output data.
Previous Message Guillaume Lelarge 2010-08-11 19:51:34 Re: Something about the output data.