npp-explorer-plugin icon indicating copy to clipboard operation
npp-explorer-plugin copied to clipboard

Explorer plugin for Notepad++ x64/x86

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

  • Notepad++ 64-bit compatible
  • More configurable actions to the plugin menu.
  • Quick Open Feature.
    If you press Ctrl+P, the Fuzzy Finder will pop up.
    This will let you quickly search for any file in current path by typing parts of the file name.
  • And, minor bug fixes. See also the Releases for more information.

Download

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

Screenshot

  • Explorer Panel & Plugin Menu
    Screenshot

  • Quick Open
    QuickOpen

Installation

Notepad++ 7.6.3 and above

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

older versions

Notepad++ 7.6.1

Drop to the Explorer\Explorer.dll into %ProgramData%\Notepad++\plugins\ folder.
i.e.
C:\ProgramData\Notepad++\plugins\Explorer\Explorer.dll

Notepad++ 7.6

Drop to the Explorer\Explorer.dll into %LocalAppData%\Notepad++\plugins\ folder.
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.

License

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