-
Notifications
You must be signed in to change notification settings - Fork 25
Description
When creating Aliases, I tend to name them including the database name, and user login name, because... well... what else would I name them?
So I might name an alias:
localhost foo as foo
But then when I connect using that alias, the tab becomes called:
localhost foo as foo (foo) as foo. That's a bit too foobar for me!
It seems to me there are 2 rational options:
Either:
(a) You let the user name the alias, and respect it in the tab bar title without adding to it.
or
(b) If you think dbname and user name is critical for display, ok, then also append it to the user alias in the Aliases sidebar, ... in which case I won't put that in my alias name.
Either way, I'll see the information only once, not twice.
And since I'm using the option to name the X-window after this string, this is bothering me double.
I believe you can make a TreeTable in Java Swing, so one option would be the alias list has columns database and user. You could also add columns host name, and then I don't think I'd even feel the need to name my aliases at all. That could get overly complicated though.