Notepad++ - file bookmarks working like web page bookmarks in web browser?

There are line bookmarks in Notepad++ but I have a large number of files (100+) I need to visit from time to time, just like web pages. I can't have all of them open as this would create too many tabs. Is there an option or plugin that allows me to keep the list of "frequently visited files" in N++?


Solution 1:

Look into Notepad++ session management

Sessions are a set of files opened in Notepad++. They store the open files, the active file (and which view, see the section about Multi-View), the current selection and position in the file, the current bookmarks (see Bookmarks) and the current language (see the section about Languages). Using sessions, you can open a set of (related) files with one action.

Solution 2:

A workaround. You can have a file called links.txt. Place full path to each favorite file as a separate line. After selecting a line press Alt-F5 (Run / Open file) to open it.

Solution 3:

I know this is too late, but I found an answer, and decided to share it:

Explorer plugin for Notepad++ by Jens Lorenz has Favorites functionality.

Solution 4:

There exists "Notepad++ Favorites" plugin - https://github.com/heldersepu/nppfavorites

put the NppFavorites.dll into installation folder to manually install.