Page 1 of 1

Open with notepad++

Posted: 25 Nov 2016 18:23
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

Re: Open with notepad++

Posted: 25 Nov 2016 18:31
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

Re: Open with notepad++

Posted: 26 Nov 2016 20:56
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.

Re: Open with notepad++

Posted: 26 Nov 2016 21:52
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.

Re: Open with notepad++

Posted: 27 Nov 2016 09:49
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. :)

Re: Open with notepad++

Posted: 27 Nov 2016 17:23
by dekoster
Thanks to you all!

Re: Open with notepad++

Posted: 27 Nov 2016 17:54
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...).