Debug loading menu ?
-
CookieMonster
Debug loading menu ?
I have an option set whereas when right-clicking anywhere in a blank part of a pane, a menu is show. How can I debug what is causing this menu to load when right clicking anywhere in a blank part of a window pane ?
-
jupe
- Posts: 3478
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: Debug loading menu ?
It sounds like you must have applied one of these tweaks in your ini file and maybe forgotten, you need to return them to default:
for instructions on how to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak
Code: Select all
; Tweak: 0=Favs, 1=Favs Full, 2=Drives, 3=Drives+Special, 4=Tabs, 5=FavFiles, 6=Script
CEA_TreeRightClickOnWhite=0
CEA_TreeRightClickOnWhite_Script=
; Tweak: 0=Edit menu, 1=Folder's shell menu, 2=Favorites, 3=reserved, 4=Tabs, 5=FavFiles, 6=Script
CEA_ListRightClickOnWhite=0
CEA_ListRightClickOnWhite_Script=https://www.xyplorer.com/faq-topic.php?id=tweak
-
CookieMonster
Re: Debug loading menu ?
I assume the above code will tell me what tweak was applied ?jupe wrote:It sounds like you must have applied one of these tweaks in your ini file and maybe forgotten, you need to return them to default:
for instructions on how to tweak:Code: Select all
; Tweak: 0=Favs, 1=Favs Full, 2=Drives, 3=Drives+Special, 4=Tabs, 5=FavFiles, 6=Script CEA_TreeRightClickOnWhite=0 CEA_TreeRightClickOnWhite_Script= ; Tweak: 0=Edit menu, 1=Folder's shell menu, 2=Favorites, 3=reserved, 4=Tabs, 5=FavFiles, 6=Script CEA_ListRightClickOnWhite=0 CEA_ListRightClickOnWhite_Script=
https://www.xyplorer.com/faq-topic.php?id=tweak
-
jupe
- Posts: 3478
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: Debug loading menu ?
Those are the defaults, if any of yours don't match, change it to match, you just said "window pane" so I didn't know if you meant the list or the tree, it is probably worth looking at the file first before asking another question.
You are probably only interested in these 2 lines, I added the rest just for context.
make them both zero as indicated.
BTW, interesting read:
viewtopic.php?f=3&t=13939
viewtopic.php?f=7&t=13831&p=125896#p125896
You are probably only interested in these 2 lines, I added the rest just for context.
Code: Select all
CEA_TreeRightClickOnWhite=0
CEA_ListRightClickOnWhite=0BTW, interesting read:
viewtopic.php?f=3&t=13939
viewtopic.php?f=7&t=13831&p=125896#p125896
XYplorer Beta Club