Page 1 of 1

Debug loading menu ?

Posted: 26 Feb 2018 03:05
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 ?

Re: Debug loading menu ?

Posted: 26 Feb 2018 03:53
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

Re: Debug loading menu ?

Posted: 26 Feb 2018 04:42
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 ?

Re: Debug loading menu ?

Posted: 26 Feb 2018 05:22
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