I know that this is probably going to extend Notepad++ beyond its original concept (Notepad+++ ?), but I would really like to have a Project Manager to allow me to save groups of related files as a Project so that they can all be re-visited in Notepad++ later. This would also remove the annoying situation where I might have had a dozen files open for some project and then I use the Shell extension to open a file the next day and I lose the filelist I previously had open... Maybe a more modest "Session" Manager, (plugin?) might be closer to the original low-bloat concept of Notepad++?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually, I just had a quick perusal at the Plugin API doc and couldn't find a way to extract the list of currently opened documents from NotePad++?
I did however form the opinion that this feature would probably be best implemented as a plug-in, so if Don can indicate here a mechanism to obtain a list of the currently opened documents, then I will open a new thread in the Plugins forum.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I know that this is probably going to extend Notepad++ beyond its original concept (Notepad+++ ?), but I would really like to have a Project Manager to allow me to save groups of related files as a Project so that they can all be re-visited in Notepad++ later. This would also remove the annoying situation where I might have had a dozen files open for some project and then I use the Shell extension to open a file the next day and I lose the filelist I previously had open... Maybe a more modest "Session" Manager, (plugin?) might be closer to the original low-bloat concept of Notepad++?
Actually, I just had a quick perusal at the Plugin API doc and couldn't find a way to extract the list of currently opened documents from NotePad++?
I did however form the opinion that this feature would probably be best implemented as a plug-in, so if Don can indicate here a mechanism to obtain a list of the currently opened documents, then I will open a new thread in the Plugins forum.
> I just had a quick perusal at the Plugin API doc and couldn't find a way to extract the list of currently opened documents from NotePad++?
It's not yet updated. I'll do it as soon as the release of v4.0
Don
The GUI of Project Manager is developed by Jens in Explorer plugin which will released with Notepad++ v4.0.
Don