Saturday, August 9, 2008

Re: [pgadmin-hackers] Layout Suggestion

Lucas a écrit :
> [...]
> My suggestion is to have a tree view that suport search filters.

Yeah, I would like to have this too. Not sure how we should do it. I
think we should only filter object names. I also think we should be able
to target database, schema, and objects.

If I type "%foo%", I'll get every object named %foo% (and also databases
and schemas that can help me go to these objects, even if their names
aren't %foo%. %.%.%foo% would be a synonym of it.

If I type foo.s%.%bar%, I should get every %bar% object on every s%
schema on the foo database.

But what would mean foo%.%bar%? Ony the objects contained in %bar%
schemas of the foo% databases?

> Like the options dialog from eclipse.
> And to edit functions without opening a new window or make the edit
> windows not modal-like.

This is something that could be interesting. Problem is that it will
need a complete review of the UI, much much more than what I'm currently
doing. I don't think we'll go that way.


--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

No comments: