Open with notepad++

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
dekoster
Posts: 2
Joined: 25 Nov 2016 18:14

Open with notepad++

Post by dekoster »

Hello,
I'm new to XYplorer. I am using notepad++ a lot and would like to get a feauture back i use a lot on windows explorer : on right mouse click the context menu 'open with notepad++'. Could somebody give me a hint on this?
Thanks a lot.
Joannes

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

Re: Open with notepad++

Post by highend »

Welcome to the forum

You're using a 64-bit OS and the 64-bit version of Notepad++. But it doesn't install a 32-bit shell extension for the context menu (and XY is a 32-bit application) so you don't see it under it's normal context menu entries.

You can either choose "Show 64-bit Context Menu" inside XY's context menu after clicking a file or make this the default with:
Menu - Tools - Configuration... - Other - Shell Integration - [x] Show the 64-bit context menu
One of my scripts helped you out? Please donate via Paypal

tedy
Posts: 323
Joined: 17 Jun 2009 21:48

Re: Open with notepad++

Post by tedy »

I have the 32 bit NP++ and still had to take steps to make it appear in XY's context menus.
I did this through the registry editor. Just added it to the all files node (*) and done.
The 64-bit context menu extender adds other issues so I had never used it myself.

admin
Site Admin
Posts: 66679
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Open with notepad++

Post by admin »

I handle such things with PFA (Portable File Associations). Much faster than the shell context menu and I have full control.

This is my catch-all definition for EmEditor:

Code: Select all

|"EmEditor" *>EmEditor
The rest is one mouse-down on the Open With toolbar button, followed by a mouse-up on "EmEditor". That's one click.

tedy
Posts: 323
Joined: 17 Jun 2009 21:48

Re: Open with notepad++

Post by tedy »

It's always more straightforward and comfortable to have the entry directly in the file-context-menu "in place" in the list rather than having to select the file first, then open a toolbar button at the top of the screen. :)

dekoster
Posts: 2
Joined: 25 Nov 2016 18:14

Re: Open with notepad++

Post by dekoster »

Thanks to you all!

admin
Site Admin
Posts: 66679
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Open with notepad++

Post by admin »

tedy wrote:It's always more straightforward and comfortable to have the entry directly in the file-context-menu "in place" in the list rather than having to select the file first, then open a toolbar button at the top of the screen. :)
You can add the "Open With..." menu to the context menu (Configuration | Menus, Mouse, Safety | Context Menus | File List...).

Post Reply