funap / npp-explorer-plugin

Explorer plugin for Notepad++ x64/x86
GNU General Public License v2.0
86 stars 10 forks source link
notepad-plus-plus notepad-plusplus-plugin notepadplusplus x64

Explorer Plugin for Notepad++ x64

This is a modified version of the Explorer plugin for Notepad++. You could easy browse through files and edit sources in Notepad++.

Difference between the original plugin

Download

https://github.com/funap/npp-explorer-plugin/releases

Screenshot

Installation

Notepad++ 7.6.3 and above

Drop the Explorer\Explorer.dll into the %ProgramFiles%\Notepad++\plugins\ folder. The Explorer subfolder has to be kept. i.e.
C:\Program Files\Notepad++\plugins\Explorer\Explorer.dll

older versions

Notepad++ 7.6.1

Drop the Explorer\Explorer.dll into the %ProgramData%\Notepad++\plugins\ folder. The Explorer subfolder has to be kept. i.e.
C:\ProgramData\Notepad++\plugins\Explorer\Explorer.dll

Notepad++ 7.6

Drop the Explorer\Explorer.dll into the %LocalAppData%\Notepad++\plugins\ folder. The Explorer subfolder has to be kept. i.e.
C:\Users\[USERNAME]\AppData\Local\Notepad++\plugins\Explorer\Explorer.dll

7.5.9 or lower

Just copy the Explorer.dll to your Notepad++\plugins\ directory.

After Installation

By default, Quick Open feature can be accessed using the shortcut Ctrl+P. However, it's important to be aware that this shortcut is already assigned to the Print... command.

To resolve this conflict, follow these steps:

  1. Open the application and navigate to Settings > Shortcut Mapper...
  2. In the Shortcut Mapper window, use the filter input at the bottom to search for the Print... command.
  3. Once located, clear the existing shortcut assigned to the Print... command.

Or assign your favorite key to Quick Open....

License

This project is licensed under the terms of the GNU GPL v2.0 license