Howto get the Windows default context in search results?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
SiFreZi
Posts: 4
Joined: 08 Jan 2015 15:06

Howto get the Windows default context in search results?

Post by SiFreZi »

Hi,

when I mark two files in the search results there is no windows context menu on right click.
It's some different XYPlorer menu. How can I get the default windows context menu instead?

(I'd like to compare two files from the search results with winmerge via right click, or commit some files or folders to SVN with the context menu...)


Regards,
Simon

highend
Posts: 14942
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Howto get the Windows default context in search results?

Post by highend »

I guess you've selected two files from different directories in the search pane?

I'm afraid I don't know how to invoke the standard shell menu in this case...
One of my scripts helped you out? Please donate via Paypal

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Howto get the Windows default context in search results?

Post by bdeshi »

Why, I can see this system ctx menu after "show 64-bit ctx menu".
See, the selected files are from different locations.
2015-01-08 20-55-05.png
:?
To see the attached files, you need to log into the forum.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

highend
Posts: 14942
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Howto get the Windows default context in search results?

Post by highend »

If I do the same for two files from 2 different directories in the search result, I don't get the Windows context menu (but XY's one), even if I select the "Show 64-bit" entry...
One of my scripts helped you out? Please donate via Paypal

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Howto get the Windows default context in search results?

Post by bdeshi »

Right. ::fresh does the same. Must be some setting/tweak in my ini.

Edit: Found it.

Code: Select all

General\AllowMultiLocShellMenu=1.
edit2:wrong location

@Don, Why isn't this tweak enabled by default? :ninja:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Howto get the Windows default context in search results?

Post by bdeshi »

@SiFreZi:
Copy and paste the following code into XYplorer's addressbar and press ENTER. XY will save settings, fix your issue, and restart!

Code: Select all

::savesettings;setkey 1,'AllowMultiLocShellMenu','General';exit 'nr';
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Howto get the Windows default context in search results?

Post by TheQwerty »

SammaySarkar wrote:@Don, Why isn't this tweak enabled by default? :ninja:
http://www.xyplorer.com/xyfc/viewtopic. ... 741#p50741

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Howto get the Windows default context in search results?

Post by bdeshi »

Right. In retrospect, it's often buggy. :oops:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

SiFreZi
Posts: 4
Joined: 08 Jan 2015 15:06

Re: Howto get the Windows default context in search results?

Post by SiFreZi »

Thanks for your replies.

I found the option in the ini and changed setting to 1.
So far it seems to work correctly.

That was the only nag that I found in XYPlorer so far and now its gone :biggrin:

Regards,
Simon

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Howto get the Windows default context in search results?

Post by bdeshi »

Right. But remember this:
SammaySarkar wrote:it's often buggy.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply