From 23a7844326554930e0429f8ba7b3d300d01564dc Mon Sep 17 00:00:00 2001 From: Gitoffthelawn Date: Sun, 8 Feb 2026 03:38:00 -0800 Subject: [PATCH] Fixed a few errors Thank you for the useful extension and your persistence! :) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b10e189..2e492c7 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,12 @@ Working with many scattered files in `Notepad++` was frustrating. I wanted a sim # Installation Just unpack the VirtualFolder zip-archive (the last *dll*.zip under https://github.com/FatihC/VirtualFolders/releases ) to the folder `"Notepad++\plugins"`. It will extract the file `"VirtualFolders.dll"` as well as the `"localization"` subfolder.
-After restarting `Notepad++`, you can toggle the Virtual Folders panel from `Plugins->Virtual Folders->Show Virtual Folders Panel` menu. +After restarting `Notepad++`, you can toggle the Virtual Folders panel from the `Plugins->Virtual Folders->Show Virtual Folders Panel` menu. # Acknowledgments -This plugin was built using the [NppCppMSVS](https://github.com/Coises/NppCppMSVS). template +This plugin was built using the [NppCppMSVS](https://github.com/Coises/NppCppMSVS) template. . Special thanks to [Coises](https://community.notepad-plus-plus.org/user/coises) for creating and sharing such a helpful foundation. # Licences - File icon: https://www.iconfinder.com/icons/290138/document_extension_file_format_paper_icon -- \ No newline at end of file