Page 1 of 1

Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 05 May 2019 19:08
by cadu
Hi,

I'd appreciate your help.

I set a shortcut for the command "Tab History (#345)".

If the tree is ON when I press the shortcut, "Tab History" list pops-up on the tree (see snapshot).

If the tree is OFF when I press the shortcut, the list pops-up on the active pane, which is the way I need always, even when the tree is ON.

So, is it possible set "Tab History" to pop-up always on the active pane, even when the tree is ON?

Thank you!
_xyplorer_Tab history_2019-05-05_13-57-28.png
_xyplorer_Tab history_2019-05-05_13-57-28.png (206.55 KiB) Viewed 4160 times

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 17 Nov 2019 15:11
by admin
Ok, fixed in next version.

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 07 May 2020 17:34
by lambda
admin wrote: 17 Nov 2019 15:11 Ok, fixed in next version.

I had the same problem,is it solved?
now in my xyplorer "Tab History" list also always pop-up on tree.
please

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 09 May 2020 11:15
by admin
How do you trigger "Tab History" ?

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 09 May 2020 12:31
by lambda
admin wrote: 09 May 2020 11:15 How do you trigger "Tab History" ?
just like cadu set shorcut key for "tab history",and on active tab press key

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 09 May 2020 14:10
by cadu
Hi.
It wasn't solved yet.
Any chance the developer can address the problem?
Up to now, when I attach a shortcut to the command "tab history", every time I press the shortcut the pop-up window appears only over the tree, not considering the active pane.
Thanks,
Cadu

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 09 May 2020 14:34
by klownboy
It does seem odd that the location of the tab history is different when you use the shortcut key. For me in that case the history shows up at the tree or if the nav panel /tree is off it displays where it would be. If I invoke tab history from a tab's context menu it shows up at that location (i.e., under the tab where it was invoked) even though the context menu shows the same assigned key combo. I suppose it would be nice if the menu displayed all the time as if it was invoked by the tab's context menu since it is the history of the "active or highlighted" tab at that time.

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 09 May 2020 14:49
by lambda
cadu wrote: 09 May 2020 14:10 Hi.
It wasn't solved yet.
Any chance the developer can address the problem?
Up to now, when I attach a shortcut to the command "tab history", every time I press the shortcut the pop-up window appears only over the tree, not considering the active pane.
Thanks,
Cadu
Thanks for your reply

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 10 May 2020 16:26
by admin
Set tweak PopupMenusAtSelection to 0:

Code: Select all

PopupMenusAtSelection=0
How to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 11 May 2020 03:14
by lambda
admin wrote: 10 May 2020 16:26 Set tweak PopupMenusAtSelection to 0:

Code: Select all

PopupMenusAtSelection=0
How to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak
it works :tup: ,Thanks for your help very much! :appl: :appl:

Re: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Posted: 12 May 2020 17:02
by cadu
lambda wrote: 11 May 2020 03:14
admin wrote: 10 May 2020 16:26 Set tweak PopupMenusAtSelection to 0:

Code: Select all

PopupMenusAtSelection=0
How to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak
it works :tup: ,Thanks for your help very much! :appl: :appl:
Perfect. Working great now! Thanks!