voletri / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

OpenSession window improvements #465

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a lot of sessions (>1000), and almost not using Session Tree. Most 
usefull thing is fast Session finder window. But in 1.4.0.5 it have some bugs:
- When pressing down from input field seconf line gets selected. But on enter 
first line will be executed
- Unable to get back to search field without using mouse in some cases

So, I've made some improvements for this OpenSession window:
- Save position and size
https://github.com/sepich/superputty/commit/d89abd491cfb5c4245dbba587cf43002a8eb
66a6
- Search field always focused. 
Navigate in results table by Up/Down without loosing focus of search field
https://github.com/sepich/superputty/commit/f9e94119d1e5d4c30afa0b3e467e43dcc7fe
7445
- Allow to select and copy selected hostname in results table
- Details column crop and search
Only display foldername in details column (without hostname as it is already 
displayed in left column)
Search by Hostname column, to search by Folder column prepend search with '/'
https://github.com/sepich/superputty/commit/03f424802f61550cfe0e098ba66be23639bf
6d37

You can check how it works in precompiled version here:
https://github.com/sepich/superputty/releases
Thank you

PS
It's a pity that i can't make pull request from github to googlecode

Original issue reported on code.google.com by i...@sepa.spb.ru on 25 Sep 2014 at 8:41