Debug loading menu ?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
CookieMonster

Debug loading menu ?

Post by CookieMonster »

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 ?

Post by jupe »

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:

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=
for instructions on how to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak

CookieMonster

Re: Debug loading menu ?

Post by CookieMonster »

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:

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=
for instructions on how to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak
I assume the above code will tell me what tweak was applied ?

jupe
Posts: 3478
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Debug loading menu ?

Post by jupe »

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.

Code: Select all

CEA_TreeRightClickOnWhite=0
CEA_ListRightClickOnWhite=0
make them both zero as indicated.

BTW, interesting read:

viewtopic.php?f=3&t=13939

viewtopic.php?f=7&t=13831&p=125896#p125896

Post Reply