[WIN7+] Jumplist in taskbar
It would be nice if a jumplist with the 6 most/last used sessions could be added to the Windows task bar. This makes it possible to directly start a session via the task bar.
Code modification/commit
4593fd1
from ansgar.becker,
11 years ago,
revision 8.0.0.4506
Introduce Win7+ jump items on task button. See http://www.heidisql.com/forum.php?t=12385.
Using JumpList unit from Serhiy Perevoznyk, http://delphi32.blogspot.de/2011/05/adding-windows-7-jump-list-to-delphi.html
Seems that on Windows 8, this jumplist is buggy. See http://www.heidisql.com/forum.php?t=13339 . Fixed that in r4508.
Testing r4508 this morning, the jumplist looks good, I'm assuming the numbers in parentheses are the number of connections made to each host? Jump list items appear to open to the Session Manager rather than connecting straight to the selected jump session, not sure if this is a bug or the functionality hasn't been fleshed out yet. Thanks for your work on this feature!
r4509 should fix problems with spaces in session names which are called by a jump item.
And yes, the number in parentheses is the number of overall connects, which is used for sorting. The value in parentheses should explain the sorting order. Not sure, is that too ugly?
Could you please do a new test with the new build, if the session manager still shows up when using a jump task?
And yes, the number in parentheses is the number of overall connects, which is used for sorting. The value in parentheses should explain the sorting order. Not sure, is that too ugly?
Could you please do a new test with the new build, if the session manager still shows up when using a jump task?
Ahh, yeah, forgot you had mentioned that bug earlier in the thread, definitely had spaces in the session names. I'm testing r4509 now, the changes seem to take care of this issue.
As for the numbers, I don't think it's ugly really, just not terribly useful info for the end user. I'm not very picky as long as the functionality is there. Thanks again for knocking this one out.
As for the numbers, I don't think it's ugly really, just not terribly useful info for the end user. I'm not very picky as long as the functionality is there. Thanks again for knocking this one out.
Please login to leave a reply, or register at first.