| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a modified version of the Explorer plugin for Notepad++. You could easy browse through files and edit sources in Notepad++.
https://github.com/funap/npp-explorer-plugin/releases
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
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
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
Just copy the Explorer.dll to your Notepad++\plugins\ directory.
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:
Or assign your favorite key to Quick Open....
When the Explorer panel has focus, the following shortcuts are supported for quick navigation and file management:
| Shortcut | Action |
|---|---|
| Ctrl + P | Open the Quick Open dialog. |
| Ctrl + Shift + F | Open Notepad++ Find in Files dialog for the current directory. |
| Ctrl + L or Alt + D | Focus the Address Bar. |
| ESC | Return focus to the active Notepad++ editor window. |
| Tab / Shift + Tab | Cycle focus through the Folder Tree, File List, and Filter Box. |
| F2 | Rename the selected file or folder. |
| Backspace / Alt + Up | Navigate to the parent directory. |
| Alt + Left / Alt + Right | Navigate Back / Forward in history. |
| Delete | Delete the selected item (supports Shift + Delete for permanent deletion). |
| Alt + Enter | Show Windows properties dialog for the selected item. |
| F5 / Ctrl + R | Refresh the current view. |
| App Key / Shift + F10 | Show the context menu for the focused control. |
| Ctrl + A | Select all items (File List only). |
| Ctrl + C / Ctrl + X / Ctrl + V | Copy / Cut / Paste selected items. |
This project is licensed under the terms of the GNU GPL v2.0 license
| Back | FazBrowse Home | New Git URL |